@modern-js-reduck/plugin-auto-actions
Advanced tools
Comparing version 1.1.10 to 1.1.11
@@ -11,5 +11,3 @@ import { Model } from '@modern-js-reduck/store/types'; | ||
} | ||
declare const _default: (context: import("@modern-js-reduck/store/dist/types/types/plugin").PluginContext) => import("@modern-js-reduck/store/dist/types/types/plugin").PluginLifeCycle; | ||
export default _default; |
{ | ||
"name": "@modern-js-reduck/plugin-auto-actions", | ||
"version": "1.1.10", | ||
"version": "1.1.11", | ||
"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,15 +27,16 @@ "homepage": "https://modernjs.dev", | ||
"types": "./dist/types/index.d.ts", | ||
"default": "./dist/js/treeshaking/index.js" | ||
"require": "./dist/cjs/index.js", | ||
"default": "./dist/esm/index.js" | ||
} | ||
}, | ||
"dependencies": { | ||
"@babel/runtime": "^7" | ||
"@swc/helpers": "0.5.1" | ||
}, | ||
"devDependencies": { | ||
"@modern-js-reduck/store": "1.1.10", | ||
"@modern-js/module-tools": "^1.7.1", | ||
"@modern-js/plugin-testing": "^1.6.0", | ||
"@modern-js/module-tools": "2.21.1", | ||
"@modern-js/plugin-testing": "2.21.1", | ||
"@types/jest": "^27.5.1", | ||
"@types/node": "^14", | ||
"typescript": "^4", | ||
"@modern-js-reduck/store": "1.1.11", | ||
"@modern-js-reduck/scripts": "0.0.0" | ||
@@ -47,3 +47,3 @@ }, | ||
"peerDependencies": { | ||
"@modern-js-reduck/store": "^1.1.10" | ||
"@modern-js-reduck/store": "^1.1.11" | ||
}, | ||
@@ -50,0 +50,0 @@ "publishConfig": { |
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
12895
19
268
1
+ Added@swc/helpers@0.5.1
- Removed@babel/runtime@^7