@nocobase/plugin-multi-app-share-collection 1.7.0-beta.2 → 1.7.0-beta.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.
@@ -9,13 +9,13 @@
9
9
 
10
10
  module.exports = {
11
11
  "@formily/react": "2.3.0",
12
- "@nocobase/client": "1.7.0-beta.2",
13
- "@nocobase/plugin-multi-app-manager": "1.7.0-beta.2",
12
+ "@nocobase/client": "1.7.0-beta.4",
13
+ "@nocobase/plugin-multi-app-manager": "1.7.0-beta.4",
14
14
  "antd": "5.12.8",
15
15
  "react": "18.2.0",
16
- "@nocobase/utils": "1.7.0-beta.2",
16
+ "@nocobase/utils": "1.7.0-beta.4",
17
17
  "react-i18next": "11.18.6",
18
- "@nocobase/database": "1.7.0-beta.2",
19
- "@nocobase/server": "1.7.0-beta.2",
18
+ "@nocobase/database": "1.7.0-beta.4",
19
+ "@nocobase/server": "1.7.0-beta.4",
20
20
  "lodash": "4.17.21"
21
21
  };
@@ -1,11 +1,11 @@
1
1
  {
2
- "Share collections": "Share collections",
3
- "Unshared collections": "Unshared collections",
4
- "Shared collections": "Shared collections",
5
- "All categories": "All categories",
6
- "Enter name or title...": "Enter name or title...",
7
- "Are you sure to add the following collections?": "Are you sure to add the following collections?",
8
- "Are you sure to remove the following collections?": "Are you sure to remove the following collections?",
2
+ "Share collections": "Deel collecties",
3
+ "Unshared collections": "Niet-gedeelde collecties",
4
+ "Shared collections": "Gedeelde collecties",
5
+ "All categories": "Alle categorieën",
6
+ "Enter name or title...": "Voeg een naam of titel toe...",
7
+ "Are you sure to add the following collections?": "Weet je zeker dat je de volgende collecties wil toevoegen?",
8
+ "Are you sure to remove the following collections?": "Weet je zeker dat je de volgende collecties wil verwijderen?",
9
9
  "Collection display name": "Weergavenaam collectie",
10
10
  "Collection name": "Naam collectie",
11
11
  "Collection category": "Collectie categorie"
package/package.json CHANGED
@@ -4,7 +4,7 @@
4
4
  "displayName.zh-CN": "多应用数据表共享",
5
5
  "description": "",
6
6
  "description.zh-CN": "",
7
- "version": "1.7.0-beta.2",
7
+ "version": "1.7.0-beta.4",
8
8
  "main": "./dist/server/index.js",
9
9
  "devDependencies": {
10
10
  "@formily/react": "2.x",
@@ -23,7 +23,7 @@
23
23
  "@nocobase/test": "1.x",
24
24
  "@nocobase/utils": "1.x"
25
25
  },
26
- "gitHead": "58b206bdfca521e79a69989ca55dd19075dca523",
26
+ "gitHead": "bf1fbeef48ab69fb3d417f4d75bf3f22031e29f8",
27
27
  "keywords": [
28
28
  "System management"
29
29
  ]