node-apparatus
Advanced tools
Comparing version 0.1.3 to 0.1.4
{ | ||
"name": "node-apparatus", | ||
"version": "0.1.3", | ||
"version": "0.1.4", | ||
"description": "A mix of common components needed for awesome node experience", | ||
"main": "dist/src/index.js", | ||
"type": "module", | ||
"main": "dist/cjs/src/index.js", | ||
"scripts": { | ||
"clean-build": "rimraf ./dist && tsc", | ||
"copy-files": "npx copyfiles ./package.json ./LICENSE ./README.md ./dist/", | ||
"clean-prod": "rimraf ./dist/test", | ||
"clean-prod": "rimraf ./dist/esm/test && rimraf ./dist/cjs/test", | ||
"build": "npm run build-test && npm run clean-prod", | ||
"build-test": "npm run clean-build && npx tsc && npm run copy-files", | ||
"build-test": "npm run clean-build && npx tsc --project ./tsconfig.json && npx tsc --project ./tsconfig-cjs.json && npm run copy-files", | ||
"start": "npm run build && node -r dotenv/config dist/src/server.js ./.env", | ||
"test": "npm run build-test && node --test ./dist/test ", | ||
"test": "npm run build-test && node --test ./dist/cjs/test && npx copyfiles -u 1 ./dist/package.json ./dist/esm/ && cd ./dist/esm/ && npm pkg set 'type'='module' && node --test ./test && rimraf ./package.json", | ||
"docker-local": "docker build -f ./Dockerfile -t notification-hub-svc:local .", | ||
"coverage": "c8 --config ./coverage-config.json npm run test", | ||
"push": "npm whoami && npm version patch && npm test && npm publish --access=public&& git push --tags" | ||
"push": "npm whoami && npm version patch && npm test && npm run clean-prod && npm publish && git push --tags" | ||
}, | ||
@@ -52,3 +51,9 @@ "repository": { | ||
"README.md" | ||
] | ||
], | ||
"exports": { | ||
".": { | ||
"import": "./dist/esm/src/index.js", | ||
"require": "./dist/cjs/src/index.js" | ||
} | ||
} | ||
} |
{ | ||
"name": "node-apparatus", | ||
"version": "0.1.3", | ||
"version": "0.1.4", | ||
"description": "A mix of common components needed for awesome node experience", | ||
"main": "dist/src/index.js", | ||
"type": "module", | ||
"main": "dist/cjs/src/index.js", | ||
"scripts": { | ||
"clean-build": "rimraf ./dist && tsc", | ||
"copy-files": "npx copyfiles ./package.json ./LICENSE ./README.md ./dist/", | ||
"clean-prod": "rimraf ./dist/test", | ||
"clean-prod": "rimraf ./dist/esm/test && rimraf ./dist/cjs/test", | ||
"build": "npm run build-test && npm run clean-prod", | ||
"build-test": "npm run clean-build && npx tsc && npm run copy-files", | ||
"build-test": "npm run clean-build && npx tsc --project ./tsconfig.json && npx tsc --project ./tsconfig-cjs.json && npm run copy-files", | ||
"start": "npm run build && node -r dotenv/config dist/src/server.js ./.env", | ||
"test": "npm run build-test && node --test ./dist/test ", | ||
"test": "npm run build-test && node --test ./dist/cjs/test && npx copyfiles -u 1 ./dist/package.json ./dist/esm/ && cd ./dist/esm/ && npm pkg set 'type'='module' && node --test ./test && rimraf ./package.json", | ||
"docker-local": "docker build -f ./Dockerfile -t notification-hub-svc:local .", | ||
"coverage": "c8 --config ./coverage-config.json npm run test", | ||
"push": "npm whoami && npm version patch && npm test && npm publish --access=public&& git push --tags" | ||
"push": "npm whoami && npm version patch && npm test && npm run clean-prod && npm publish && git push --tags" | ||
}, | ||
@@ -52,3 +51,9 @@ "repository": { | ||
"README.md" | ||
] | ||
], | ||
"exports": { | ||
".": { | ||
"import": "./dist/esm/src/index.js", | ||
"require": "./dist/cjs/src/index.js" | ||
} | ||
} | ||
} |
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
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
31305
7
11
1
No