@arwes/tools
Advanced tools
Comparing version 1.0.0-alpha.18 to 1.0.0-alpha.20
{ | ||
"name": "@arwes/tools", | ||
"version": "1.0.0-alpha.18", | ||
"version": "1.0.0-alpha.20", | ||
"publishConfig": { | ||
@@ -25,10 +25,32 @@ "access": "public" | ||
}, | ||
"funding": "https://github.com/sponsors/romelperez", | ||
"license": "MIT", | ||
"files": [ | ||
"lib", | ||
"dist" | ||
"build" | ||
], | ||
"main": "lib/index.js", | ||
"unpkg": "dist/tools.min.js", | ||
"gitHead": "8e860dc9023aeabe1aa5570fe83f4bf91cf3b7f7" | ||
"exports": { | ||
".": { | ||
"import": "./build/esm/index.js", | ||
"require": "./build/cjs/index.js" | ||
}, | ||
"./build/": { | ||
"default": "./build/" | ||
} | ||
}, | ||
"types": "./build/esm/index.d.ts", | ||
"module": "./build/esm/index.js", | ||
"main": "./build/cjs/index.js", | ||
"unpkg": "./build/umd/umd.min.js", | ||
"dependencies": { | ||
"tslib": "^2.3.1" | ||
}, | ||
"scripts": { | ||
"build": "npm run build-esm && npm run build-cjs && npm run build-umd && npm run build-types", | ||
"build-esm": "sh ../../scripts/pkg-build-esm.sh", | ||
"build-cjs": "sh ../../scripts/pkg-build-cjs.sh", | ||
"build-umd": "sh ../../scripts/pkg-build-umd.sh", | ||
"build-types": "sh ../../scripts/pkg-build-types.sh", | ||
"dev": "sh ../../scripts/pkg-build-esm.sh --watch" | ||
}, | ||
"gitHead": "f91b7d0abedd83a0c412e1b21c420064cebce841" | ||
} |
@@ -1,3 +0,3 @@ | ||
# Arwes Tools | ||
# Arwes | ||
Check out [github.com/arwes/arwes](https://github.com/arwes/arwes). |
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
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
51368
42
823
1
1
+ Addedtslib@^2.3.1
+ Addedtslib@2.8.1(transitive)