@cloudscape-design/collection-hooks
Advanced tools
Comparing version 1.0.35 to 1.0.36
@@ -1,1 +0,61 @@ | ||
{"bugs":{"url":"https://github.com/cloudscape-design/collection-hooks/issues"},"bundleDependencies":false,"deprecated":false,"description":"## ⚠️ This is a generated artifact package and should be treated as **READ-ONLY**.","exports":{".":{"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","package.json","README.md","internal"],"homepage":"https://cloudscape.design","jest":{"preset":"ts-jest","resolver":"jest-ts-webcompat-resolver","collectCoverage":true,"collectCoverageFrom":["src/**","!**/__tests__/**"],"globals":{"ts-jest":{"tsconfig":"tsconfig.unit.json"}},"testRegex":"/__tests__/.*\\.test\\.tsx?$"},"lint-staged":{"*.{js,jsx,ts,tsx}":["eslint --fix"]},"main":"./dist/cjs/index.js","module":"./dist/mjs/index.js","name":"@cloudscape-design/collection-hooks","peerDependencies":{"react":"^16.8.0 || ^17.0.0 || ^18.0.0"},"repository":{"type":"git","url":"git+https://github.com/cloudscape-design/collection-hooks.git"},"type":"module","version":"1.0.35","license":"Apache-2.0"} | ||
{ | ||
"bugs": { | ||
"url": "https://github.com/cloudscape-design/collection-hooks/issues" | ||
}, | ||
"bundleDependencies": false, | ||
"deprecated": false, | ||
"description": "## ⚠️ This is a generated artifact package and should be treated as **READ-ONLY**.", | ||
"exports": { | ||
".": { | ||
"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", | ||
"package.json", | ||
"README.md", | ||
"internal" | ||
], | ||
"homepage": "https://cloudscape.design", | ||
"jest": { | ||
"preset": "ts-jest", | ||
"resolver": "jest-ts-webcompat-resolver", | ||
"collectCoverage": true, | ||
"collectCoverageFrom": [ | ||
"src/**", | ||
"!**/__tests__/**" | ||
], | ||
"globals": { | ||
"ts-jest": { | ||
"tsconfig": "tsconfig.unit.json" | ||
} | ||
}, | ||
"testRegex": "/__tests__/.*\\.test\\.tsx?$" | ||
}, | ||
"lint-staged": { | ||
"*.{js,jsx,ts,tsx}": [ | ||
"eslint --fix" | ||
] | ||
}, | ||
"main": "./dist/cjs/index.js", | ||
"module": "./dist/mjs/index.js", | ||
"name": "@cloudscape-design/collection-hooks", | ||
"peerDependencies": { | ||
"react": "^16.8.0 || ^17.0.0 || ^18.0.0" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/cloudscape-design/collection-hooks.git" | ||
}, | ||
"type": "module", | ||
"version": "1.0.36", | ||
"license": "Apache-2.0", | ||
"scripts": {} | ||
} |
87099