Comparing version 0.3.0-beta.1 to 0.3.0-beta.4
{ | ||
"name": "amos-io", | ||
"version": "0.3.0-beta.1", | ||
"version": "0.3.0-beta.4", | ||
"description": "The builtin io library for amos.", | ||
@@ -8,9 +8,7 @@ "author": "acrazing <joking.young@gmail.com>", | ||
"license": "MIT", | ||
"main": "lib/index.js", | ||
"module": "esm/index.js", | ||
"types": "esm/index.d.ts", | ||
"main": "dist/index.cjs.js", | ||
"module": "dist/index.esm.js", | ||
"types": "dist/index.d.ts", | ||
"files": [ | ||
"src", | ||
"esm", | ||
"lib" | ||
"dist" | ||
], | ||
@@ -25,4 +23,4 @@ "repository": { | ||
"dependencies": { | ||
"tslib": "^2.6.1" | ||
"tslib": "^2.8.0" | ||
} | ||
} |
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
12750
8
195
1
Updatedtslib@^2.8.0