🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

@dlymon/stores

Package Overview
Dependencies
Maintainers
2
Versions
22
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@dlymon/stores - npm Package Compare versions

Comparing version
6.0.1
to
7.0.0
+13
-0
CHANGELOG.md
# @dlymon/stores
## 7.0.0
### Major Changes
- 解决@dlymon-core/shared包缓存问题
### Patch Changes
- Updated dependencies
- @dlymon-core/shared@5.0.0
- @dlymon-core/typings@4.0.0
- @dlymon-core/preferences@7.0.0
## 6.0.1

@@ -4,0 +17,0 @@

+4
-4
{
"name": "@dlymon/stores",
"version": "6.0.1",
"version": "7.0.0",
"license": "MIT",

@@ -21,6 +21,6 @@ "type": "module",

"vue-router": "^4.6.3",
"@dlymon-core/preferences": "6.0.1",
"@dlymon-core/shared": "4.2.1",
"@dlymon-core/typings": "3.0.0"
"@dlymon-core/preferences": "7.0.0",
"@dlymon-core/shared": "5.0.0",
"@dlymon-core/typings": "4.0.0"
}
}