@runtypelabs/react-flow 1.0.39 → 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,12 @@
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
+
3
10
  ## 1.0.39
4
11
 
5
12
  ### Patch Changes
@@ -1,5 +1,13 @@
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
+
3
11
  ## 0.0.165
4
12
 
5
13
  ### Patch Changes
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@runtypelabs/react-flow-example",
3
- "version": "0.0.165",
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.39",
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.3.0"
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
- ESM dist/index.mjs 101.48 KB
11
- ESM ⚡️ Build success in 984ms
12
- CJS dist/index.js 105.53 KB
13
- CJS ⚡️ Build success in 985ms