@steedos-widgets/reactflow 1.0.35 → 1.0.36

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.
@@ -3,8 +3,8 @@
3
3
  {
4
4
  "package": "@steedos-widgets/reactflow",
5
5
  "urls": [
6
- "http://127.0.0.1:8080/@steedos-widgets/reactflow/dist/reactflow.umd.js",
7
- "http://127.0.0.1:8080/@steedos-widgets/reactflow/dist/reactflow.umd.css"
6
+ "https://8080-lavender-jaguar-hd5ptctn.ws.vscode.steedos.cn/@steedos-widgets/reactflow/dist/reactflow.umd.js",
7
+ "https://8080-lavender-jaguar-hd5ptctn.ws.vscode.steedos.cn/@steedos-widgets/reactflow/dist/reactflow.umd.css"
8
8
  ],
9
9
  "library": "BuilderReactFlow"
10
10
  }
@@ -15,10 +15,10 @@
15
15
  "npm": {
16
16
  "package": "@steedos-widgets/reactflow"
17
17
  },
18
- "url": "http://127.0.0.1:8080/@steedos-widgets/reactflow/dist/meta.js",
18
+ "url": "https://8080-lavender-jaguar-hd5ptctn.ws.vscode.steedos.cn/@steedos-widgets/reactflow/dist/meta.js",
19
19
  "urls": {
20
- "default": "http://127.0.0.1:8080/@steedos-widgets/reactflow/dist/meta.js",
21
- "design": "http://127.0.0.1:8080/@steedos-widgets/reactflow/dist/meta.js"
20
+ "default": "https://8080-lavender-jaguar-hd5ptctn.ws.vscode.steedos.cn/@steedos-widgets/reactflow/dist/meta.js",
21
+ "design": "https://8080-lavender-jaguar-hd5ptctn.ws.vscode.steedos.cn/@steedos-widgets/reactflow/dist/meta.js"
22
22
  }
23
23
  }
24
24
  ]
package/dist/assets.json CHANGED
@@ -3,8 +3,8 @@
3
3
  {
4
4
  "package": "@steedos-widgets/reactflow",
5
5
  "urls": [
6
- "https://unpkg.com/@steedos-widgets/reactflow@1.0.35/dist/reactflow.umd.js",
7
- "https://unpkg.com/@steedos-widgets/reactflow@1.0.35/dist/reactflow.umd.css"
6
+ "https://unpkg.com/@steedos-widgets/reactflow@1.0.36/dist/reactflow.umd.js",
7
+ "https://unpkg.com/@steedos-widgets/reactflow@1.0.36/dist/reactflow.umd.css"
8
8
  ],
9
9
  "library": "BuilderReactFlow"
10
10
  }
@@ -15,10 +15,10 @@
15
15
  "npm": {
16
16
  "package": "@steedos-widgets/reactflow"
17
17
  },
18
- "url": "https://unpkg.com/@steedos-widgets/reactflow@1.0.35/dist/meta.js",
18
+ "url": "https://unpkg.com/@steedos-widgets/reactflow@1.0.36/dist/meta.js",
19
19
  "urls": {
20
- "default": "https://unpkg.com/@steedos-widgets/reactflow@1.0.35/dist/meta.js",
21
- "design": "https://unpkg.com/@steedos-widgets/reactflow@1.0.35/dist/meta.js"
20
+ "default": "https://unpkg.com/@steedos-widgets/reactflow@1.0.36/dist/meta.js",
21
+ "design": "https://unpkg.com/@steedos-widgets/reactflow@1.0.36/dist/meta.js"
22
22
  }
23
23
  }
24
24
  ]
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@steedos-widgets/reactflow",
3
3
  "private": false,
4
- "version": "1.0.35",
4
+ "version": "1.0.36",
5
5
  "main": "dist/reactflow.cjs.js",
6
6
  "module": "dist/reactflow.esm.js",
7
7
  "unpkg": "dist/reactflow.umd.js",
@@ -49,8 +49,8 @@
49
49
  },
50
50
  "dependencies": {
51
51
  "@rollup/plugin-replace": "^5.0.2",
52
- "@steedos-widgets/amis-lib": "1.0.35",
52
+ "@steedos-widgets/amis-lib": "1.0.36",
53
53
  "reactflow": "^11.5.6"
54
54
  },
55
- "gitHead": "54e431f0239dcb140be8658445c532ff5e9ef947"
55
+ "gitHead": "1cdee0db43ce4fd49a02366bc27cc5903e6fa70a"
56
56
  }