@tachybase/module-collection 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.
@@ -1,14 +1,14 @@
1
1
  module.exports = {
2
- "@tachybase/client": "0.23.8",
3
- "@tachybase/database": "0.23.8",
4
- "@tachybase/module-error-handler": "0.23.8",
5
- "@tachybase/server": "0.23.8",
2
+ "@tachybase/client": "0.23.16",
3
+ "@tachybase/database": "0.23.16",
4
+ "@tachybase/module-error-handler": "0.23.16",
5
+ "@tachybase/server": "0.23.16",
6
6
  "async-mutex": "0.3.2",
7
7
  "lodash": "4.17.21",
8
- "@tachybase/test": "0.23.8",
9
- "@tachybase/actions": "0.23.8",
10
- "@tachybase/resourcer": "0.23.8",
11
- "@tachybase/utils": "0.23.8",
8
+ "@tachybase/test": "0.23.16",
9
+ "@tachybase/actions": "0.23.16",
10
+ "@tachybase/resourcer": "0.23.16",
11
+ "@tachybase/utils": "0.23.16",
12
12
  "sequelize": "6.37.5",
13
13
  "dayjs": "1.11.13"
14
14
  };
package/package.json CHANGED
@@ -1,13 +1,14 @@
1
1
  {
2
2
  "name": "@tachybase/module-collection",
3
3
  "displayName": "Data source: Main",
4
- "version": "0.23.8",
4
+ "version": "0.23.16",
5
5
  "description": "TachyBase main database, supports relational databases such as MySQL, PostgreSQL, SQLite and so on.",
6
6
  "keywords": [
7
7
  "Data sources"
8
8
  ],
9
9
  "license": "Apache-2.0",
10
10
  "main": "./dist/server/index.js",
11
+ "dependencies": {},
11
12
  "devDependencies": {
12
13
  "@hapi/topo": "^6.0.2",
13
14
  "@types/lodash": "4.17.13",
@@ -17,14 +18,14 @@
17
18
  "toposort": "^2.0.2"
18
19
  },
19
20
  "peerDependencies": {
20
- "@tachybase/resourcer": "0.23.8",
21
- "@tachybase/server": "0.23.8",
22
- "@tachybase/actions": "0.23.8",
23
- "@tachybase/database": "0.23.8",
24
- "@tachybase/client": "0.23.8",
25
- "@tachybase/utils": "0.23.8",
26
- "@tachybase/test": "0.23.8",
27
- "@tachybase/module-error-handler": "0.23.8"
21
+ "@tachybase/actions": "0.23.16",
22
+ "@tachybase/module-error-handler": "0.23.16",
23
+ "@tachybase/database": "0.23.16",
24
+ "@tachybase/server": "0.23.16",
25
+ "@tachybase/test": "0.23.16",
26
+ "@tachybase/resourcer": "0.23.16",
27
+ "@tachybase/client": "0.23.16",
28
+ "@tachybase/utils": "0.23.16"
28
29
  },
29
30
  "description.zh-CN": "TachyBase 主数据库,支持 MySQL、PostgreSQL、SQLite 等关系型数据库。",
30
31
  "displayName.zh-CN": "数据源:主数据库",
@@ -1,14 +0,0 @@
1
-
2
- 
3
- > @tachybase/module-collection@0.23.7 build /Users/seal/Documents/projects/tachybase/packages/module-collection
4
- > tachybase-build --no-dts @tachybase/module-collection
5
-
6
- The CJS build of Vite's Node API is deprecated. See https://vite.dev/guide/troubleshooting.html#vite-cjs-node-api-deprecated for more details.
7
- @tachybase/module-collection: module-collection build start
8
- @tachybase/module-collection: build plugin client
9
- @tachybase/module-collection: build plugin server source
10
- @tachybase/module-collection: delete server files
11
- @tachybase/module-collection: build plugin server dependencies
12
- @tachybase/module-collection: These packages @tachybase/database, @tachybase/module-error-handler, @tachybase/server, async-mutex, lodash, @tachybase/actions, @tachybase/resourcer, @tachybase/utils, sequelize will be exclude.
13
- @tachybase/module-collection: write external version
14
-