@tachybase/plugin-workflow-test 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,10 +1,10 @@
1
1
  module.exports = {
2
- "@tachybase/client": "0.23.8",
3
- "@tachybase/utils": "0.23.8",
2
+ "@tachybase/client": "0.23.16",
3
+ "@tachybase/utils": "0.23.16",
4
4
  "lodash": "4.17.21",
5
- "@tachybase/test": "0.23.8",
6
- "@tachybase/data-source": "0.23.8",
7
- "@tachybase/resourcer": "0.23.8",
8
- "@tachybase/server": "0.23.8",
9
- "@tachybase/database": "0.23.8"
5
+ "@tachybase/test": "0.23.16",
6
+ "@tachybase/data-source": "0.23.16",
7
+ "@tachybase/resourcer": "0.23.16",
8
+ "@tachybase/server": "0.23.16",
9
+ "@tachybase/database": "0.23.16"
10
10
  };
package/package.json CHANGED
@@ -1,21 +1,22 @@
1
1
  {
2
2
  "name": "@tachybase/plugin-workflow-test",
3
3
  "displayName": "Workflow: test kit",
4
- "version": "0.23.8",
4
+ "version": "0.23.16",
5
5
  "license": "Apache-2.0",
6
6
  "main": "dist/server/index.js",
7
7
  "types": "./dist/server/index.d.ts",
8
+ "dependencies": {},
8
9
  "devDependencies": {
9
10
  "lodash": "4.17.21"
10
11
  },
11
12
  "peerDependencies": {
12
- "@tachybase/database": "0.23.8",
13
- "@tachybase/utils": "0.23.8",
14
- "@tachybase/server": "0.23.8",
15
- "@tachybase/test": "0.23.8",
16
- "@tachybase/client": "0.23.8",
17
- "@tachybase/resourcer": "0.23.8",
18
- "@tachybase/data-source": "0.23.8"
13
+ "@tachybase/client": "0.23.16",
14
+ "@tachybase/data-source": "0.23.16",
15
+ "@tachybase/resourcer": "0.23.16",
16
+ "@tachybase/server": "0.23.16",
17
+ "@tachybase/database": "0.23.16",
18
+ "@tachybase/test": "0.23.16",
19
+ "@tachybase/utils": "0.23.16"
19
20
  },
20
21
  "displayName.zh-CN": "工作流:测试工具包",
21
22
  "scripts": {
@@ -1,14 +0,0 @@
1
-
2
- 
3
- > @tachybase/plugin-workflow-test@0.23.7 build /Users/seal/Documents/projects/tachybase/packages/plugin-workflow-test
4
- > tachybase-build --no-dts @tachybase/plugin-workflow-test
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/plugin-workflow-test: plugin-workflow-test build start
8
- @tachybase/plugin-workflow-test: build plugin client
9
- @tachybase/plugin-workflow-test: build plugin server source
10
- @tachybase/plugin-workflow-test: delete server files
11
- @tachybase/plugin-workflow-test: build plugin server dependencies
12
- @tachybase/plugin-workflow-test: These packages @tachybase/utils, lodash, @tachybase/test, @tachybase/data-source, @tachybase/resourcer, @tachybase/server, @tachybase/database will be exclude.
13
- @tachybase/plugin-workflow-test: write external version
14
-