@aws-crypto/random-source-browser
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/random-source-browser", | ||
"version": "5.1.0", | ||
"version": "5.2.0", | ||
"scripts": { | ||
"prepublishOnly": "tsc", | ||
"prepublishOnly": "tsc -p tsconfig.json && tsc -p tsconfig.module.json", | ||
"pretest": "tsc -p tsconfig.test.json", | ||
@@ -21,9 +21,10 @@ "test": "mocha --require ts-node/register test/**/*test.ts" | ||
"dependencies": { | ||
"@aws-crypto/supports-web-crypto": "^5.1.0", | ||
"@aws-crypto/supports-web-crypto": "^5.2.0", | ||
"@aws-sdk/util-locate-window": "^3.0.0", | ||
"tslib": "^2.6.2" | ||
}, | ||
"main": "./build/index.js", | ||
"types": "./build/index.d.ts", | ||
"gitHead": "77bc5fbd1e94abbd8b990b2e6444785b4e97b188" | ||
"main": "./build/main/index.js", | ||
"module": "./build/module/index.js", | ||
"types": "./build/main/index.d.ts", | ||
"gitHead": "c11b171b35ec5c093364f0e0d8dc4ab1af68e748" | ||
} |
{ | ||
"extends": "../tsconfig.json", | ||
"compilerOptions": { | ||
"target": "es5", | ||
"module": "commonjs", | ||
"lib": ["dom", "es5", "es2015.promise", "es2015.collection"], | ||
"declaration": true, | ||
"sourceMap": true, | ||
"strict": true, | ||
"rootDir": "./src", | ||
"outDir": "./build", | ||
"importHelpers": true, | ||
"noEmitHelpers": true | ||
"outDir": "./build/main", | ||
"lib": ["dom"], | ||
}, | ||
@@ -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
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
25352
20
127