zyjj-web-sdk 1.0.3 → 1.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.
@@ -15,6 +15,7 @@ export declare enum ToolConfigType {
15
15
  export interface ToolDetailTask {
16
16
  configs: ToolConfigInfo[];
17
17
  task_name_unique: string;
18
+ task_batch_field: string;
18
19
  task_list: ToolTaskInfo[];
19
20
  }
20
21
  export interface ToolTaskInfo {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "zyjj-web-sdk",
3
- "version": "1.0.3",
3
+ "version": "1.0.4",
4
4
  "type": "module",
5
5
  "files": [
6
6
  "lib"
@@ -14,7 +14,7 @@
14
14
  "lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
15
15
  "preview": "vite preview",
16
16
  "link": "rm -rf lib/* && yarn build && yarn unlink && yarn link",
17
- "publish": "npm run build && npm publish --access public"
17
+ "publish": "rm -rf lib/* && yarn build && npm publish --access public"
18
18
  },
19
19
  "dependencies": {},
20
20
  "devDependencies": {