@runtypelabs/react-flow 1.0.38 → 1.0.40

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.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,24 @@
1
1
  # @runtypelabs/react-flow
2
2
 
3
+ ## 1.0.40
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [95e48e6]
8
+ - @runtypelabs/sdk@9.3.1
9
+
10
+ ## 1.0.39
11
+
12
+ ### Patch Changes
13
+
14
+ - Updated dependencies [20f2a28]
15
+ - Updated dependencies [6bfcfa0]
16
+ - Updated dependencies [9ac677d]
17
+ - Updated dependencies [9ac677d]
18
+ - Updated dependencies [e1111dc]
19
+ - Updated dependencies [6bfcfa0]
20
+ - @runtypelabs/sdk@9.3.0
21
+
3
22
  ## 1.0.38
4
23
 
5
24
  ### Patch Changes
@@ -1,5 +1,26 @@
1
1
  # @runtypelabs/react-flow-example
2
2
 
3
+ ## 0.0.166
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [95e48e6]
8
+ - @runtypelabs/sdk@9.3.1
9
+ - @runtypelabs/react-flow@1.0.40
10
+
11
+ ## 0.0.165
12
+
13
+ ### Patch Changes
14
+
15
+ - Updated dependencies [20f2a28]
16
+ - Updated dependencies [6bfcfa0]
17
+ - Updated dependencies [9ac677d]
18
+ - Updated dependencies [9ac677d]
19
+ - Updated dependencies [e1111dc]
20
+ - Updated dependencies [6bfcfa0]
21
+ - @runtypelabs/sdk@9.3.0
22
+ - @runtypelabs/react-flow@1.0.39
23
+
3
24
  ## 0.0.164
4
25
 
5
26
  ### Patch Changes
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@runtypelabs/react-flow-example",
3
- "version": "0.0.164",
3
+ "version": "0.0.166",
4
4
  "private": true,
5
5
  "type": "module",
6
6
  "scripts": {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@runtypelabs/react-flow",
3
- "version": "1.0.38",
3
+ "version": "1.0.40",
4
4
  "description": "React Flow adapter for building visual flow editors with Runtype",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.mjs",
@@ -16,7 +16,7 @@
16
16
  "*.css"
17
17
  ],
18
18
  "dependencies": {
19
- "@runtypelabs/sdk": "9.2.1"
19
+ "@runtypelabs/sdk": "9.3.1"
20
20
  },
21
21
  "peerDependencies": {
22
22
  "@xyflow/react": "^12.0.0",
@@ -1,13 +0,0 @@
1
- $ tsup
2
- CLI Building entry: src/index.ts
3
- CLI Using tsconfig: tsconfig.json
4
- CLI tsup v8.5.1
5
- CLI Using tsup config: /home/runner/actions-runner/_work/core/core/packages/react-flow/tsup.config.ts
6
- CLI Target: es2020
7
- CLI Cleaning output folder
8
- CJS Build start
9
- ESM Build start
10
- CJS dist/index.js 105.53 KB
11
- CJS ⚡️ Build success in 702ms
12
- ESM dist/index.mjs 101.48 KB
13
- ESM ⚡️ Build success in 703ms