@nocobase/plugin-api-keys 0.12.0-alpha.3 → 0.12.0-alpha.4

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 +2 -2
package/package.json CHANGED
@@ -4,7 +4,7 @@
4
4
  "displayName.zh-CN": "API 秘钥",
5
5
  "description": "Allow users to use API key to access NocoBase server API",
6
6
  "description.zh-CN": "允许用户使用 API key 访问 NocoBase server API",
7
- "version": "0.12.0-alpha.3",
7
+ "version": "0.12.0-alpha.4",
8
8
  "license": "AGPL-3.0",
9
9
  "main": "./dist/server/index.js",
10
10
  "devDependencies": {
@@ -27,5 +27,5 @@
27
27
  "@nocobase/test": "0.x",
28
28
  "@nocobase/utils": "0.x"
29
29
  },
30
- "gitHead": "6492088a96f5d8029a0c5b77dbb98afdceb9a1aa"
30
+ "gitHead": "215dc3b2437c501ca903b56cc378ab5e81c8a11c"
31
31
  }