@nocobase/plugin-collection-sql 2.0.0-beta.1 → 2.0.0-beta.3

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,11 +8,11 @@
8
8
  */
9
9
 
10
10
  module.exports = {
11
- "@nocobase/client": "2.0.0-beta.1",
12
- "@nocobase/data-source-manager": "2.0.0-beta.1",
13
- "@nocobase/database": "2.0.0-beta.1",
14
- "@nocobase/server": "2.0.0-beta.1",
15
- "@nocobase/actions": "2.0.0-beta.1",
11
+ "@nocobase/client": "2.0.0-beta.3",
12
+ "@nocobase/data-source-manager": "2.0.0-beta.3",
13
+ "@nocobase/database": "2.0.0-beta.3",
14
+ "@nocobase/server": "2.0.0-beta.3",
15
+ "@nocobase/actions": "2.0.0-beta.3",
16
16
  "sequelize": "6.35.2",
17
- "@nocobase/utils": "2.0.0-beta.1"
17
+ "@nocobase/utils": "2.0.0-beta.3"
18
18
  };
package/package.json CHANGED
@@ -6,7 +6,7 @@
6
6
  "description": "Provides SQL collection template",
7
7
  "description.ru-RU": "Предоставляет шаблон коллекции на основе SQL",
8
8
  "description.zh-CN": "提供 SQL 数据表模板",
9
- "version": "2.0.0-beta.1",
9
+ "version": "2.0.0-beta.3",
10
10
  "homepage": "https://docs-cn.nocobase.com/handbook/collection-sql",
11
11
  "homepage.ru-RU": "https://docs-ru.nocobase.com/handbook/collection-sql",
12
12
  "homepage.zh-CN": "https://docs-cn.nocobase.com/handbook/collection-sql",
@@ -20,5 +20,5 @@
20
20
  "keywords": [
21
21
  "Collections"
22
22
  ],
23
- "gitHead": "b3d1f65848fc91e673372ee734dafe6b1cf80586"
23
+ "gitHead": "6c178de2050651bcfcc0b2708de0246977eac510"
24
24
  }