@synstack/enhance
Advanced tools
Comparing version 1.0.0 to 1.0.1
@@ -8,3 +8,3 @@ { | ||
"packageManager": "yarn@4.4.0", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "Safely enhance a JS object with additional properties", | ||
@@ -28,4 +28,2 @@ "keywords": [ | ||
"scripts": { | ||
"publish": "yarn npm publish --access public", | ||
"prepublish": "yarn test && yarn build", | ||
"build": "tsup", | ||
@@ -36,3 +34,4 @@ "build:watch": "tsup --watch", | ||
"test:unit:watch": "node --import tsx --watch --test src/**/*.test.ts", | ||
"test": "yarn test:types && yarn test:unit" | ||
"test": "yarn test:types && yarn test:unit", | ||
"prepare": "yarn test && yarn build" | ||
}, | ||
@@ -63,3 +62,3 @@ "exports": { | ||
], | ||
"gitHead": "c668ecfd7fe387e978a68324e760d1ed13182d11" | ||
"gitHead": "c743297f6665c317dca929c1ab9dc7e756076321" | ||
} |
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
12455