@modern-js-reduck/plugin-devtools
Advanced tools
Comparing version 0.0.0-canary-20230320033115 to 0.0.0-canary-20230516061419
{ | ||
"name": "@modern-js-reduck/plugin-devtools", | ||
"version": "0.0.0-canary-20230320033115", | ||
"version": "0.0.0-canary-20230516061419", | ||
"files": [ | ||
@@ -9,5 +9,4 @@ "dist" | ||
"types": "./dist/types/index.d.ts", | ||
"main": "./dist/js/node/index.js", | ||
"module": "./dist/js/treeshaking/index.js", | ||
"jsnext:modern": "./dist/js/modern/index.js", | ||
"main": "./dist/cjs/index.js", | ||
"module": "./dist/esm/index.js", | ||
"description": "The meta-framework suite designed from scratch for frontend-focused modern web development.", | ||
@@ -28,7 +27,7 @@ "homepage": "https://modernjs.dev", | ||
"types": "./dist/types/index.d.ts", | ||
"default": "./dist/js/treeshaking/index.js" | ||
"default": "./dist/esm/index.js" | ||
} | ||
}, | ||
"dependencies": { | ||
"@babel/runtime": "^7", | ||
"@swc/helpers": "0.5.1", | ||
"@redux-devtools/extension": "^3.2.2", | ||
@@ -38,8 +37,8 @@ "redux": "^4.1.1" | ||
"devDependencies": { | ||
"@modern-js/module-tools": "^1.7.1", | ||
"@modern-js/plugin-testing": "^1.6.0", | ||
"@modern-js/module-tools": "2.19.1", | ||
"@modern-js/plugin-testing": "2.19.1", | ||
"@types/jest": "^27.5.1", | ||
"@types/node": "^14", | ||
"typescript": "^4", | ||
"@modern-js-reduck/store": "0.0.0-canary-20230320033115", | ||
"@modern-js-reduck/store": "0.0.0-canary-20230516061419", | ||
"@modern-js-reduck/scripts": "0.0.0" | ||
@@ -50,3 +49,3 @@ }, | ||
"peerDependencies": { | ||
"@modern-js-reduck/store": "0.0.0-canary-20230320033115" | ||
"@modern-js-reduck/store": "0.0.0-canary-20230516061419" | ||
}, | ||
@@ -53,0 +52,0 @@ "publishConfig": { |
60
5595
7
+ Added@swc/helpers@0.5.1
+ Added@modern-js-reduck/store@0.0.0-canary-20230516061419(transitive)
+ Added@swc/helpers@0.5.1(transitive)
+ Addedtslib@2.8.1(transitive)
- Removed@babel/runtime@^7
- Removed@modern-js-reduck/store@0.0.0-canary-20230320033115(transitive)