@lytjs/middleware-rate-limit 6.9.1 → 6.9.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1) hide show
  1. package/package.json +3 -3
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lytjs/middleware-rate-limit",
3
- "version": "6.9.1",
3
+ "version": "6.9.3",
4
4
  "description": "LytJS 速率限制中间件",
5
5
  "type": "module",
6
6
  "main": "./dist/index.cjs",
@@ -31,8 +31,8 @@
31
31
  "clean": "rm -rf dist node_modules .turbo"
32
32
  },
33
33
  "dependencies": {
34
- "@lytjs/common-is": "workspace:*",
35
- "@lytjs/common-rate-limit": "workspace:*"
34
+ "@lytjs/common-is": "^6.9.3",
35
+ "@lytjs/common-rate-limit": "^6.9.3"
36
36
  },
37
37
  "devDependencies": {
38
38
  "tsup": "^8.3.6",