@tachybase/plugin-field-encryption 0.23.8 → 0.23.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 +4 -4
- package/package.json +8 -6
- package/.turbo/turbo-build.log +0 -14
package/dist/externalVersion.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
module.exports = {
|
|
2
|
-
"@tachybase/client": "0.23.
|
|
3
|
-
"@tachybase/utils": "0.23.
|
|
4
|
-
"@tachybase/database": "0.23.
|
|
5
|
-
"@tachybase/server": "0.23.
|
|
2
|
+
"@tachybase/client": "0.23.16",
|
|
3
|
+
"@tachybase/utils": "0.23.16",
|
|
4
|
+
"@tachybase/database": "0.23.16",
|
|
5
|
+
"@tachybase/server": "0.23.16"
|
|
6
6
|
};
|
package/package.json
CHANGED
|
@@ -1,18 +1,20 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tachybase/plugin-field-encryption",
|
|
3
3
|
"displayName": "Collection field: Encryption",
|
|
4
|
-
"version": "0.23.
|
|
4
|
+
"version": "0.23.16",
|
|
5
5
|
"description": "Encryption field",
|
|
6
6
|
"keywords": [
|
|
7
7
|
"Collection fields"
|
|
8
8
|
],
|
|
9
9
|
"main": "dist/server/index.js",
|
|
10
|
+
"dependencies": {},
|
|
11
|
+
"devDependencies": {},
|
|
10
12
|
"peerDependencies": {
|
|
11
|
-
"@tachybase/client": "0.23.
|
|
12
|
-
"@tachybase/database": "0.23.
|
|
13
|
-
"@tachybase/
|
|
14
|
-
"@tachybase/
|
|
15
|
-
"@tachybase/utils": "0.23.
|
|
13
|
+
"@tachybase/client": "0.23.16",
|
|
14
|
+
"@tachybase/database": "0.23.16",
|
|
15
|
+
"@tachybase/server": "0.23.16",
|
|
16
|
+
"@tachybase/test": "0.23.16",
|
|
17
|
+
"@tachybase/utils": "0.23.16"
|
|
16
18
|
},
|
|
17
19
|
"description.zh-CN": "加密字段",
|
|
18
20
|
"displayName.zh-CN": "数据表字段:加密字段",
|
package/.turbo/turbo-build.log
DELETED
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
> @tachybase/plugin-field-encryption@0.23.7 build /Users/seal/Documents/projects/tachybase/packages/plugin-field-encryption
|
|
4
|
-
> tachybase-build --no-dts @tachybase/plugin-field-encryption
|
|
5
|
-
|
|
6
|
-
[33m[33mThe CJS build of Vite's Node API is deprecated. See https://vite.dev/guide/troubleshooting.html#vite-cjs-node-api-deprecated for more details.[39m[39m
|
|
7
|
-
[4m[95m@tachybase/plugin-field-encryption[39m[24m: [1mplugin-field-encryption[22m build start
|
|
8
|
-
[4m[95m@tachybase/plugin-field-encryption[39m[24m: build plugin client
|
|
9
|
-
[4m[95m@tachybase/plugin-field-encryption[39m[24m: build plugin server source
|
|
10
|
-
[4m[95m@tachybase/plugin-field-encryption[39m[24m: delete server files
|
|
11
|
-
[4m[95m@tachybase/plugin-field-encryption[39m[24m: build plugin server dependencies
|
|
12
|
-
[4m[95m@tachybase/plugin-field-encryption[39m[24m: These packages [33m@tachybase/database, @tachybase/server[39m will be [3mexclude[23m.
|
|
13
|
-
[4m[95m@tachybase/plugin-field-encryption[39m[24m: write external version
|
|
14
|
-
|