Просмотр исходного кода

chore: update package versions

dragooncjw 10 месяцев назад
Родитель
Сommit
dba931f56e
46 измененных файлов с 89 добавлено и 89 удалено
  1. 1 1
      apps/create-app/package.json
  2. 1 1
      config/eslint-config/package.json
  3. 1 1
      config/ts-config/package.json
  4. 2 2
      packages/canvas-engine/core/package.json
  5. 2 2
      packages/canvas-engine/document/package.json
  6. 2 2
      packages/canvas-engine/fixed-layout-core/package.json
  7. 2 2
      packages/canvas-engine/free-layout-core/package.json
  8. 2 2
      packages/canvas-engine/renderer/package.json
  9. 2 2
      packages/client/editor/package.json
  10. 2 2
      packages/client/fixed-layout-editor/package.json
  11. 2 2
      packages/client/free-layout-editor/package.json
  12. 2 2
      packages/client/playground-react/package.json
  13. 2 2
      packages/common/command/package.json
  14. 2 2
      packages/common/history-storage/package.json
  15. 2 2
      packages/common/history/package.json
  16. 2 2
      packages/common/i18n/package.json
  17. 2 2
      packages/common/reactive/package.json
  18. 2 2
      packages/common/utils/package.json
  19. 2 2
      packages/materials/fixed-semi-materials/package.json
  20. 2 2
      packages/node-engine/form-core/package.json
  21. 2 2
      packages/node-engine/form/package.json
  22. 2 2
      packages/node-engine/node/package.json
  23. 2 2
      packages/plugins/background-plugin/package.json
  24. 2 2
      packages/plugins/fixed-drag-plugin/package.json
  25. 2 2
      packages/plugins/fixed-history-plugin/package.json
  26. 2 2
      packages/plugins/fixed-reactor-plugin/package.json
  27. 2 2
      packages/plugins/free-auto-layout-plugin/package.json
  28. 2 2
      packages/plugins/free-history-plugin/package.json
  29. 2 2
      packages/plugins/free-hover-plugin/package.json
  30. 2 2
      packages/plugins/free-lines-plugin/package.json
  31. 2 2
      packages/plugins/free-node-panel-plugin/package.json
  32. 2 2
      packages/plugins/free-snap-plugin/package.json
  33. 2 2
      packages/plugins/free-stack-plugin/package.json
  34. 2 2
      packages/plugins/group-plugin/package.json
  35. 2 2
      packages/plugins/history-node-plugin/package.json
  36. 2 2
      packages/plugins/i18n-plugin/package.json
  37. 2 2
      packages/plugins/materials-plugin/package.json
  38. 2 2
      packages/plugins/minimap-plugin/package.json
  39. 2 2
      packages/plugins/node-core-plugin/package.json
  40. 2 2
      packages/plugins/node-variable-plugin/package.json
  41. 2 2
      packages/plugins/redux-devtool-plugin/package.json
  42. 2 2
      packages/plugins/select-box-plugin/package.json
  43. 2 2
      packages/plugins/shortcuts-plugin/package.json
  44. 2 2
      packages/plugins/variable-plugin/package.json
  45. 2 2
      packages/variable-engine/variable-core/package.json
  46. 2 2
      packages/variable-engine/variable-layout/package.json

+ 1 - 1
apps/create-app/package.json

@@ -1,6 +1,6 @@
 {
   "name": "@flowgram.ai/create-app",
-  "version": "0.1.1",
+  "version": "0.1.8",
   "description": "A CLI tool to create demo projects",
   "bin": {
     "create-app": "./bin/index.js"

+ 1 - 1
config/eslint-config/package.json

@@ -1,6 +1,6 @@
 {
   "name": "@flowgram.ai/eslint-config",
-  "version": "0.1.0",
+  "version": "0.1.8",
   "author": "chenjiawei.inizio@bytedance.com",
   "maintainers": [],
   "main": "src/index.js",

+ 1 - 1
config/ts-config/package.json

@@ -1,6 +1,6 @@
 {
   "name": "@flowgram.ai/ts-config",
-  "version": "0.1.0",
+  "version": "0.1.8",
   "description": "",
   "keywords": [],
   "license": "ISC",

+ 2 - 2
packages/canvas-engine/core/package.json

@@ -1,6 +1,6 @@
 {
   "name": "@flowgram.ai/core",
-  "version": "0.1.0",
+  "version": "0.1.8",
   "homepage": "https://flowgram.ai/",
   "repository": "https://github.com/bytedance/flowgram.ai",
   "license": "MIT",
@@ -59,4 +59,4 @@
     "access": "public",
     "registry": "https://registry.npmjs.org/"
   }
-}
+}

+ 2 - 2
packages/canvas-engine/document/package.json

@@ -1,6 +1,6 @@
 {
   "name": "@flowgram.ai/document",
-  "version": "0.1.0",
+  "version": "0.1.8",
   "description": "automation flow engine",
   "keywords": [
     "flow",
@@ -53,4 +53,4 @@
     "access": "public",
     "registry": "https://registry.npmjs.org/"
   }
-}
+}

+ 2 - 2
packages/canvas-engine/fixed-layout-core/package.json

@@ -1,6 +1,6 @@
 {
   "name": "@flowgram.ai/fixed-layout-core",
-  "version": "0.1.0",
+  "version": "0.1.8",
   "homepage": "https://flowgram.ai/",
   "repository": "https://github.com/bytedance/flowgram.ai",
   "license": "MIT",
@@ -52,4 +52,4 @@
     "access": "public",
     "registry": "https://registry.npmjs.org/"
   }
-}
+}

+ 2 - 2
packages/canvas-engine/free-layout-core/package.json

@@ -1,6 +1,6 @@
 {
   "name": "@flowgram.ai/free-layout-core",
-  "version": "0.1.0",
+  "version": "0.1.8",
   "homepage": "https://flowgram.ai/",
   "repository": "https://github.com/bytedance/flowgram.ai",
   "license": "MIT",
@@ -74,4 +74,4 @@
     "access": "public",
     "registry": "https://registry.npmjs.org/"
   }
-}
+}

+ 2 - 2
packages/canvas-engine/renderer/package.json

@@ -1,6 +1,6 @@
 {
   "name": "@flowgram.ai/renderer",
-  "version": "0.1.0",
+  "version": "0.1.8",
   "homepage": "https://flowgram.ai/",
   "repository": "https://github.com/bytedance/flowgram.ai",
   "license": "MIT",
@@ -57,4 +57,4 @@
     "access": "public",
     "registry": "https://registry.npmjs.org/"
   }
-}
+}

+ 2 - 2
packages/client/editor/package.json

@@ -1,6 +1,6 @@
 {
   "name": "@flowgram.ai/editor",
-  "version": "0.1.0",
+  "version": "0.1.8",
   "homepage": "https://flowgram.ai/",
   "repository": "https://github.com/bytedance/flowgram.ai",
   "license": "MIT",
@@ -71,4 +71,4 @@
     "access": "public",
     "registry": "https://registry.npmjs.org/"
   }
-}
+}

+ 2 - 2
packages/client/fixed-layout-editor/package.json

@@ -1,6 +1,6 @@
 {
   "name": "@flowgram.ai/fixed-layout-editor",
-  "version": "0.1.0",
+  "version": "0.1.8",
   "homepage": "https://flowgram.ai/",
   "repository": "https://github.com/bytedance/flowgram.ai",
   "license": "MIT",
@@ -68,4 +68,4 @@
     "access": "public",
     "registry": "https://registry.npmjs.org/"
   }
-}
+}

+ 2 - 2
packages/client/free-layout-editor/package.json

@@ -1,6 +1,6 @@
 {
   "name": "@flowgram.ai/free-layout-editor",
-  "version": "0.1.0",
+  "version": "0.1.8",
   "homepage": "https://flowgram.ai/",
   "repository": "https://github.com/bytedance/flowgram.ai",
   "license": "MIT",
@@ -73,4 +73,4 @@
     "access": "public",
     "registry": "https://registry.npmjs.org/"
   }
-}
+}

+ 2 - 2
packages/client/playground-react/package.json

@@ -1,6 +1,6 @@
 {
   "name": "@flowgram.ai/playground-react",
-  "version": "0.1.0",
+  "version": "0.1.8",
   "homepage": "https://flowgram.ai/",
   "repository": "https://github.com/bytedance/flowgram.ai",
   "license": "MIT",
@@ -63,4 +63,4 @@
     "access": "public",
     "registry": "https://registry.npmjs.org/"
   }
-}
+}

+ 2 - 2
packages/common/command/package.json

@@ -1,6 +1,6 @@
 {
   "name": "@flowgram.ai/command",
-  "version": "0.1.0",
+  "version": "0.1.8",
   "homepage": "https://flowgram.ai/",
   "repository": "https://github.com/bytedance/flowgram.ai",
   "license": "MIT",
@@ -50,4 +50,4 @@
     "access": "public",
     "registry": "https://registry.npmjs.org/"
   }
-}
+}

+ 2 - 2
packages/common/history-storage/package.json

@@ -1,6 +1,6 @@
 {
   "name": "@flowgram.ai/history-storage",
-  "version": "0.1.0",
+  "version": "0.1.8",
   "homepage": "https://flowgram.ai/",
   "repository": "https://github.com/bytedance/flowgram.ai",
   "license": "MIT",
@@ -53,4 +53,4 @@
     "access": "public",
     "registry": "https://registry.npmjs.org/"
   }
-}
+}

+ 2 - 2
packages/common/history/package.json

@@ -1,6 +1,6 @@
 {
   "name": "@flowgram.ai/history",
-  "version": "0.1.0",
+  "version": "0.1.8",
   "homepage": "https://flowgram.ai/",
   "repository": "https://github.com/bytedance/flowgram.ai",
   "license": "MIT",
@@ -49,4 +49,4 @@
     "access": "public",
     "registry": "https://registry.npmjs.org/"
   }
-}
+}

+ 2 - 2
packages/common/i18n/package.json

@@ -1,6 +1,6 @@
 {
   "name": "@flowgram.ai/i18n",
-  "version": "0.1.0",
+  "version": "0.1.8",
   "homepage": "https://flowgram.ai/",
   "repository": "https://github.com/bytedance/flowgram.ai",
   "license": "MIT",
@@ -44,4 +44,4 @@
     "access": "public",
     "registry": "https://registry.npmjs.org/"
   }
-}
+}

+ 2 - 2
packages/common/reactive/package.json

@@ -1,6 +1,6 @@
 {
   "name": "@flowgram.ai/reactive",
-  "version": "0.1.0",
+  "version": "0.1.8",
   "homepage": "https://flowgram.ai/",
   "repository": "https://github.com/bytedance/flowgram.ai",
   "license": "MIT",
@@ -52,4 +52,4 @@
     "access": "public",
     "registry": "https://registry.npmjs.org/"
   }
-}
+}

+ 2 - 2
packages/common/utils/package.json

@@ -1,6 +1,6 @@
 {
   "name": "@flowgram.ai/utils",
-  "version": "0.1.0",
+  "version": "0.1.8",
   "homepage": "https://flowgram.ai/",
   "repository": "https://github.com/bytedance/flowgram.ai",
   "license": "MIT",
@@ -53,4 +53,4 @@
     "access": "public",
     "registry": "https://registry.npmjs.org/"
   }
-}
+}

+ 2 - 2
packages/materials/fixed-semi-materials/package.json

@@ -1,6 +1,6 @@
 {
   "name": "@flowgram.ai/fixed-semi-materials",
-  "version": "0.1.0",
+  "version": "0.1.8",
   "homepage": "https://flowgram.ai/",
   "repository": "https://github.com/bytedance/flowgram.ai",
   "license": "MIT",
@@ -57,4 +57,4 @@
     "access": "public",
     "registry": "https://registry.npmjs.org/"
   }
-}
+}

+ 2 - 2
packages/node-engine/form-core/package.json

@@ -1,6 +1,6 @@
 {
   "name": "@flowgram.ai/form-core",
-  "version": "0.1.0",
+  "version": "0.1.8",
   "description": "automation form core",
   "keywords": [
     "flow",
@@ -59,4 +59,4 @@
     "access": "public",
     "registry": "https://registry.npmjs.org/"
   }
-}
+}

+ 2 - 2
packages/node-engine/form/package.json

@@ -1,6 +1,6 @@
 {
   "name": "@flowgram.ai/form",
-  "version": "0.1.0",
+  "version": "0.1.8",
   "description": "form",
   "keywords": [
     "flow",
@@ -57,4 +57,4 @@
     "access": "public",
     "registry": "https://registry.npmjs.org/"
   }
-}
+}

+ 2 - 2
packages/node-engine/node/package.json

@@ -1,6 +1,6 @@
 {
   "name": "@flowgram.ai/node",
-  "version": "0.1.0",
+  "version": "0.1.8",
   "description": "automation form core",
   "keywords": [
     "flow",
@@ -62,4 +62,4 @@
     "access": "public",
     "registry": "https://registry.npmjs.org/"
   }
-}
+}

+ 2 - 2
packages/plugins/background-plugin/package.json

@@ -1,6 +1,6 @@
 {
   "name": "@flowgram.ai/background-plugin",
-  "version": "0.1.0",
+  "version": "0.1.8",
   "homepage": "https://flowgram.ai/",
   "repository": "https://github.com/bytedance/flowgram.ai",
   "license": "MIT",
@@ -49,4 +49,4 @@
     "access": "public",
     "registry": "https://registry.npmjs.org/"
   }
-}
+}

+ 2 - 2
packages/plugins/fixed-drag-plugin/package.json

@@ -1,6 +1,6 @@
 {
   "name": "@flowgram.ai/fixed-drag-plugin",
-  "version": "0.1.0",
+  "version": "0.1.8",
   "homepage": "https://flowgram.ai/",
   "repository": "https://github.com/bytedance/flowgram.ai",
   "license": "MIT",
@@ -50,4 +50,4 @@
     "access": "public",
     "registry": "https://registry.npmjs.org/"
   }
-}
+}

+ 2 - 2
packages/plugins/fixed-history-plugin/package.json

@@ -1,6 +1,6 @@
 {
   "name": "@flowgram.ai/fixed-history-plugin",
-  "version": "0.1.0",
+  "version": "0.1.8",
   "homepage": "https://flowgram.ai/",
   "repository": "https://github.com/bytedance/flowgram.ai",
   "license": "MIT",
@@ -48,4 +48,4 @@
     "access": "public",
     "registry": "https://registry.npmjs.org/"
   }
-}
+}

+ 2 - 2
packages/plugins/fixed-reactor-plugin/package.json

@@ -1,6 +1,6 @@
 {
   "name": "@flowgram.ai/fixed-reactor-plugin",
-  "version": "0.1.0",
+  "version": "0.1.8",
   "homepage": "https://flowgram.ai/",
   "repository": "https://github.com/bytedance/flowgram.ai",
   "license": "MIT",
@@ -53,4 +53,4 @@
     "access": "public",
     "registry": "https://registry.npmjs.org/"
   }
-}
+}

+ 2 - 2
packages/plugins/free-auto-layout-plugin/package.json

@@ -1,6 +1,6 @@
 {
   "name": "@flowgram.ai/free-auto-layout-plugin",
-  "version": "0.1.0",
+  "version": "0.1.8",
   "homepage": "https://flowgram.ai/",
   "repository": "https://github.com/bytedance/flowgram.ai",
   "license": "MIT",
@@ -59,4 +59,4 @@
     "access": "public",
     "registry": "https://registry.npmjs.org/"
   }
-}
+}

+ 2 - 2
packages/plugins/free-history-plugin/package.json

@@ -1,6 +1,6 @@
 {
   "name": "@flowgram.ai/free-history-plugin",
-  "version": "0.1.0",
+  "version": "0.1.8",
   "homepage": "https://flowgram.ai/",
   "repository": "https://github.com/bytedance/flowgram.ai",
   "license": "MIT",
@@ -55,4 +55,4 @@
     "access": "public",
     "registry": "https://registry.npmjs.org/"
   }
-}
+}

+ 2 - 2
packages/plugins/free-hover-plugin/package.json

@@ -1,6 +1,6 @@
 {
   "name": "@flowgram.ai/free-hover-plugin",
-  "version": "0.1.0",
+  "version": "0.1.8",
   "homepage": "https://flowgram.ai/",
   "repository": "https://github.com/bytedance/flowgram.ai",
   "license": "MIT",
@@ -57,4 +57,4 @@
     "access": "public",
     "registry": "https://registry.npmjs.org/"
   }
-}
+}

+ 2 - 2
packages/plugins/free-lines-plugin/package.json

@@ -1,6 +1,6 @@
 {
   "name": "@flowgram.ai/free-lines-plugin",
-  "version": "0.1.0",
+  "version": "0.1.8",
   "homepage": "https://flowgram.ai/",
   "repository": "https://github.com/bytedance/flowgram.ai",
   "license": "MIT",
@@ -61,4 +61,4 @@
     "access": "public",
     "registry": "https://registry.npmjs.org/"
   }
-}
+}

+ 2 - 2
packages/plugins/free-node-panel-plugin/package.json

@@ -1,6 +1,6 @@
 {
   "name": "@flowgram.ai/free-node-panel-plugin",
-  "version": "0.1.0",
+  "version": "0.1.8",
   "homepage": "https://flowgram.ai/",
   "repository": "https://github.com/bytedance/flowgram.ai",
   "license": "MIT",
@@ -61,4 +61,4 @@
     "access": "public",
     "registry": "https://registry.npmjs.org/"
   }
-}
+}

+ 2 - 2
packages/plugins/free-snap-plugin/package.json

@@ -1,6 +1,6 @@
 {
   "name": "@flowgram.ai/free-snap-plugin",
-  "version": "0.1.0",
+  "version": "0.1.8",
   "homepage": "https://flowgram.ai/",
   "repository": "https://github.com/bytedance/flowgram.ai",
   "license": "MIT",
@@ -60,4 +60,4 @@
     "access": "public",
     "registry": "https://registry.npmjs.org/"
   }
-}
+}

+ 2 - 2
packages/plugins/free-stack-plugin/package.json

@@ -1,6 +1,6 @@
 {
   "name": "@flowgram.ai/free-stack-plugin",
-  "version": "0.1.0",
+  "version": "0.1.8",
   "homepage": "https://flowgram.ai/",
   "repository": "https://github.com/bytedance/flowgram.ai",
   "license": "MIT",
@@ -60,4 +60,4 @@
     "access": "public",
     "registry": "https://registry.npmjs.org/"
   }
-}
+}

+ 2 - 2
packages/plugins/group-plugin/package.json

@@ -1,6 +1,6 @@
 {
   "name": "@flowgram.ai/group-plugin",
-  "version": "0.1.0",
+  "version": "0.1.8",
   "homepage": "https://flowgram.ai/",
   "repository": "https://github.com/bytedance/flowgram.ai",
   "license": "MIT",
@@ -51,4 +51,4 @@
     "access": "public",
     "registry": "https://registry.npmjs.org/"
   }
-}
+}

+ 2 - 2
packages/plugins/history-node-plugin/package.json

@@ -1,6 +1,6 @@
 {
   "name": "@flowgram.ai/history-node-plugin",
-  "version": "0.1.0",
+  "version": "0.1.8",
   "homepage": "https://flowgram.ai/",
   "repository": "https://github.com/bytedance/flowgram.ai",
   "license": "MIT",
@@ -63,4 +63,4 @@
     "access": "public",
     "registry": "https://registry.npmjs.org/"
   }
-}
+}

+ 2 - 2
packages/plugins/i18n-plugin/package.json

@@ -1,6 +1,6 @@
 {
   "name": "@flowgram.ai/i18n-plugin",
-  "version": "0.1.0",
+  "version": "0.1.8",
   "homepage": "https://flowgram.ai/",
   "repository": "https://github.com/bytedance/flowgram.ai",
   "license": "MIT",
@@ -50,4 +50,4 @@
     "access": "public",
     "registry": "https://registry.npmjs.org/"
   }
-}
+}

+ 2 - 2
packages/plugins/materials-plugin/package.json

@@ -1,6 +1,6 @@
 {
   "name": "@flowgram.ai/materials-plugin",
-  "version": "0.1.0",
+  "version": "0.1.8",
   "homepage": "https://flowgram.ai/",
   "repository": "https://github.com/bytedance/flowgram.ai",
   "license": "MIT",
@@ -58,4 +58,4 @@
     "access": "public",
     "registry": "https://registry.npmjs.org/"
   }
-}
+}

+ 2 - 2
packages/plugins/minimap-plugin/package.json

@@ -1,6 +1,6 @@
 {
   "name": "@flowgram.ai/minimap-plugin",
-  "version": "0.1.0",
+  "version": "0.1.8",
   "homepage": "https://flowgram.ai/",
   "repository": "https://github.com/bytedance/flowgram.ai",
   "license": "MIT",
@@ -59,4 +59,4 @@
     "access": "public",
     "registry": "https://registry.npmjs.org/"
   }
-}
+}

+ 2 - 2
packages/plugins/node-core-plugin/package.json

@@ -1,6 +1,6 @@
 {
   "name": "@flowgram.ai/node-core-plugin",
-  "version": "0.1.0",
+  "version": "0.1.8",
   "homepage": "https://flowgram.ai/",
   "repository": "https://github.com/bytedance/flowgram.ai",
   "license": "MIT",
@@ -60,4 +60,4 @@
     "access": "public",
     "registry": "https://registry.npmjs.org/"
   }
-}
+}

+ 2 - 2
packages/plugins/node-variable-plugin/package.json

@@ -1,6 +1,6 @@
 {
   "name": "@flowgram.ai/node-variable-plugin",
-  "version": "0.1.0",
+  "version": "0.1.8",
   "homepage": "https://flowgram.ai/",
   "repository": "https://github.com/bytedance/flowgram.ai",
   "license": "MIT",
@@ -61,4 +61,4 @@
     "access": "public",
     "registry": "https://registry.npmjs.org/"
   }
-}
+}

+ 2 - 2
packages/plugins/redux-devtool-plugin/package.json

@@ -1,6 +1,6 @@
 {
   "name": "@flowgram.ai/redux-devtool-plugin",
-  "version": "0.1.0",
+  "version": "0.1.8",
   "homepage": "https://flowgram.ai/",
   "repository": "https://github.com/bytedance/flowgram.ai",
   "license": "MIT",
@@ -44,4 +44,4 @@
     "access": "public",
     "registry": "https://registry.npmjs.org/"
   }
-}
+}

+ 2 - 2
packages/plugins/select-box-plugin/package.json

@@ -1,6 +1,6 @@
 {
   "name": "@flowgram.ai/select-box-plugin",
-  "version": "0.1.0",
+  "version": "0.1.8",
   "homepage": "https://flowgram.ai/",
   "repository": "https://github.com/bytedance/flowgram.ai",
   "license": "MIT",
@@ -49,4 +49,4 @@
     "access": "public",
     "registry": "https://registry.npmjs.org/"
   }
-}
+}

+ 2 - 2
packages/plugins/shortcuts-plugin/package.json

@@ -1,6 +1,6 @@
 {
   "name": "@flowgram.ai/shortcuts-plugin",
-  "version": "0.1.0",
+  "version": "0.1.8",
   "homepage": "https://flowgram.ai/",
   "repository": "https://github.com/bytedance/flowgram.ai",
   "license": "MIT",
@@ -45,4 +45,4 @@
     "access": "public",
     "registry": "https://registry.npmjs.org/"
   }
-}
+}

+ 2 - 2
packages/plugins/variable-plugin/package.json

@@ -1,6 +1,6 @@
 {
   "name": "@flowgram.ai/variable-plugin",
-  "version": "0.1.0",
+  "version": "0.1.8",
   "homepage": "https://flowgram.ai/",
   "repository": "https://github.com/bytedance/flowgram.ai",
   "license": "MIT",
@@ -48,4 +48,4 @@
     "access": "public",
     "registry": "https://registry.npmjs.org/"
   }
-}
+}

+ 2 - 2
packages/variable-engine/variable-core/package.json

@@ -1,6 +1,6 @@
 {
   "name": "@flowgram.ai/variable-core",
-  "version": "0.1.0",
+  "version": "0.1.8",
   "description": "variable engine based on scope",
   "keywords": [
     "flow",
@@ -62,4 +62,4 @@
     "access": "public",
     "registry": "https://registry.npmjs.org/"
   }
-}
+}

+ 2 - 2
packages/variable-engine/variable-layout/package.json

@@ -1,6 +1,6 @@
 {
   "name": "@flowgram.ai/variable-layout",
-  "version": "0.1.0",
+  "version": "0.1.8",
   "homepage": "https://flowgram.ai/",
   "repository": "https://github.com/bytedance/flowgram.ai",
   "license": "MIT",
@@ -48,4 +48,4 @@
     "access": "public",
     "registry": "https://registry.npmjs.org/"
   }
-}
+}