@nordcom/nordstar-system
Advanced tools
Comparing version 0.0.10 to 0.0.11
@@ -5,11 +5,11 @@ { | ||
"type": "module", | ||
"version": "0.0.10", | ||
"version": "0.0.11", | ||
"description": "", | ||
"main": "dist/index.js", | ||
"types": "dist/index.d.ts", | ||
"module": "dist/index.js", | ||
"types": "dist/index.d.ts", | ||
"exports": { | ||
".": { | ||
"types": "./dist/index.d.ts", | ||
"import": "./dist/index.js" | ||
"import": "./dist/index.js", | ||
"types": "./dist/index.d.ts" | ||
}, | ||
@@ -57,3 +57,5 @@ "./package.json": "./package.json" | ||
"prepack": "clean-package", | ||
"postpack": "clean-package restore" | ||
"postpack": "clean-package restore", | ||
"prebuild": "npm run prepack", | ||
"postbuild": "npm run postpack" | ||
}, | ||
@@ -60,0 +62,0 @@ "peerDependencies": { |
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
87812