From 571de300c4e6ea122b2e56763da1f1d6fb24d93f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ramirez=20Vargas=2C=20Jos=C3=A9=20Pablo?= Date: Sun, 19 May 2024 20:30:56 -0600 Subject: [PATCH 1/3] feat: Add @wj/dataview to list of packages --- src/routes/packages/packages.json | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/src/routes/packages/packages.json b/src/routes/packages/packages.json index 37a712c6f..03b7df02f 100644 --- a/src/routes/packages/packages.json +++ b/src/routes/packages/packages.json @@ -2981,5 +2981,16 @@ "description": "Share your Svelte store across origins, including iFrames", "npm": "svelte-crossorigin-store", "categories": ["stores-and-state"] + }, + { + "title": "@wj/dataview", + "url": "https://wj-dataview.vercel.app", + "repository": "https://github.com/WJSoftware/wj-dataview", + "description": "Svelte v5 table component suitable for examination of extensive tabular data.", + "npm": "@wj/dataview", + "categories": [ + "data-visualisation", + "ui-components" + ] } ] From e843bf8e939a49d8cea8c3b2dee81535d68333f3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ramirez=20Vargas=2C=20Jos=C3=A9=20Pablo?= Date: Sun, 19 May 2024 20:54:25 -0600 Subject: [PATCH 2/3] chore: lint packages.json --- src/routes/packages/packages.json | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/src/routes/packages/packages.json b/src/routes/packages/packages.json index 03b7df02f..28d8f125f 100644 --- a/src/routes/packages/packages.json +++ b/src/routes/packages/packages.json @@ -2988,9 +2988,6 @@ "repository": "https://github.com/WJSoftware/wj-dataview", "description": "Svelte v5 table component suitable for examination of extensive tabular data.", "npm": "@wj/dataview", - "categories": [ - "data-visualisation", - "ui-components" - ] + "categories": ["data-visualisation", "ui-components"] } ] From 7f8ce60bbb117bdd7a62c0dd4ff20f18d8ba1e33 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ramirez=20Vargas=2C=20Jos=C3=A9=20Pablo?= Date: Tue, 21 May 2024 02:09:57 -0600 Subject: [PATCH 3/3] fix: Change scope to available one --- src/routes/packages/packages.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/routes/packages/packages.json b/src/routes/packages/packages.json index 28d8f125f..665c50f96 100644 --- a/src/routes/packages/packages.json +++ b/src/routes/packages/packages.json @@ -2983,11 +2983,11 @@ "categories": ["stores-and-state"] }, { - "title": "@wj/dataview", + "title": "@wjfe/dataview", "url": "https://wj-dataview.vercel.app", "repository": "https://github.com/WJSoftware/wj-dataview", "description": "Svelte v5 table component suitable for examination of extensive tabular data.", - "npm": "@wj/dataview", + "npm": "@wjfe/dataview", "categories": ["data-visualisation", "ui-components"] } ]