@storm-stack/errors
Advanced tools
Comparing version 1.1.0 to 1.1.1
{ | ||
"name": "@storm-stack/errors", | ||
"version": "1.1.0", | ||
"version": "1.1.1", | ||
"private": false, | ||
"description": "This package includes a base error class and various utility functions for working with errors.", | ||
"keywords": [ | ||
"storm", | ||
"storm-ops", | ||
"stormstack", | ||
"storm-stack", | ||
"sullivanpj", | ||
"open-system", | ||
"monorepo" | ||
], | ||
"homepage": "https://stormsoftware.org", | ||
"bugs": { | ||
"url": "https://github.com/storm-software/storm-stack/issues", | ||
"email": "support@stormsoftware.org" | ||
}, | ||
"repository": { | ||
@@ -25,19 +11,15 @@ "type": "github", | ||
}, | ||
"license": "Apache License 2.0", | ||
"author": { | ||
"name": "Storm Software", | ||
"email": "contact@stormsoftware.org", | ||
"url": "https://stormsoftware.org" | ||
"type": "module", | ||
"publishConfig": { | ||
"access": "public" | ||
}, | ||
"sideEffects": false, | ||
"type": "module", | ||
"exports": { | ||
".": { | ||
"import": { | ||
"types": "./build/modern/index.d.ts", | ||
"default": "./build/modern/index.js" | ||
"types": "./dist/modern/index.d.ts", | ||
"default": "./dist/modern/index.js" | ||
}, | ||
"require": { | ||
"types": "./build/modern/index.d.cts", | ||
"default": "./build/modern/index.cjs" | ||
"types": "./dist/modern/index.d.cts", | ||
"default": "./dist/modern/index.cjs" | ||
} | ||
@@ -47,18 +29,46 @@ }, | ||
}, | ||
"main": "build/legacy/index.cjs", | ||
"module": "build/legacy/index.js", | ||
"types": "build/legacy/index.d.ts", | ||
"funding": { | ||
"type": "github", | ||
"url": "https://github.com/sponsors/storm-software" | ||
}, | ||
"types": "dist/legacy/index.d.ts", | ||
"main": "dist/legacy/index.cjs", | ||
"module": "dist/legacy/index.js", | ||
"browser": "dist/modern/index.global.js", | ||
"source": "src/index.ts", | ||
"sideEffects": false, | ||
"files": [ | ||
"build", | ||
"dist", | ||
"src" | ||
], | ||
"publishConfig": { | ||
"access": "public" | ||
"homepage": "https://stormsoftware.org", | ||
"bugs": { | ||
"url": "https://stormsoftware.org/support", | ||
"email": "support@stormsoftware.org" | ||
}, | ||
"funding": { | ||
"type": "github", | ||
"url": "https://github.com/sponsors/storm-software" | ||
"author": { | ||
"name": "Storm Software", | ||
"email": "contact@stormsoftware.org", | ||
"url": "https://stormsoftware.org" | ||
}, | ||
"browser": "dist/modern/index.global.js", | ||
"source": "src/index.ts" | ||
"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" | ||
] | ||
} |
Sorry, the diff of this file is too big to display
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 bug tracker
MaintenancePackage does not have a linked bug tracker in package.json.
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
1393012
29
1244
1
1