@storm-stack/plugin-system
Advanced tools
Comparing version 1.4.0 to 1.4.1
{ | ||
"name": "@storm-stack/plugin-system", | ||
"version": "1.4.0", | ||
"version": "1.4.1", | ||
"private": false, | ||
@@ -12,57 +12,18 @@ "description": "A library used to create and manage a plugin-styled architecture in a TypeScript application.", | ||
"type": "module", | ||
"dependencies": { "pnpapi": "0.0.0" }, | ||
"devDependencies": { "@types/md5": "^2.3.5", "@types/toposort": "^2.0.7" }, | ||
"publishConfig": { "access": "public" }, | ||
"exports": { | ||
".": { | ||
"import": { "types": "./dist/index.d.ts", "default": "./dist/index.js" }, | ||
"require": { | ||
"types": "./dist/index.d.cts", | ||
"default": "./dist/index.cjs" | ||
}, | ||
"default": { "types": "./dist/index.d.ts", "default": "./dist/index.js" } | ||
}, | ||
"./package.json": "./package.json" | ||
"dependencies": { | ||
"@antfu/ni": "^0.21.12", | ||
"enhanced-resolve": "^5.15.0", | ||
"execa": "^8.0.1", | ||
"glob": "^10.3.10", | ||
"md5": "^2.3.0", | ||
"pnpapi": "^0.0.0", | ||
"toposort": "^2.0.2" | ||
}, | ||
"funding": { | ||
"type": "github", | ||
"url": "https://github.com/sponsors/storm-software" | ||
"devDependencies": { | ||
"@types/md5": "^2.3.5", | ||
"@types/toposort": "^2.0.7" | ||
}, | ||
"types": "dist/index.d.ts", | ||
"typings": "dist/index.d.ts", | ||
"typescript": { "definition": "dist/index.d.ts" }, | ||
"main": "dist/index.cjs", | ||
"module": "dist/index.js", | ||
"sideEffects": false, | ||
"files": ["dist/**/*"], | ||
"homepage": "https://stormsoftware.org", | ||
"bugs": { | ||
"url": "https://stormsoftware.org/support", | ||
"email": "support@stormsoftware.org" | ||
}, | ||
"author": { | ||
"name": "Storm Software", | ||
"email": "contact@stormsoftware.org", | ||
"url": "https://stormsoftware.org" | ||
}, | ||
"license": "Apache License 2.0", | ||
"keywords": [ | ||
"storm-stack", | ||
"storm-software", | ||
"storm", | ||
"stormstack", | ||
"storm-ops", | ||
"acidic", | ||
"acidic-lang", | ||
"acidic-model", | ||
"impact", | ||
"nextjs", | ||
"prisma", | ||
"zenstack", | ||
"hasura", | ||
"strapi", | ||
"graphql", | ||
"sullivanpj", | ||
"monorepo" | ||
] | ||
"publishConfig": { | ||
"access": "public" | ||
} | ||
} |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
No contributors or author data
MaintenancePackage does not specify a list of contributors or an author in package.json.
Found 1 instance in 1 package
No bug tracker
MaintenancePackage does not have a linked bug tracker in package.json.
Found 1 instance in 1 package
No License Found
License(Experimental) License information could not be found.
Found 1 instance in 1 package
No website
QualityPackage does not have a website.
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
17
56006
7
1
943
2
1
+ Added@antfu/ni@^0.21.12
+ Addedenhanced-resolve@^5.15.0
+ Addedexeca@^8.0.1
+ Addedglob@^10.3.10
+ Addedmd5@^2.3.0
+ Addedtoposort@^2.0.2
+ Added@antfu/ni@0.21.12(transitive)
+ Added@isaacs/cliui@8.0.2(transitive)
+ Added@pkgjs/parseargs@0.11.0(transitive)
+ Addedansi-regex@5.0.16.1.0(transitive)
+ Addedansi-styles@4.3.06.2.1(transitive)
+ Addedbalanced-match@1.0.2(transitive)
+ Addedbrace-expansion@2.0.1(transitive)
+ Addedcharenc@0.0.2(transitive)
+ Addedcolor-convert@2.0.1(transitive)
+ Addedcolor-name@1.1.4(transitive)
+ Addedcross-spawn@7.0.5(transitive)
+ Addedcrypt@0.0.2(transitive)
+ Addedeastasianwidth@0.2.0(transitive)
+ Addedemoji-regex@8.0.09.2.2(transitive)
+ Addedenhanced-resolve@5.17.1(transitive)
+ Addedexeca@8.0.1(transitive)
+ Addedforeground-child@3.3.0(transitive)
+ Addedget-stream@8.0.1(transitive)
+ Addedglob@10.4.5(transitive)
+ Addedgraceful-fs@4.2.11(transitive)
+ Addedhuman-signals@5.0.0(transitive)
+ Addedis-buffer@1.1.6(transitive)
+ Addedis-fullwidth-code-point@3.0.0(transitive)
+ Addedis-stream@3.0.0(transitive)
+ Addedisexe@2.0.0(transitive)
+ Addedjackspeak@3.4.3(transitive)
+ Addedlru-cache@10.4.3(transitive)
+ Addedmd5@2.3.0(transitive)
+ Addedmerge-stream@2.0.0(transitive)
+ Addedmimic-fn@4.0.0(transitive)
+ Addedminimatch@9.0.5(transitive)
+ Addedminipass@7.1.2(transitive)
+ Addednpm-run-path@5.3.0(transitive)
+ Addedonetime@6.0.0(transitive)
+ Addedpackage-json-from-dist@1.0.1(transitive)
+ Addedpath-key@3.1.14.0.0(transitive)
+ Addedpath-scurry@1.11.1(transitive)
+ Addedshebang-command@2.0.0(transitive)
+ Addedshebang-regex@3.0.0(transitive)
+ Addedsignal-exit@4.1.0(transitive)
+ Addedstring-width@4.2.35.1.2(transitive)
+ Addedstrip-ansi@6.0.17.1.0(transitive)
+ Addedstrip-final-newline@3.0.0(transitive)
+ Addedtapable@2.2.1(transitive)
+ Addedtoposort@2.0.2(transitive)
+ Addedwhich@2.0.2(transitive)
+ Addedwrap-ansi@7.0.08.1.0(transitive)
Updatedpnpapi@^0.0.0