@logux/vuex
Advanced tools
Comparing version 0.10.1 to 0.10.2
{ | ||
"name": "@logux/vuex", | ||
"version": "0.10.1", | ||
"version": "0.10.2", | ||
"description": "Vuex compatible API for Logux", | ||
@@ -28,8 +28,14 @@ "keywords": [ | ||
"@logux/core": ">=0.7.0", | ||
"vue": ">=3.1.5", | ||
"vue": ">=3.2.0", | ||
"vuex": ">=4.0.2" | ||
}, | ||
"dependencies": { | ||
"nanoevents": "^6.0.0" | ||
"nanoevents": "^6.0.2" | ||
}, | ||
"nano-staged": { | ||
"*.{js,ts}": [ | ||
"prettier --write", | ||
"eslint --fix" | ||
] | ||
} | ||
} |
@@ -9,3 +9,3 @@ import { find, deepCopy, isPromise } from './index.js' | ||
}) | ||
).toEqual(22) | ||
).toBe(22) | ||
}) | ||
@@ -12,0 +12,0 @@ |
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
33735
Updatednanoevents@^6.0.2