Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
665 changes: 665 additions & 0 deletions package-lock.json

Large diffs are not rendered by default.

4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,16 @@
"scripts": {
"build": "tsc --build",
"test": "npm run test --ws --if-present",
"lint": "npx eslint workspaces",
"test-types": "npm run test-types --ws --if-present",
"lint": "eslint workspaces",
"ci:publish": "changeset publish",
"ci:version": "changeset version",
"clean": "clear-ts-build"
},
"author": "NodeSecure",
"license": "MIT",
"devDependencies": {
"@arethetypeswrong/cli": "^0.18.2",
"@changesets/changelog-github": "^0.5.1",
"@changesets/cli": "^2.29.4",
"@openally/config.eslint": "^2.1.0",
Expand Down
3 changes: 2 additions & 1 deletion workspaces/conformance/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@
"build": "tsc -b",
"prepublishOnly": "npm run build",
"test-only": "tsx --test ./test/**/*.spec.ts",
"test": "c8 -r html npm run test-only",
"test-types": "attw --pack . --profile esm-only",
"test": "c8 -r html npm run test-only && npm run test-types",
"spdx:refresh": "node ./scripts/fetchSpdxLicenses.js"
},
"files": [
Expand Down
4 changes: 2 additions & 2 deletions workspaces/contact/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
"build": "tsc -b",
"prepublishOnly": "npm run build",
"test-only": "tsx --test ./test/**/*.spec.ts",
"test": "c8 -r html npm run test-only",
"test:tsd": "npm run build && tsd"
"test-types": "npm run build && tsd && attw --pack . --profile esm-only",
"test": "c8 -r html npm run test-only && npm run test-types"
},
"files": [
"dist"
Expand Down
3 changes: 2 additions & 1 deletion workspaces/flags/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@
"build": "tsc & cp -R ./src/flags ./dist/flags",
"prepublishOnly": "npm run build",
"test-only": "tsx --test \"./test/**/*.spec.ts\"",
"test": "c8 -r html npm run test-only",
"test-types": "attw --pack . --profile esm-only",
"test": "c8 -r html npm run test-only && npm run test-types",
"generateFlags": "tsx scripts/generateFlags.js"
},
"keywords": [
Expand Down
4 changes: 2 additions & 2 deletions workspaces/fs-walk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
"build": "tsc",
"prepublishOnly": "npm run build",
"test-only": "tsx --test \"./test/**/*.spec.ts\"",
"test": "npm run test-only",
"coverage": "c8 -r html npm test"
"test-types": "attw --pack . --profile esm-only",
"test": "c8 -r html npm run test-only && npm run test-types"
},
"repository": {
"type": "git",
Expand Down
5 changes: 3 additions & 2 deletions workspaces/github/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@
"build": "tsc",
"prepublishOnly": "npm run build",
"test-only": "tsx --test \"./test/**/*.spec.ts\"",
"test": "c8 -r html npm run test-only"
"test-types": "attw --pack . --profile esm-only",
"test": "c8 -r html npm run test-only && npm run test-types"
},
"repository": {
"type": "git",
Expand Down Expand Up @@ -40,4 +41,4 @@
"engines": {
"node": ">=20"
}
}
}
3 changes: 2 additions & 1 deletion workspaces/gitlab/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@
"build": "tsc",
"prepublishOnly": "npm run build",
"test-only": "tsx --test \"./test/**/*.spec.ts\"",
"test": "c8 -r html npm run test-only"
"test-types": "attw --pack . --profile esm-only",
"test": "c8 -r html npm run test-only && npm run test-types"
},
"keywords": [
"NodeSecure",
Expand Down
3 changes: 2 additions & 1 deletion workspaces/i18n/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@
"build": "tsc",
"prepublishOnly": "npm run build",
"test-only": "tsx --test ./test/**/*.spec.ts",
"test": "c8 -r html npm run test-only",
"test-types": "attw --pack . --profile esm-only",
"test": "c8 -r html npm run test-only && npm run test-types",
"build:documentation": "tsx ./scripts/buildDocumentation.ts"
},
"repository": {
Expand Down
4 changes: 2 additions & 2 deletions workspaces/mama/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
"build": "tsc -b",
"prepublishOnly": "npm run build",
"test-only": "tsx --test ./test/**/*.spec.ts",
"test:tsd": "npm run build && tsd",
"test": "c8 -r html npm run test-only && npm run test:tsd"
"test-types": "npm run build && tsd && attw --pack . --profile esm-only",
"test": "c8 -r html npm run test-only && npm run test-types"
},
"files": [
"dist"
Expand Down
4 changes: 2 additions & 2 deletions workspaces/rc/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
"build": "tsc",
"prepublishOnly": "npm run build",
"test-only": "tsx --test ./test/**/*.spec.ts",
"test:tsd": "npm run build && tsd",
"test": "c8 -r html npm run test-only && npm run test:tsd"
"test-types": "npm run build && tsd && attw --pack . --profile esm-only",
"test": "c8 -r html npm run test-only && npm run test-types"
},
"repository": {
"type": "git",
Expand Down
4 changes: 2 additions & 2 deletions workspaces/scanner/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@
"build": "tsc -b & cp -R ./src/data ./dist/data",
"lint": "eslint src test",
"prepublishOnly": "npm run build && pkg-ok",
"test": "npm run test-only",
"test": "c8 -r html npm run test-only && npm run test-types",
"test-only": "tsx --test ./test/**/*.spec.ts",
"coverage": "c8 -r html npm run test-only"
"test-types": "attw --pack . --profile esm-only"
},
"files": [
"dist"
Expand Down
3 changes: 2 additions & 1 deletion workspaces/tarball/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@
"build": "tsc",
"prepublishOnly": "npm run build",
"test-only": "tsx --test ./test/**/*.spec.ts",
"test": "c8 -r html npm run test-only"
"test-types": "attw --pack . --profile esm-only",
"test": "c8 -r html npm run test-only && npm run test-types"
},
"files": [
"dist"
Expand Down
3 changes: 2 additions & 1 deletion workspaces/tree-walker/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@
"build": "tsc -b",
"prepublishOnly": "npm run build",
"test-only": "tsx --test ./test/**/*.spec.ts",
"test": "c8 -r html npm run test-only"
"test-types": "attw --pack . --profile esm-only",
"test": "c8 -r html npm run test-only && npm run test-types"
},
"files": [
"dist"
Expand Down
3 changes: 2 additions & 1 deletion workspaces/utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@
"build": "tsc",
"prepublishOnly": "npm run build",
"test-only": "tsx --test \"./test/**/*.spec.ts\"",
"test": "c8 -r html npm run test-only"
"test-types": "attw --pack . --profile esm-only",
"test": "c8 -r html npm run test-only && npm run test-types"
},
"files": [
"dist"
Expand Down