@logux/vuex
Advanced tools
Comparing version 0.9.23 to 0.9.24
{ | ||
"name": "@logux/vuex", | ||
"version": "0.9.23", | ||
"version": "0.9.24", | ||
"description": "Vuex compatible API for Logux", | ||
@@ -21,3 +21,3 @@ "keywords": [ | ||
"peerDependencies": { | ||
"vue": ">=3.0.9", | ||
"vue": ">=3.0.10", | ||
"vuex": ">=4.0.0" | ||
@@ -60,2 +60,8 @@ }, | ||
}, | ||
"./utils/package.json": "./utils/package.json", | ||
"./utils": { | ||
"require": "./utils/index.cjs", | ||
"import": "./utils/index.js", | ||
"default": "./utils/index.js" | ||
}, | ||
"./store/package.json": "./store/package.json", | ||
@@ -67,10 +73,4 @@ "./store": { | ||
}, | ||
"./utils/package.json": "./utils/package.json", | ||
"./utils": { | ||
"require": "./utils/index.cjs", | ||
"import": "./utils/index.js", | ||
"default": "./utils/index.js" | ||
}, | ||
"./index.d.ts": "./index.d.ts" | ||
} | ||
} |
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
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
53939