@rimbu/hashed
Advanced tools
Comparing version 0.7.4 to 0.8.0
{ | ||
"name": "@rimbu/hashed", | ||
"version": "0.7.4", | ||
"version": "0.8.0", | ||
"description": "Immutable HashMap and HashSet implementations for TypeScript", | ||
@@ -34,13 +34,17 @@ "keywords": [ | ||
}, | ||
"source": "src/index.ts", | ||
"main": "dist/main/index.js", | ||
"module": "dist/module/index.js", | ||
"types": "dist/types/index.d.ts", | ||
"source": "src/main/index.ts", | ||
"main": "dist/main/main/index.js", | ||
"module": "dist/module/main/index.js", | ||
"types": "dist/types/main/index.d.ts", | ||
"files": [ | ||
"dist", | ||
"src" | ||
"src", | ||
"map", | ||
"set", | ||
"map-custom", | ||
"set-custom" | ||
], | ||
"scripts": { | ||
"build": "yarn clean && yarn bundle", | ||
"build:deno": "rimraf deno_dist ../../deno_dist/hashed && denoify && cp ../../config/mod_ts_template deno_dist/mod.ts && mv deno_dist ../../deno_dist/hashed", | ||
"build:deno": "rimraf deno_dist ../../deno_dist/hashed && denoify && mv deno_dist ../../deno_dist/hashed", | ||
"bundle": "yarn bundle:main && yarn bundle:module && yarn bundle:types", | ||
@@ -51,2 +55,8 @@ "bundle:main": "tsc --p tsconfig.main.json", | ||
"clean": "rimraf dist", | ||
"extract-api": "yarn extract-api:main && yarn extract-api:map && yarn extract-api:map-custom && yarn extract-api:set && yarn extract-api:set-custom", | ||
"extract-api:main": "api-extractor run --local --verbose --config config/api-extractor.main.json", | ||
"extract-api:map": "api-extractor run --local --verbose --config config/api-extractor.map.json", | ||
"extract-api:map-custom": "api-extractor run --local --verbose --config config/api-extractor.map-custom.json", | ||
"extract-api:set": "api-extractor run --local --verbose --config config/api-extractor.set.json", | ||
"extract-api:set-custom": "api-extractor run --local --verbose --config config/api-extractor.set-custom.json", | ||
"format": "yarn format:base --write", | ||
@@ -63,7 +73,7 @@ "format:base": "prettier \"{!CHANGELOG.md}|**/**/*.{ts,tsx,js,json,md}\"", | ||
"dependencies": { | ||
"@rimbu/base": "^0.7.2", | ||
"@rimbu/collection-types": "^0.8.3", | ||
"@rimbu/common": "^0.8.2", | ||
"@rimbu/list": "^0.9.0", | ||
"@rimbu/stream": "^0.9.0", | ||
"@rimbu/base": "^0.8.0", | ||
"@rimbu/collection-types": "^0.9.0", | ||
"@rimbu/common": "^0.9.0", | ||
"@rimbu/list": "^0.10.0", | ||
"@rimbu/stream": "^0.10.0", | ||
"tslib": "^2.3.1" | ||
@@ -75,5 +85,6 @@ }, | ||
"denoify": { | ||
"index": "src/main/index.ts", | ||
"replacer": "../../config/denoify-rimbu-replacer.js" | ||
}, | ||
"gitHead": "eb052e1db5f0f610f2e0a78cb283a278c868f7ec" | ||
"gitHead": "7c60bf40f3479524fa9d603a75b33f914d2feb28" | ||
} |
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
479405
121
8457
1
+ Added@rimbu/base@0.10.10.8.20.9.5(transitive)
+ Added@rimbu/collection-types@0.9.20(transitive)
+ Added@rimbu/common@0.10.30.11.00.9.4(transitive)
+ Added@rimbu/list@0.10.22(transitive)
+ Added@rimbu/stream@0.10.120.12.6(transitive)
- Removed@rimbu/base@0.7.2(transitive)
- Removed@rimbu/collection-types@0.8.3(transitive)
- Removed@rimbu/common@0.8.2(transitive)
- Removed@rimbu/list@0.9.0(transitive)
- Removed@rimbu/stream@0.9.0(transitive)
Updated@rimbu/base@^0.8.0
Updated@rimbu/common@^0.9.0
Updated@rimbu/list@^0.10.0
Updated@rimbu/stream@^0.10.0