@waiting/shared-core
Advanced tools
Comparing version 21.3.0 to 21.3.1
{ | ||
"name": "@waiting/shared-core", | ||
"author": "waiting", | ||
"version": "21.3.0", | ||
"version": "21.3.1", | ||
"description": "node core function re export with Promise or Observable", | ||
@@ -31,3 +31,3 @@ "keywords": [ | ||
"dependencies": { | ||
"@waiting/shared-types": "^21.3.0", | ||
"@waiting/shared-types": "^21.3.1", | ||
"rxjs": "^7.8.0", | ||
@@ -38,4 +38,3 @@ "semver": "^7.5.4" | ||
"@types/source-map-support": "^0.5.6", | ||
"cross-env": "7", | ||
"undici": "^5.18.0" | ||
"undici": "^5.23.0" | ||
}, | ||
@@ -67,10 +66,10 @@ "engines": { | ||
"rp": "rollup -c rollup.config.js --context this", | ||
"prepack": "rm -f dist/tsconfig.tsbuildinfo", | ||
"pretest": "npm run build", | ||
"prepack": "rm -f dist/tsconfig.tsbuildinfo", | ||
"pretest:local": "npm run build", | ||
"test": "cross-env TS_NODE_PROJECT=test/tsconfig.json mocha ", | ||
"test:local": "cross-env TS_NODE_PROJECT=test/tsconfig.json ../../node_modules/.bin/mocha --parallel=false", | ||
"test": "cross-env TS_NODE_PROJECT=test/tsconfig.json mocha", | ||
"test:local": "cross-env TS_NODE_PROJECT=test/tsconfig.json ../../node_modules/.bin/mocha", | ||
"tsc": "tsc -b " | ||
}, | ||
"gitHead": "e4ddd8a76ca8c6f4482452d4e8386f0006ed06b2" | ||
"gitHead": "d729a79f3f79b3c3c277f409778529f30f22e044" | ||
} |
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
2
200540