plugin-migration-manager 2.0.3 → 2.0.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.
- package/package.json +4 -1
package/package.json
CHANGED
|
@@ -6,8 +6,11 @@
|
|
|
6
6
|
"description": "Migrate collections, workflows, and UI schemas between NocoBase instances.",
|
|
7
7
|
"description.id-ID": "Migrate collections, workflows, and UI schemas between NocoBase instances.",
|
|
8
8
|
"description.zh-CN": "在 NocoBase 实例之间迁移数据表、工作流和 UI Schema。",
|
|
9
|
-
"version": "2.0.
|
|
9
|
+
"version": "2.0.4",
|
|
10
10
|
"license": "MIT",
|
|
11
|
+
"publishConfig": {
|
|
12
|
+
"access": "public"
|
|
13
|
+
},
|
|
11
14
|
"main": "dist/server/index.js",
|
|
12
15
|
"keywords": [
|
|
13
16
|
"nocobase",
|