@flowgram.ai/test-run-plugin 1.0.6 → 1.0.7

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.
@@ -14,8 +14,8 @@
14
14
  {"kind":"O","text":"\u001b[32mCJS\u001b[39m ⚡️ Build success in 146ms\n"}
15
15
  {"kind":"O","text":"\u001b[32mESM\u001b[39m \u001b[1mdist/esm/index.js \u001b[22m\u001b[32m20.37 KB\u001b[39m\n"}
16
16
  {"kind":"O","text":"\u001b[32mESM\u001b[39m \u001b[1mdist/esm/index.js.map \u001b[22m\u001b[32m45.46 KB\u001b[39m\n"}
17
- {"kind":"O","text":"\u001b[32mESM\u001b[39m ⚡️ Build success in 147ms\n"}
17
+ {"kind":"O","text":"\u001b[32mESM\u001b[39m ⚡️ Build success in 148ms\n"}
18
18
  {"kind":"O","text":"\u001b[34mDTS\u001b[39m Build start\n"}
19
- {"kind":"O","text":"\u001b[32mDTS\u001b[39m ⚡️ Build success in 4009ms\n"}
19
+ {"kind":"O","text":"\u001b[32mDTS\u001b[39m ⚡️ Build success in 3771ms\n"}
20
20
  {"kind":"O","text":"\u001b[32mDTS\u001b[39m \u001b[1mdist/index.d.ts \u001b[22m\u001b[32m10.08 KB\u001b[39m\n"}
21
21
  {"kind":"O","text":"\u001b[32mDTS\u001b[39m \u001b[1mdist/index.d.mts \u001b[22m\u001b[32m10.08 KB\u001b[39m\n"}
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "files": {
3
- "packages/plugins/test-run-plugin/.eslintrc.cjs": "6b30cfc55136d429873e780785bf8d775edaaa74",
4
3
  "packages/plugins/test-run-plugin/.rush/temp/shrinkwrap-deps.json": "6ece261deac38ba5a71ac725aa27322fabfd50e1",
4
+ "packages/plugins/test-run-plugin/eslint.config.js": "fc090051ebd4baacf22d6966ed4de1f236b9a73a",
5
5
  "packages/plugins/test-run-plugin/package.json": "3a87c5172b572e4d8481d020b5a1202d5b6e4ea1",
6
6
  "packages/plugins/test-run-plugin/src/create-test-run-plugin.ts": "f763c673e16d2fd477165ea63ec18bd97dd4a14e",
7
7
  "packages/plugins/test-run-plugin/src/form-engine/contexts.ts": "dbd003d0c9d9e17fcff7fba4acbce7ac5cd63692",
package/CHANGELOG.json CHANGED
@@ -2,9 +2,9 @@
2
2
  "name": "@flowgram.ai/test-run-plugin",
3
3
  "entries": [
4
4
  {
5
- "version": "1.0.6",
6
- "tag": "@flowgram.ai/test-run-plugin_v1.0.6",
7
- "date": "Wed, 10 Dec 2025 04:47:02 GMT",
5
+ "version": "1.0.7",
6
+ "tag": "@flowgram.ai/test-run-plugin_v1.0.7",
7
+ "date": "Tue, 20 Jan 2026 02:58:00 GMT",
8
8
  "comments": {}
9
9
  }
10
10
  ]
package/CHANGELOG.md CHANGED
@@ -1,9 +1,9 @@
1
1
  # Change Log - @flowgram.ai/test-run-plugin
2
2
 
3
- This log was last generated on Wed, 10 Dec 2025 04:47:02 GMT and should not be manually modified.
3
+ This log was last generated on Tue, 20 Jan 2026 02:58:00 GMT and should not be manually modified.
4
4
 
5
- ## 1.0.6
6
- Wed, 10 Dec 2025 04:47:02 GMT
5
+ ## 1.0.7
6
+ Tue, 20 Jan 2026 02:58:00 GMT
7
7
 
8
8
  _Initial release_
9
9
 
@@ -3,9 +3,9 @@
3
3
  * SPDX-License-Identifier: MIT
4
4
  */
5
5
 
6
- const { defineConfig } = require('@flowgram.ai/eslint-config');
6
+ const { defineFlatConfig } = require('@flowgram.ai/eslint-config');
7
7
 
8
- module.exports = defineConfig({
8
+ module.exports = defineFlatConfig({
9
9
  preset: 'web',
10
10
  packageRoot: __dirname,
11
11
  rules: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@flowgram.ai/test-run-plugin",
3
- "version": "1.0.6",
3
+ "version": "1.0.7",
4
4
  "homepage": "https://flowgram.ai/",
5
5
  "repository": "https://github.com/bytedance/flowgram.ai",
6
6
  "license": "MIT",
@@ -16,20 +16,20 @@
16
16
  "inversify": "^6.0.1",
17
17
  "nanoid": "^5.0.9",
18
18
  "zustand": "^5.0.8",
19
- "@flowgram.ai/core": "1.0.6",
20
- "@flowgram.ai/form-core": "1.0.6",
21
- "@flowgram.ai/document": "1.0.6",
22
- "@flowgram.ai/utils": "1.0.6",
23
- "@flowgram.ai/reactive": "1.0.6",
24
- "@flowgram.ai/form": "1.0.6"
19
+ "@flowgram.ai/form-core": "1.0.7",
20
+ "@flowgram.ai/core": "1.0.7",
21
+ "@flowgram.ai/utils": "1.0.7",
22
+ "@flowgram.ai/document": "1.0.7",
23
+ "@flowgram.ai/reactive": "1.0.7",
24
+ "@flowgram.ai/form": "1.0.7"
25
25
  },
26
26
  "devDependencies": {
27
27
  "react": "^18",
28
28
  "@types/react": "^18",
29
29
  "tsup": "^8.0.1",
30
30
  "typescript": "^5.8.3",
31
- "@flowgram.ai/eslint-config": "1.0.6",
32
- "@flowgram.ai/ts-config": "1.0.6"
31
+ "@flowgram.ai/eslint-config": "1.0.7",
32
+ "@flowgram.ai/ts-config": "1.0.7"
33
33
  },
34
34
  "peerDependencies": {
35
35
  "react": ">=16.8"
@@ -14,8 +14,8 @@ CJS dist/index.js.map 45.85 KB
14
14
  CJS ⚡️ Build success in 146ms
15
15
  ESM dist/esm/index.js 20.37 KB
16
16
  ESM dist/esm/index.js.map 45.46 KB
17
- ESM ⚡️ Build success in 147ms
17
+ ESM ⚡️ Build success in 148ms
18
18
  DTS Build start
19
- DTS ⚡️ Build success in 4009ms
19
+ DTS ⚡️ Build success in 3771ms
20
20
  DTS dist/index.d.ts 10.08 KB
21
21
  DTS dist/index.d.mts 10.08 KB