@aws-crypto/supports-web-crypto
Advanced tools
Comparing version 5.1.0 to 5.2.0
@@ -6,2 +6,8 @@ # Change Log | ||
# [5.2.0](https://github.com/aws/aws-sdk-js-crypto-helpers/compare/v5.1.0...v5.2.0) (2023-10-16) | ||
### Features | ||
- support ESM artifacts in all packages ([#752](https://github.com/aws/aws-sdk-js-crypto-helpers/issues/752)) ([e930ffb](https://github.com/aws/aws-sdk-js-crypto-helpers/commit/e930ffba5cfef66dd242049e7d514ced232c1e3b)) | ||
# [5.1.0](https://github.com/aws/aws-sdk-js-crypto-helpers/compare/v5.0.0...v5.1.0) (2023-09-22) | ||
@@ -8,0 +14,0 @@ |
{ | ||
"name": "@aws-crypto/supports-web-crypto", | ||
"version": "5.1.0", | ||
"version": "5.2.0", | ||
"description": "Provides functions for detecting if the host environment supports the WebCrypto API", | ||
"scripts": { | ||
"prepublishOnly": "tsc -p tsconfig.json && tsc -p tsconfig.module.json", | ||
"pretest": "tsc -p tsconfig.test.json", | ||
@@ -20,8 +21,9 @@ "test": "mocha --require ts-node/register test/**/*test.ts" | ||
"license": "Apache-2.0", | ||
"main": "./build/index.js", | ||
"types": "./build/index.d.ts", | ||
"main": "./build/main/index.js", | ||
"module": "./build/module/index.js", | ||
"types": "./build/main/index.d.ts", | ||
"dependencies": { | ||
"tslib": "^2.6.2" | ||
}, | ||
"gitHead": "77bc5fbd1e94abbd8b990b2e6444785b4e97b188" | ||
"gitHead": "c11b171b35ec5c093364f0e0d8dc4ab1af68e748" | ||
} |
{ | ||
"extends": "../tsconfig.json", | ||
"compilerOptions": { | ||
"module": "commonjs", | ||
"target": "es5", | ||
"lib": ["dom", "es5", "es2015.collection"], | ||
"strict": true, | ||
"sourceMap": true, | ||
"declaration": true, | ||
"lib": ["dom"], | ||
"rootDir": "./src", | ||
"outDir": "./build", | ||
"importHelpers": true, | ||
"noEmitHelpers": true | ||
"outDir": "./build/main", | ||
}, | ||
@@ -14,0 +8,0 @@ "include": ["src/**/*.ts"], |
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
28366
20
229
1