@autostorejs/devtools
Advanced tools
+35
-41
| { | ||
| "name": "@autostorejs/devtools", | ||
| "version": "4.0.6", | ||
| "description": "devtools for autostore", | ||
| "repository": { | ||
| "type": "git", | ||
| "url": "git+https://github.com/zhangfisher/autostore.git" | ||
| }, | ||
| "exports": { | ||
| ".": "./src/index.ts", | ||
| "./cycleDetect": "./src/cycleDetect.ts" | ||
| }, | ||
| "main": "src/index.ts", | ||
| "publishConfig": { | ||
| "exports": { | ||
| ".": { | ||
| "import": "./dist/index.mjs", | ||
| "require": "./dist/index.js" | ||
| }, | ||
| "./cycleDetect": { | ||
| "import": "./dist/cycleDetect.mjs", | ||
| "require": "./dist/cycleDetect.js" | ||
| } | ||
| } | ||
| }, | ||
| "scripts": { | ||
| "build": "tsup" | ||
| }, | ||
| "keywords": [], | ||
| "author": "", | ||
| "license": "ISC", | ||
| "dependencies": { | ||
| "redux": "^5.0.1" | ||
| }, | ||
| "devDependencies": { | ||
| "@types/node": "^24.10.9", | ||
| "tsup": "^8.5.1" | ||
| }, | ||
| "files": [ | ||
| "dist" | ||
| ] | ||
| } | ||
| "name": "@autostorejs/devtools", | ||
| "version": "4.0.10", | ||
| "description": "devtools for autostore", | ||
| "repository": { | ||
| "type": "git", | ||
| "url": "git+https://github.com/zhangfisher/autostore.git" | ||
| }, | ||
| "exports": { | ||
| ".": { | ||
| "import": "./dist/index.mjs", | ||
| "require": "./dist/index.js" | ||
| }, | ||
| "./cycleDetect": { | ||
| "import": "./dist/cycleDetect.mjs", | ||
| "require": "./dist/cycleDetect.js" | ||
| } | ||
| }, | ||
| "main": "src/index.ts", | ||
| "scripts": { | ||
| "build": "tsup" | ||
| }, | ||
| "keywords": [], | ||
| "author": "", | ||
| "license": "ISC", | ||
| "dependencies": { | ||
| "redux": "^5.0.1" | ||
| }, | ||
| "devDependencies": { | ||
| "@types/node": "^24.10.9", | ||
| "tsup": "^8.5.1" | ||
| }, | ||
| "files": [ | ||
| "dist" | ||
| ] | ||
| } |
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
0
-100%80179
-0.24%