@awsui/collection-hooks
Advanced tools
Comparing version 1.0.12 to 1.0.13
@@ -1,1 +0,1 @@ | ||
export { processItems, processSelectedItems } from './dist/operations'; | ||
export * from './dist/mjs/operations.js'; |
@@ -1,1 +0,1 @@ | ||
export { processItems, processSelectedItems } from './dist/operations'; | ||
export * from './dist/mjs/operations.js'; |
{ | ||
"name": "@awsui/collection-hooks", | ||
"version": "1.0.12", | ||
"version": "1.0.13", | ||
"type": "module", | ||
"main": "./dist/index.js", | ||
"main": "./dist/cjs/index.js", | ||
"module": "./dist/mjs/index.js", | ||
"exports": { | ||
".": "./dist/index.js", | ||
"./operations": "./operations.js" | ||
".": { | ||
"require": "./dist/cjs/index.js", | ||
"default": "./dist/mjs/index.js" | ||
}, | ||
"./operations": { | ||
"require": "./dist/cjs/operations.js", | ||
"default": "./dist/mjs/operations.js" | ||
} | ||
}, | ||
"files": [ | ||
"dist", | ||
"operations.js", | ||
"operations.d.ts", | ||
"operations.js" | ||
"package.json", | ||
"README.md" | ||
], | ||
@@ -15,0 +24,0 @@ "peerDependencies": { |
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
64382
51
1188
1