value-enhancer
Advanced tools
Comparing version 5.2.0 to 5.2.1
{ | ||
"name": "value-enhancer", | ||
"version": "5.2.0", | ||
"version": "5.2.1", | ||
"private": false, | ||
@@ -44,15 +44,2 @@ "description": "A tiny library to enhance value with reactive wrapper.", | ||
], | ||
"scripts": { | ||
"prepublishOnly": "pnpm run build", | ||
"lint": "eslint --ext .ts,.tsx . && prettier --check . && tsc --noEmit", | ||
"test": "jest", | ||
"test:CI": "tsc --noEmit -p ./test/tsconfig.json && jest --collect-coverage", | ||
"docs": "typedoc --options typedoc.json", | ||
"types": "cross-env NODE_ENV=production tsc --declaration --emitDeclarationOnly --jsx react --esModuleInterop --outDir dist", | ||
"build:index": "tsup --config tsup-config/index.tsup.config.ts", | ||
"build:collections": "tsup --config tsup-config/collections.tsup.config.ts", | ||
"build": "cross-env NODE_ENV=production pnpm run build:index && cross-env NODE_ENV=production pnpm run build:collections", | ||
"build:min": "cross-env NODE_ENV=production MINIFY=true pnpm run build:index && cross-env NODE_ENV=production MINIFY=true pnpm run build:collections && node scripts/gzip.mjs", | ||
"release": "standard-version" | ||
}, | ||
"devDependencies": { | ||
@@ -76,3 +63,15 @@ "@jest/globals": "^29.5.0", | ||
"yoctocolors": "^1.0.0" | ||
}, | ||
"scripts": { | ||
"lint": "eslint --ext .ts,.tsx . && prettier --check . && tsc --noEmit", | ||
"test": "jest", | ||
"test:CI": "tsc --noEmit -p ./test/tsconfig.json && jest --collect-coverage", | ||
"docs": "typedoc --options typedoc.json", | ||
"types": "cross-env NODE_ENV=production tsc --declaration --emitDeclarationOnly --jsx react --esModuleInterop --outDir dist", | ||
"build:index": "tsup --config tsup-config/index.tsup.config.ts", | ||
"build:collections": "tsup --config tsup-config/collections.tsup.config.ts", | ||
"build": "cross-env NODE_ENV=production pnpm run build:index && cross-env NODE_ENV=production pnpm run build:collections", | ||
"build:min": "cross-env NODE_ENV=production MINIFY=true pnpm run build:index && cross-env NODE_ENV=production MINIFY=true pnpm run build:collections && node scripts/gzip.mjs", | ||
"release": "standard-version" | ||
} | ||
} | ||
} |
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
156112