@nocobase/plugin-client 1.3.16-beta → 1.3.17-beta

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.
@@ -8,8 +8,8 @@
8
8
  */
9
9
 
10
10
  module.exports = {
11
- "@nocobase/client": "1.3.16-beta",
12
- "@nocobase/utils": "1.3.16-beta",
13
- "@nocobase/server": "1.3.16-beta",
14
- "@nocobase/database": "1.3.16-beta"
11
+ "@nocobase/client": "1.3.17-beta",
12
+ "@nocobase/utils": "1.3.17-beta",
13
+ "@nocobase/server": "1.3.17-beta",
14
+ "@nocobase/database": "1.3.17-beta"
15
15
  };
@@ -847,5 +847,7 @@ module.exports = {
847
847
  "Open in new window": "Open in new window",
848
848
  "Sorry, the page you visited does not exist.": "Sorry, the page you visited does not exist.",
849
849
  "is none of": "is none of",
850
- "is any of": "is any of"
850
+ "is any of": "is any of",
851
+ "Plugin dependency version mismatch": "Plugin dependency version mismatch",
852
+ "The current dependency version of the plugin does not match the version of the application and may not work properly. Are you sure you want to continue enabling the plugin?": "The current dependency version of the plugin does not match the version of the application and may not work properly. Are you sure you want to continue enabling the plugin?"
851
853
  };
@@ -981,5 +981,7 @@ module.exports = {
981
981
  "Sorry, the page you visited does not exist.": "\u62B1\u6B49\uFF0C\u4F60\u8BBF\u95EE\u7684\u9875\u9762\u4E0D\u5B58\u5728\u3002",
982
982
  "Set Template Engine": "\u8BBE\u7F6E\u6A21\u677F\u5F15\u64CE",
983
983
  "Skip getting the total number of table records during paging to speed up loading. It is recommended to enable this option for data tables with a large amount of data": "\u5728\u5206\u9875\u65F6\u8DF3\u8FC7\u83B7\u53D6\u8868\u8BB0\u5F55\u603B\u6570\uFF0C\u4EE5\u52A0\u5FEB\u52A0\u8F7D\u901F\u5EA6\uFF0C\u5EFA\u8BAE\u5BF9\u6709\u5927\u91CF\u6570\u636E\u7684\u6570\u636E\u8868\u5F00\u542F\u6B64\u9009\u9879",
984
- 'The current user only has the UI configuration permission, but don\'t have view permission for collection "{{name}}"': '\u5F53\u524D\u7528\u6237\u53EA\u6709 UI \u914D\u7F6E\u6743\u9650\uFF0C\u4F46\u6CA1\u6709\u6570\u636E\u8868 "{{name}}" \u67E5\u770B\u6743\u9650\u3002'
984
+ 'The current user only has the UI configuration permission, but don\'t have view permission for collection "{{name}}"': '\u5F53\u524D\u7528\u6237\u53EA\u6709 UI \u914D\u7F6E\u6743\u9650\uFF0C\u4F46\u6CA1\u6709\u6570\u636E\u8868 "{{name}}" \u67E5\u770B\u6743\u9650\u3002',
985
+ "Plugin dependency version mismatch": "\u63D2\u4EF6\u4F9D\u8D56\u7248\u672C\u4E0D\u4E00\u81F4",
986
+ "The current dependency version of the plugin does not match the version of the application and may not work properly. Are you sure you want to continue enabling the plugin?": "\u5F53\u524D\u63D2\u4EF6\u7684\u4F9D\u8D56\u7248\u672C\u4E0E\u5E94\u7528\u7684\u7248\u672C\u4E0D\u4E00\u81F4\uFF0C\u53EF\u80FD\u65E0\u6CD5\u6B63\u5E38\u5DE5\u4F5C\u3002\u60A8\u786E\u5B9A\u8981\u7EE7\u7EED\u6FC0\u6D3B\u63D2\u4EF6\u5417\uFF1F"
985
987
  };
@@ -1 +1 @@
1
- {"name":"cronstrue","title":"cRonstrue","version":"2.47.0","description":"Convert cron expressions into human readable descriptions","author":"Brady Holt","license":"MIT","bugs":{"url":"https://github.com/bradymholt/cronstrue/issues"},"homepage":"https://github.com/bradymholt/cronstrue","keywords":["cron","cronjob","crontab","schedule","parser","cron expression","cron description","pretty cron","cron for humans","cron translated","cron english","cron schedule","cron english","cron schedule"],"main":"dist/cronstrue.js","bin":{"cronstrue":"bin/cli.js"},"typings":"dist/cronstrue.d.ts","files":["dist/","locales/","i18n.js","i18n.d.ts"],"repository":{"type":"git","url":"git+https://github.com/bradymholt/cronstrue.git"},"publishConfig":{"access":"public"},"prettier":{"printWidth":120},"devDependencies":{"@types/chai":"^4.2.11","@types/mocha":"^8.0.0","chai":"^4.2.0","handlebars":"^4.7.6","marked":"^4.0.10","mocha":"^10.1.0","pixl-xml":"^1.0.13","prettier":"^2.1.1","terser-webpack-plugin":"^5.3.1","ts-loader":"^9.2.6","ts-node":"^10.5.0","typescript":"^4.6.2","webpack":"^5.69.1","webpack-cli":"^4.9.2","xml2js":"^0.5.0"},"scripts":{"start":"npm run build","build":"npx tsc -p ./src --emitDeclarationOnly","test":"npx mocha --reporter spec --require ts-node/register \"./test/**/*.ts\"","prepublishOnly":"rm -rf ./dist && ./node_modules/webpack-cli/bin/cli.js && git add -A"},"dependencies":{},"_lastModified":"2024-09-06T09:31:41.393Z"}
1
+ {"name":"cronstrue","title":"cRonstrue","version":"2.47.0","description":"Convert cron expressions into human readable descriptions","author":"Brady Holt","license":"MIT","bugs":{"url":"https://github.com/bradymholt/cronstrue/issues"},"homepage":"https://github.com/bradymholt/cronstrue","keywords":["cron","cronjob","crontab","schedule","parser","cron expression","cron description","pretty cron","cron for humans","cron translated","cron english","cron schedule","cron english","cron schedule"],"main":"dist/cronstrue.js","bin":{"cronstrue":"bin/cli.js"},"typings":"dist/cronstrue.d.ts","files":["dist/","locales/","i18n.js","i18n.d.ts"],"repository":{"type":"git","url":"git+https://github.com/bradymholt/cronstrue.git"},"publishConfig":{"access":"public"},"prettier":{"printWidth":120},"devDependencies":{"@types/chai":"^4.2.11","@types/mocha":"^8.0.0","chai":"^4.2.0","handlebars":"^4.7.6","marked":"^4.0.10","mocha":"^10.1.0","pixl-xml":"^1.0.13","prettier":"^2.1.1","terser-webpack-plugin":"^5.3.1","ts-loader":"^9.2.6","ts-node":"^10.5.0","typescript":"^4.6.2","webpack":"^5.69.1","webpack-cli":"^4.9.2","xml2js":"^0.5.0"},"scripts":{"start":"npm run build","build":"npx tsc -p ./src --emitDeclarationOnly","test":"npx mocha --reporter spec --require ts-node/register \"./test/**/*.ts\"","prepublishOnly":"rm -rf ./dist && ./node_modules/webpack-cli/bin/cli.js && git add -A"},"dependencies":{},"_lastModified":"2024-09-07T15:56:45.476Z"}
package/package.json CHANGED
@@ -4,7 +4,7 @@
4
4
  "displayName.zh-CN": "WEB 客户端",
5
5
  "description": "Provides a client interface for the NocoBase server",
6
6
  "description.zh-CN": "为 NocoBase 服务端提供客户端界面",
7
- "version": "1.3.16-beta",
7
+ "version": "1.3.17-beta",
8
8
  "main": "./dist/server/index.js",
9
9
  "license": "AGPL-3.0",
10
10
  "devDependencies": {
@@ -20,5 +20,5 @@
20
20
  "@nocobase/test": "1.x",
21
21
  "@nocobase/utils": "1.x"
22
22
  },
23
- "gitHead": "28fae8fe9165b82d6ee4d4104cd81530aa897176"
23
+ "gitHead": "9c2f4d3b7b8d920f75a6c1514de047f36ec66ecc"
24
24
  }