@waiting/shared-core
Advanced tools
Comparing version 21.1.0 to 21.2.0
{ | ||
"name": "@waiting/shared-core", | ||
"author": "waiting", | ||
"version": "21.1.0", | ||
"version": "21.2.0", | ||
"description": "node core function re export with Promise or Observable", | ||
@@ -31,3 +31,3 @@ "keywords": [ | ||
"dependencies": { | ||
"@waiting/shared-types": "^21.1.0", | ||
"@waiting/shared-types": "^21.2.0", | ||
"rxjs": "^7.8.0", | ||
@@ -39,3 +39,2 @@ "source-map-support": "^0.5.21" | ||
"cross-env": "7", | ||
"typescript": ">=4.9.0", | ||
"undici": "^5.18.0" | ||
@@ -58,4 +57,4 @@ }, | ||
"build": "npm run tsc && tsc-alias && npm run rp", | ||
"clean": "npm run clean:lock & npm run clean:cache & rm -rf dist/* -rf", | ||
"clean:cache": "rm -rf .eslintcache .vscode/.tsbuildinfo .vscode/.tsbuildinfo.*", | ||
"clean": "npm run clean:lock & npm run clean:cache & rm -rf dist/*", | ||
"clean:cache": "rm -rf .eslintcache .tsbuildinfo", | ||
"clean:lock": "rm package-lock.json -f", | ||
@@ -67,2 +66,5 @@ "cov": "cross-env TS_NODE_PROJECT=test/tsconfig.json c8 mocha --loader=ts-node/esm --parallel=false", | ||
"rp": "rollup -c rollup.config.js --context this", | ||
"prepack": "rm -f dist/tsconfig.tsbuildinfo", | ||
"pretest": "npm run build", | ||
"pretest:local": "npm run build", | ||
"test": "cross-env TS_NODE_PROJECT=test/tsconfig.json mocha --loader=ts-node/esm", | ||
@@ -72,3 +74,3 @@ "test:local": "cross-env TS_NODE_PROJECT=test/tsconfig.json ../../node_modules/.bin/mocha --loader=ts-node/esm --parallel=false", | ||
}, | ||
"gitHead": "b520c9e84d4ca89f8b605c2cb761fbdea6f945c9" | ||
"gitHead": "6f5ceac6c2a6d17c97bd130cbf44516cbd6cfb04" | ||
} |
Sorry, the diff of this file is not supported yet
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
189093
3
3484