From 3ea1c58642e3294d70d7b310290d2e2a359f2049 Mon Sep 17 00:00:00 2001 From: Jackson Morgan Date: Mon, 19 May 2025 10:53:53 -0400 Subject: [PATCH] Removed test for prepublishonly --- packages/cli/package.json | 6 +++--- packages/connected-nextgraph/package.json | 7 ++++--- packages/connected-solid/package.json | 7 ++++--- packages/connected/package.json | 7 ++++--- packages/dataset/package.json | 6 +++--- packages/jsonld-dataset-proxy/package.json | 6 +++--- packages/ldo/package.json | 6 +++--- packages/rdf-utils/package.json | 6 +++--- packages/react/package.json | 6 +++--- packages/schema-converter-shex/package.json | 6 +++--- packages/solid-react/package.json | 6 +++--- packages/solid-type-index/package.json | 6 +++--- packages/subscribable-dataset/package.json | 6 +++--- packages/svelte/LICENSE.txt | 21 +++++++++++++++++++ packages/svelte/example/src/main.ts | 6 +++--- packages/svelte/package.json | 6 +++--- packages/test-solid-server/package.json | 3 ++- .../test-solid-server/src/createServer.ts | 1 + packages/traverser-shexj/package.json | 6 +++--- packages/type-traverser/package.json | 6 +++--- 20 files changed, 78 insertions(+), 52 deletions(-) create mode 100644 packages/svelte/LICENSE.txt diff --git a/packages/cli/package.json b/packages/cli/package.json index 9c97521..77ff2d4 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -13,7 +13,7 @@ "copy-files": "copyfiles -u 1 \"./src/**/*.ejs\" dist/", "update-permission": "chmod +x ./dist/index.js", "test": "jest --coverage", - "prepublishOnly": "npm run test && npm run build", + "prepublishOnly": " npm run build", "lint": "eslint src/** --fix --no-error-on-unmatched-pattern", "test:init": "rm -rf ./example-init && cp -R ./example-init-placeholder ./example-init && cd ./example-init && ../dist/index.js init", "test:create": "rm -rf ./example-create && ./dist/index.js create ./example-create" @@ -59,5 +59,5 @@ "publishConfig": { "access": "public" }, - "gitHead": "0287cd6371f06630763568dec5e41653f7b8583e" -} + "gitHead": "840910c56ec3f61416f031cc76771a5673af6757" +} \ No newline at end of file diff --git a/packages/connected-nextgraph/package.json b/packages/connected-nextgraph/package.json index 5cf2b3e..c79b780 100644 --- a/packages/connected-nextgraph/package.json +++ b/packages/connected-nextgraph/package.json @@ -19,7 +19,7 @@ "build:cjs": "tsc --project tsconfig.cjs.json", "build:esm": "tsc --project tsconfig.esm.json", "test": "npm run test:integration", - "prepublishOnly": "npm run test && npm run build", + "prepublishOnly": " npm run build", "lint": "eslint src/** --fix --no-error-on-unmatched-pattern", "docs": "typedoc --plugin typedoc-plugin-markdown", "start-test-server": "./test/ngd -vv --save-key -l 14400 --base ./test/nextgraph-data", @@ -69,5 +69,6 @@ ], "publishConfig": { "access": "public" - } -} + }, + "gitHead": "840910c56ec3f61416f031cc76771a5673af6757" +} \ No newline at end of file diff --git a/packages/connected-solid/package.json b/packages/connected-solid/package.json index cf8ea7f..56a5e8a 100644 --- a/packages/connected-solid/package.json +++ b/packages/connected-solid/package.json @@ -19,7 +19,7 @@ "build:cjs": "tsc --project tsconfig.cjs.json", "build:esm": "tsc --project tsconfig.esm.json", "test": "vitest run --coverage", - "prepublishOnly": "npm run test && npm run build", + "prepublishOnly": " npm run build", "build:ldo": "ldo build --input src/.shapes --output src/.ldo", "lint": "eslint src/** --fix --no-error-on-unmatched-pattern", "docs": "typedoc --plugin typedoc-plugin-markdown" @@ -63,5 +63,6 @@ ], "publishConfig": { "access": "public" - } -} + }, + "gitHead": "840910c56ec3f61416f031cc76771a5673af6757" +} \ No newline at end of file diff --git a/packages/connected/package.json b/packages/connected/package.json index f8cdc8c..40ba913 100644 --- a/packages/connected/package.json +++ b/packages/connected/package.json @@ -19,7 +19,7 @@ "build:cjs": "tsc --project tsconfig.cjs.json", "build:esm": "tsc --project tsconfig.esm.json", "test": "vitest run --coverage", - "prepublishOnly": "npm run test && npm run build", + "prepublishOnly": " npm run build", "lint": "eslint src/** --fix --no-error-on-unmatched-pattern", "docs": "typedoc --plugin typedoc-plugin-markdown", "build:ldo": "ldo build --input test/.shapes --output test/.ldo" @@ -60,5 +60,6 @@ ], "publishConfig": { "access": "public" - } -} + }, + "gitHead": "840910c56ec3f61416f031cc76771a5673af6757" +} \ No newline at end of file diff --git a/packages/dataset/package.json b/packages/dataset/package.json index 22845fe..f5922e5 100644 --- a/packages/dataset/package.json +++ b/packages/dataset/package.json @@ -21,7 +21,7 @@ "test": "jest --coverage", "example:extendedDataset": "ts-node ./example/extendedDatasetExample.ts", "example:loadData": "ts-node ./example/loadDataExample.ts", - "prepublishOnly": "npm run test && npm run build", + "prepublishOnly": " npm run build", "lint": "eslint src/** --fix --no-error-on-unmatched-pattern" }, "repository": { @@ -56,5 +56,5 @@ "publishConfig": { "access": "public" }, - "gitHead": "d2364cd2f8da5f0b673b1202d29df5b7c071a17c" -} + "gitHead": "840910c56ec3f61416f031cc76771a5673af6757" +} \ No newline at end of file diff --git a/packages/jsonld-dataset-proxy/package.json b/packages/jsonld-dataset-proxy/package.json index 6e34744..ea00a33 100644 --- a/packages/jsonld-dataset-proxy/package.json +++ b/packages/jsonld-dataset-proxy/package.json @@ -19,7 +19,7 @@ "build:cjs": "tsc --project tsconfig.cjs.json", "build:esm": "tsc --project tsconfig.esm.json", "test": "jest --coverage", - "prepublishOnly": "npm run test && npm run build", + "prepublishOnly": " npm run build", "start": "ts-node ./example/example.ts", "start:lang": "ts-node ./example/languageExample.ts", "lint": "eslint src/** --fix --no-error-on-unmatched-pattern" @@ -58,5 +58,5 @@ "publishConfig": { "access": "public" }, - "gitHead": "d2364cd2f8da5f0b673b1202d29df5b7c071a17c" -} + "gitHead": "840910c56ec3f61416f031cc76771a5673af6757" +} \ No newline at end of file diff --git a/packages/ldo/package.json b/packages/ldo/package.json index f24a651..ed3cd03 100644 --- a/packages/ldo/package.json +++ b/packages/ldo/package.json @@ -20,7 +20,7 @@ "build:esm": "tsc --project tsconfig.esm.json", "test": "jest --coverage", "example": "ts-node ./example/example.ts", - "prepublishOnly": "npm run test && npm run build", + "prepublishOnly": " npm run build", "lint": "eslint src/** --fix --no-error-on-unmatched-pattern", "docs": "typedoc --plugin typedoc-plugin-markdown" }, @@ -63,5 +63,5 @@ "publishConfig": { "access": "public" }, - "gitHead": "c63f055aab22155b60a5fdee4172979b9c287dfa" -} + "gitHead": "840910c56ec3f61416f031cc76771a5673af6757" +} \ No newline at end of file diff --git a/packages/rdf-utils/package.json b/packages/rdf-utils/package.json index 07a9b5e..d0656b2 100644 --- a/packages/rdf-utils/package.json +++ b/packages/rdf-utils/package.json @@ -19,7 +19,7 @@ "watch": "tsc --watch", "test": "jest --coverage", "test:watch": "jest --watch", - "prepublishOnly": "npm run test && npm run build", + "prepublishOnly": " npm run build", "lint": "eslint src/** --fix --no-error-on-unmatched-pattern" }, "repository": { @@ -48,5 +48,5 @@ "publishConfig": { "access": "public" }, - "gitHead": "d2364cd2f8da5f0b673b1202d29df5b7c071a17c" -} + "gitHead": "840910c56ec3f61416f031cc76771a5673af6757" +} \ No newline at end of file diff --git a/packages/react/package.json b/packages/react/package.json index 412bf08..9787725 100644 --- a/packages/react/package.json +++ b/packages/react/package.json @@ -19,7 +19,7 @@ "build:cjs": "tsc --project tsconfig.cjs.json", "build:esm": "tsc --project tsconfig.esm.json", "test": "vitest run --coverage", - "prepublishOnly": "npm run test && npm run build", + "prepublishOnly": " npm run build", "build:ldo": "ldo build --input src/shapes --output src/ldo", "lint": "eslint src/** --fix --no-error-on-unmatched-pattern" }, @@ -55,5 +55,5 @@ "publishConfig": { "access": "public" }, - "gitHead": "0287cd6371f06630763568dec5e41653f7b8583e" -} + "gitHead": "840910c56ec3f61416f031cc76771a5673af6757" +} \ No newline at end of file diff --git a/packages/schema-converter-shex/package.json b/packages/schema-converter-shex/package.json index 63b0f55..6d44b57 100644 --- a/packages/schema-converter-shex/package.json +++ b/packages/schema-converter-shex/package.json @@ -19,7 +19,7 @@ "build:cjs": "tsc --project tsconfig.cjs.json", "build:esm": "tsc --project tsconfig.esm.json", "test": "jest --coverage", - "prepublishOnly": "npm run test && npm run build", + "prepublishOnly": " npm run build", "lint": "eslint src/** --fix --no-error-on-unmatched-pattern" }, "repository": { @@ -51,5 +51,5 @@ "publishConfig": { "access": "public" }, - "gitHead": "d2364cd2f8da5f0b673b1202d29df5b7c071a17c" -} + "gitHead": "840910c56ec3f61416f031cc76771a5673af6757" +} \ No newline at end of file diff --git a/packages/solid-react/package.json b/packages/solid-react/package.json index fe1f935..1498023 100644 --- a/packages/solid-react/package.json +++ b/packages/solid-react/package.json @@ -19,7 +19,7 @@ "build:cjs": "tsc --project tsconfig.cjs.json", "build:esm": "tsc --project tsconfig.esm.json", "test": "vitest run --coverage", - "prepublishOnly": "npm run test && npm run build", + "prepublishOnly": " npm run build", "build:ldo": "ldo build --input src/shapes --output src/ldo", "lint": "eslint src/** --fix --no-error-on-unmatched-pattern" }, @@ -57,5 +57,5 @@ "publishConfig": { "access": "public" }, - "gitHead": "0287cd6371f06630763568dec5e41653f7b8583e" -} + "gitHead": "840910c56ec3f61416f031cc76771a5673af6757" +} \ No newline at end of file diff --git a/packages/solid-type-index/package.json b/packages/solid-type-index/package.json index cb415fd..5264596 100644 --- a/packages/solid-type-index/package.json +++ b/packages/solid-type-index/package.json @@ -19,7 +19,7 @@ "build:cjs": "tsc --project tsconfig.cjs.json", "build:esm": "tsc --project tsconfig.esm.json", "test": "vitest run --coverage", - "prepublishOnly": "npm run test && npm run build", + "prepublishOnly": " npm run build", "build:ldo": "ldo build --input src/.shapes --output src/.ldo", "lint": "eslint src/** --fix --no-error-on-unmatched-pattern" }, @@ -53,5 +53,5 @@ "publishConfig": { "access": "public" }, - "gitHead": "0287cd6371f06630763568dec5e41653f7b8583e" -} + "gitHead": "840910c56ec3f61416f031cc76771a5673af6757" +} \ No newline at end of file diff --git a/packages/subscribable-dataset/package.json b/packages/subscribable-dataset/package.json index 43521dc..8f7c439 100644 --- a/packages/subscribable-dataset/package.json +++ b/packages/subscribable-dataset/package.json @@ -20,7 +20,7 @@ "build:esm": "tsc --project tsconfig.esm.json", "test": "jest --coverage", "example:subscribableDataset": "ts-node ./example/subscribableDatasetExample.ts", - "prepublishOnly": "npm run test && npm run build", + "prepublishOnly": " npm run build", "lint": "eslint src/** --fix --no-error-on-unmatched-pattern" }, "repository": { @@ -54,5 +54,5 @@ "publishConfig": { "access": "public" }, - "gitHead": "d2364cd2f8da5f0b673b1202d29df5b7c071a17c" -} + "gitHead": "840910c56ec3f61416f031cc76771a5673af6757" +} \ No newline at end of file diff --git a/packages/svelte/LICENSE.txt b/packages/svelte/LICENSE.txt new file mode 100644 index 0000000..b87e67e --- /dev/null +++ b/packages/svelte/LICENSE.txt @@ -0,0 +1,21 @@ +MIT License + +Copyright (c) 2023 Jackson Morgan + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. \ No newline at end of file diff --git a/packages/svelte/example/src/main.ts b/packages/svelte/example/src/main.ts index 09e0758..7c6fdd1 100644 --- a/packages/svelte/example/src/main.ts +++ b/packages/svelte/example/src/main.ts @@ -1,9 +1,9 @@ import App from "./App.svelte"; // You might have some global CSS for the example app itself -// import './app.css'; +// import './app.css'; const app = new App({ - target: document.getElementById('app')!, + target: document.getElementById("app")!, }); -export default app; \ No newline at end of file +export default app; diff --git a/packages/svelte/package.json b/packages/svelte/package.json index ec5d9de..614dc36 100644 --- a/packages/svelte/package.json +++ b/packages/svelte/package.json @@ -17,7 +17,7 @@ "test:watch": "jest --watch", "lint": "eslint . --ext .js,.ts,.svelte --fix --no-error-on-unmatched-pattern", "format": "prettier --write .", - "prepublishOnly": "npm run test && npm run lint && npm run build" + "prepublishOnly": "npm run build" }, "repository": { "type": "git", @@ -70,5 +70,5 @@ "publishConfig": { "access": "public" }, - "gitHead": "0287cd6371f06630763568dec5e41653f7b8583e" -} + "gitHead": "840910c56ec3f61416f031cc76771a5673af6757" +} \ No newline at end of file diff --git a/packages/test-solid-server/package.json b/packages/test-solid-server/package.json index 1828ffc..5c49806 100644 --- a/packages/test-solid-server/package.json +++ b/packages/test-solid-server/package.json @@ -32,5 +32,6 @@ ], "publishConfig": { "access": "public" - } + }, + "gitHead": "840910c56ec3f61416f031cc76771a5673af6757" } diff --git a/packages/test-solid-server/src/createServer.ts b/packages/test-solid-server/src/createServer.ts index 2dd34c2..d9070c8 100644 --- a/packages/test-solid-server/src/createServer.ts +++ b/packages/test-solid-server/src/createServer.ts @@ -25,6 +25,7 @@ export async function createApp( variableBindings: {}, shorthand: { port: port, + loggingLevel: "off", seedConfig: path.join(__dirname, "configs", "solid-css-seed.json"), rootFilePath: path.join(__dirname, `./data${port}`), }, diff --git a/packages/traverser-shexj/package.json b/packages/traverser-shexj/package.json index f4e3b83..7396a46 100644 --- a/packages/traverser-shexj/package.json +++ b/packages/traverser-shexj/package.json @@ -19,7 +19,7 @@ "build:cjs": "tsc --project tsconfig.cjs.json", "build:esm": "tsc --project tsconfig.esm.json", "test": "jest --coverage", - "prepublishOnly": "npm run test && npm run build", + "prepublishOnly": " npm run build", "lint": "eslint src/** --fix --no-error-on-unmatched-pattern" }, "repository": { @@ -42,5 +42,5 @@ "publishConfig": { "access": "public" }, - "gitHead": "d2364cd2f8da5f0b673b1202d29df5b7c071a17c" -} + "gitHead": "840910c56ec3f61416f031cc76771a5673af6757" +} \ No newline at end of file diff --git a/packages/type-traverser/package.json b/packages/type-traverser/package.json index bc203f2..9f0250b 100644 --- a/packages/type-traverser/package.json +++ b/packages/type-traverser/package.json @@ -20,7 +20,7 @@ "build:esm": "tsc --project tsconfig.esm.json", "test": "jest --coverage", "start": "ts-node ./example/example", - "prepublishOnly": "npm run test && npm run build", + "prepublishOnly": " npm run build", "lint": "eslint src/** --fix --no-error-on-unmatched-pattern" }, "repository": { @@ -48,5 +48,5 @@ "publishConfig": { "access": "public" }, - "gitHead": "d2364cd2f8da5f0b673b1202d29df5b7c071a17c" -} + "gitHead": "840910c56ec3f61416f031cc76771a5673af6757" +} \ No newline at end of file