@smithy/core
Advanced tools
Comparing version 2.1.1 to 2.2.0
{ | ||
"name": "@smithy/core", | ||
"version": "2.1.1", | ||
"version": "2.2.0", | ||
"scripts": { | ||
@@ -21,2 +21,3 @@ "build": "yarn lint && concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types && yarn build:types:downlevel'", | ||
".": { | ||
"module": "./dist-es/index.js", | ||
"node": "./dist-cjs/index.js", | ||
@@ -28,2 +29,3 @@ "import": "./dist-es/index.js", | ||
"./package.json": { | ||
"module": "./package.json", | ||
"node": "./package.json", | ||
@@ -30,0 +32,0 @@ "import": "./package.json", |
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
70413