@modern-js-reduck/store
Advanced tools
Comparing version 0.0.0-canary-20230320033115 to 0.0.0-canary-20230516061419
{ | ||
"name": "@modern-js-reduck/store", | ||
"version": "0.0.0-canary-20230320033115", | ||
"version": "0.0.0-canary-20230516061419", | ||
"files": [ | ||
@@ -9,4 +9,4 @@ "dist" | ||
"types": "./dist/types/index.d.ts", | ||
"main": "./dist/js/node/index.js", | ||
"module": "./dist/js/treeshaking/index.js", | ||
"main": "./dist/cjs/index.js", | ||
"module": "./dist/esm/index.js", | ||
"jsnext:modern": "./dist/js/modern/index.js", | ||
@@ -30,11 +30,11 @@ "description": "The meta-framework suite designed from scratch for frontend-focused modern web development.", | ||
"types": "./dist/types/index.d.ts", | ||
"default": "./dist/js/treeshaking/index.js" | ||
"default": "./dist/esm/index.js" | ||
}, | ||
"./types": { | ||
"types": "./dist/types/types/index.d.ts", | ||
"default": "./dist/js/treeshaking/types/index.js" | ||
"default": "./dist/esm/types/index.js" | ||
}, | ||
"./utils": { | ||
"types": "./dist/types/utils/index.d.ts", | ||
"default": "./dist/js/treeshaking/utils/index.js" | ||
"default": "./dist/esm/utils/index.js" | ||
} | ||
@@ -59,9 +59,9 @@ }, | ||
"dependencies": { | ||
"@babel/runtime": "^7", | ||
"@swc/helpers": "0.5.1", | ||
"redux": "^4.1.1" | ||
}, | ||
"devDependencies": { | ||
"@modern-js/module-tools": "^1.7.1", | ||
"@modern-js/plugin-testing": "^1.6.0", | ||
"@modern-js/runtime": "^1.3.5", | ||
"@modern-js/module-tools": "2.19.1", | ||
"@modern-js/plugin-testing": "2.19.1", | ||
"@modern-js/runtime": "2.19.1", | ||
"@types/jest": "^27.5.1", | ||
@@ -68,0 +68,0 @@ "@types/node": "^14", |
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
78795
67
2299
1
+ Added@swc/helpers@0.5.1
+ Added@swc/helpers@0.5.1(transitive)
+ Addedtslib@2.8.1(transitive)
- Removed@babel/runtime@^7