@preserves/schema
Advanced tools
Comparing version 0.990.0 to 0.990.1
{ | ||
"name": "@preserves/schema", | ||
"version": "0.990.0", | ||
"version": "0.990.1", | ||
"description": "Schema support for Preserves data serialization format", | ||
@@ -16,3 +16,3 @@ "homepage": "https://gitlab.com/preserves/preserves", | ||
"scripts": { | ||
"regenerate": "rm -rf ./src/gen && yarn copy-schema && ./bin/preserves-schema-ts.js --output ./src/gen ./dist:schema.prs", | ||
"regenerate": "rm -rf ./src/gen && yarn copy-schema && ../schema-cli/bin/preserves-schema-ts.js --output ./src/gen ./dist:schema.prs", | ||
"clean": "rm -rf lib dist", | ||
@@ -29,16 +29,6 @@ "prepare": "yarn compile && yarn rollup && yarn copy-schema", | ||
}, | ||
"bin": { | ||
"preserves-schema-ts": "./bin/preserves-schema-ts.js", | ||
"preserves-schemac": "./bin/preserves-schemac.js" | ||
"dependencies": { | ||
"@preserves/core": "^0.990.0" | ||
}, | ||
"dependencies": { | ||
"@preserves/core": "^0.990.0", | ||
"@types/glob": "^7.1", | ||
"@types/minimatch": "^3.0", | ||
"chalk": "^4.1", | ||
"chokidar": "^3.5", | ||
"commander": "^7.2", | ||
"glob": "^7.1", | ||
"minimatch": "^3.0" | ||
} | ||
"gitHead": "01d3659216e7e0ec71ae5f6fffc20b8109c25301" | ||
} |
@@ -5,1 +5,5 @@ # Preserves Schema for TypeScript/JavaScript | ||
for TypeScript and JavaScript. | ||
This package implements a Schema runtime and a Schema-to-TypeScript compiler, but offers no | ||
command line interfaces. See `@preserves/schema-cli` for command-line tools for working with | ||
Schema and compiling from Schema to TypeScript. |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 1 instance in 1 package
1
9
6
842972
86
15362
- Removed@types/glob@^7.1
- Removed@types/minimatch@^3.0
- Removedchalk@^4.1
- Removedchokidar@^3.5
- Removedcommander@^7.2
- Removedglob@^7.1
- Removedminimatch@^3.0
- Removed@types/glob@7.2.0(transitive)
- Removed@types/minimatch@3.0.5(transitive)
- Removed@types/node@22.9.0(transitive)
- Removedansi-styles@4.3.0(transitive)
- Removedanymatch@3.1.3(transitive)
- Removedbalanced-match@1.0.2(transitive)
- Removedbinary-extensions@2.3.0(transitive)
- Removedbrace-expansion@1.1.11(transitive)
- Removedbraces@3.0.3(transitive)
- Removedchalk@4.1.2(transitive)
- Removedchokidar@3.6.0(transitive)
- Removedcolor-convert@2.0.1(transitive)
- Removedcolor-name@1.1.4(transitive)
- Removedcommander@7.2.0(transitive)
- Removedconcat-map@0.0.1(transitive)
- Removedfill-range@7.1.1(transitive)
- Removedfs.realpath@1.0.0(transitive)
- Removedfsevents@2.3.3(transitive)
- Removedglob@7.2.3(transitive)
- Removedglob-parent@5.1.2(transitive)
- Removedhas-flag@4.0.0(transitive)
- Removedinflight@1.0.6(transitive)
- Removedinherits@2.0.4(transitive)
- Removedis-binary-path@2.1.0(transitive)
- Removedis-extglob@2.1.1(transitive)
- Removedis-glob@4.0.3(transitive)
- Removedis-number@7.0.0(transitive)
- Removedminimatch@3.1.2(transitive)
- Removednormalize-path@3.0.0(transitive)
- Removedonce@1.4.0(transitive)
- Removedpath-is-absolute@1.0.1(transitive)
- Removedpicomatch@2.3.1(transitive)
- Removedreaddirp@3.6.0(transitive)
- Removedsupports-color@7.2.0(transitive)
- Removedto-regex-range@5.0.1(transitive)
- Removedundici-types@6.19.8(transitive)
- Removedwrappy@1.0.2(transitive)