@tachybase/module-hera 1.9.8 → 1.9.16
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.
- package/dist/externalVersion.js +10 -10
- package/dist/node_modules/fs-extra/package.json +1 -1
- package/package.json +15 -14
- package/.turbo/turbo-build.log +0 -11
package/dist/externalVersion.js
CHANGED
|
@@ -1,21 +1,21 @@
|
|
|
1
1
|
module.exports = {
|
|
2
|
-
"@tachybase/client": "0.23.
|
|
3
|
-
"@tachybase/components": "0.23.
|
|
4
|
-
"@tachybase/server": "0.23.
|
|
2
|
+
"@tachybase/client": "0.23.16",
|
|
3
|
+
"@tachybase/components": "0.23.16",
|
|
4
|
+
"@tachybase/server": "0.23.16",
|
|
5
5
|
"react": "18.3.1",
|
|
6
|
-
"@tachybase/schema": "0.23.
|
|
6
|
+
"@tachybase/schema": "0.23.16",
|
|
7
7
|
"@ant-design/icons": "5.3.7",
|
|
8
8
|
"antd": "5.22.5",
|
|
9
9
|
"lodash": "4.17.21",
|
|
10
|
-
"@tachybase/utils": "0.23.
|
|
10
|
+
"@tachybase/utils": "0.23.16",
|
|
11
11
|
"ahooks": "3.8.4",
|
|
12
12
|
"react-router-dom": "6.28.1",
|
|
13
|
-
"@tachybase/actions": "0.23.
|
|
13
|
+
"@tachybase/actions": "0.23.16",
|
|
14
14
|
"axios": "1.7.9",
|
|
15
|
-
"@tachybase/database": "0.23.
|
|
16
|
-
"@tachybase/module-collection": "0.23.
|
|
17
|
-
"@tachybase/evaluators": "0.23.
|
|
15
|
+
"@tachybase/database": "0.23.16",
|
|
16
|
+
"@tachybase/module-collection": "0.23.16",
|
|
17
|
+
"@tachybase/evaluators": "0.23.16",
|
|
18
18
|
"react-dom": "18.3.1",
|
|
19
|
-
"@tachybase/module-acl": "0.23.
|
|
19
|
+
"@tachybase/module-acl": "0.23.16",
|
|
20
20
|
"dayjs": "1.11.13"
|
|
21
21
|
};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"name":"fs-extra","version":"11.2.0","description":"fs-extra contains methods that aren't included in the vanilla Node.js fs package. Such as recursive mkdir, copy, and remove.","engines":{"node":">=14.14"},"homepage":"https://github.com/jprichardson/node-fs-extra","repository":{"type":"git","url":"https://github.com/jprichardson/node-fs-extra"},"keywords":["fs","file","file system","copy","directory","extra","mkdirp","mkdir","mkdirs","recursive","json","read","write","extra","delete","remove","touch","create","text","output","move","promise"],"author":"JP Richardson <jprichardson@gmail.com>","license":"MIT","dependencies":{"graceful-fs":"^4.2.0","jsonfile":"^6.0.1","universalify":"^2.0.0"},"devDependencies":{"klaw":"^2.1.1","klaw-sync":"^3.0.2","minimist":"^1.1.1","mocha":"^10.1.0","nyc":"^15.0.0","proxyquire":"^2.0.1","read-dir-files":"^0.1.1","standard":"^17.0.0"},"main":"./lib/index.js","exports":{".":"./lib/index.js","./esm":"./lib/esm.mjs"},"files":["lib/","!lib/**/__tests__/"],"scripts":{"lint":"standard","test-find":"find ./lib/**/__tests__ -name *.test.js | xargs mocha","test":"npm run lint && npm run unit && npm run unit-esm","unit":"nyc node test.js","unit-esm":"node test.mjs"},"sideEffects":false,"_lastModified":"2024-12-
|
|
1
|
+
{"name":"fs-extra","version":"11.2.0","description":"fs-extra contains methods that aren't included in the vanilla Node.js fs package. Such as recursive mkdir, copy, and remove.","engines":{"node":">=14.14"},"homepage":"https://github.com/jprichardson/node-fs-extra","repository":{"type":"git","url":"https://github.com/jprichardson/node-fs-extra"},"keywords":["fs","file","file system","copy","directory","extra","mkdirp","mkdir","mkdirs","recursive","json","read","write","extra","delete","remove","touch","create","text","output","move","promise"],"author":"JP Richardson <jprichardson@gmail.com>","license":"MIT","dependencies":{"graceful-fs":"^4.2.0","jsonfile":"^6.0.1","universalify":"^2.0.0"},"devDependencies":{"klaw":"^2.1.1","klaw-sync":"^3.0.2","minimist":"^1.1.1","mocha":"^10.1.0","nyc":"^15.0.0","proxyquire":"^2.0.1","read-dir-files":"^0.1.1","standard":"^17.0.0"},"main":"./lib/index.js","exports":{".":"./lib/index.js","./esm":"./lib/esm.mjs"},"files":["lib/","!lib/**/__tests__/"],"scripts":{"lint":"standard","test-find":"find ./lib/**/__tests__ -name *.test.js | xargs mocha","test":"npm run lint && npm run unit && npm run unit-esm","unit":"nyc node test.js","unit-esm":"node test.mjs"},"sideEffects":false,"_lastModified":"2024-12-26T07:41:24.535Z"}
|
package/package.json
CHANGED
|
@@ -1,12 +1,13 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tachybase/module-hera",
|
|
3
3
|
"displayName": "Hera platform - Deprecated",
|
|
4
|
-
"version": "1.9.
|
|
4
|
+
"version": "1.9.16",
|
|
5
5
|
"description": "Hera platform - Deprecated",
|
|
6
6
|
"keywords": [
|
|
7
7
|
"System management"
|
|
8
8
|
],
|
|
9
9
|
"main": "dist/server/index.js",
|
|
10
|
+
"dependencies": {},
|
|
10
11
|
"devDependencies": {
|
|
11
12
|
"@alicloud/captcha20230305": "^1.1.3",
|
|
12
13
|
"@ant-design/icons": "~5.3.7",
|
|
@@ -40,21 +41,21 @@
|
|
|
40
41
|
"throttle-debounce": "^5.0.2",
|
|
41
42
|
"vitest": "^1.6.0",
|
|
42
43
|
"ws": "^8.18.0",
|
|
43
|
-
"@tachybase/components": "0.23.
|
|
44
|
-
"@tachybase/schema": "0.23.
|
|
44
|
+
"@tachybase/components": "0.23.16",
|
|
45
|
+
"@tachybase/schema": "0.23.16"
|
|
45
46
|
},
|
|
46
47
|
"peerDependencies": {
|
|
47
|
-
"@tachybase/actions": "0.23.
|
|
48
|
-
"@tachybase/client": "0.23.
|
|
49
|
-
"@tachybase/data-source": "0.23.
|
|
50
|
-
"@tachybase/database": "0.23.
|
|
51
|
-
"@tachybase/
|
|
52
|
-
"@tachybase/module-
|
|
53
|
-
"@tachybase/
|
|
54
|
-
"@tachybase/
|
|
55
|
-
"@tachybase/
|
|
56
|
-
"@tachybase/
|
|
57
|
-
"@tachybase/
|
|
48
|
+
"@tachybase/actions": "0.23.16",
|
|
49
|
+
"@tachybase/client": "0.23.16",
|
|
50
|
+
"@tachybase/data-source": "0.23.16",
|
|
51
|
+
"@tachybase/database": "0.23.16",
|
|
52
|
+
"@tachybase/evaluators": "0.23.16",
|
|
53
|
+
"@tachybase/module-acl": "0.23.16",
|
|
54
|
+
"@tachybase/module-workflow": "0.23.16",
|
|
55
|
+
"@tachybase/schema": "0.23.16",
|
|
56
|
+
"@tachybase/server": "0.23.16",
|
|
57
|
+
"@tachybase/test": "0.23.16",
|
|
58
|
+
"@tachybase/utils": "0.23.16"
|
|
58
59
|
},
|
|
59
60
|
"description.zh-CN": "赫拉平台(已废弃)",
|
|
60
61
|
"displayName.zh-CN": "赫拉平台",
|
package/.turbo/turbo-build.log
DELETED
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
> @hera/plugin-core@1.9.2 build /Users/seal/Documents/projects/tachybase/packages/module-hera
|
|
4
|
-
> tachybase-build --no-dts @hera/plugin-core
|
|
5
|
-
|
|
6
|
-
[33m[33mThe CJS build of Vite's Node API is deprecated. See https://vitejs.dev/guide/troubleshooting.html#vite-cjs-node-api-deprecated for more details.[39m[39m
|
|
7
|
-
[4m[95m@hera/plugin-core[39m[24m: [1mmodule-hera[22m build start
|
|
8
|
-
[4m[95m@hera/plugin-core[39m[24m: build plugin client
|
|
9
|
-
[2K[1G[2K[1G[2K[1G[2K[1G[2K[1G[33msrc/client/components/fields/CalcResult.tsx (174:13): Use of eval in "src/client/components/fields/CalcResult.tsx" is strongly discouraged as it poses security risks and may cause issues with minification.[39m
|
|
10
|
-
[4m[95m@hera/plugin-core[39m[24m: build plugin server source
|
|
11
|
-
[4m[95m@hera/plugin-core[39m[24m: delete server files
|