@flowgram.ai/coze-editor 0.4.10 → 0.4.11

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.
Files changed (1) hide show
  1. package/package.json +7 -7
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@flowgram.ai/coze-editor",
3
- "version": "0.4.10",
3
+ "version": "0.4.11",
4
4
  "homepage": "https://flowgram.ai/",
5
5
  "repository": "https://github.com/bytedance/flowgram.ai",
6
6
  "license": "MIT",
@@ -98,12 +98,12 @@
98
98
  "eslint": "^8.54.0",
99
99
  "react": "^18",
100
100
  "react-dom": "^18",
101
- "tsup": "^8.0.1",
102
101
  "typescript": "^5.8.3",
103
102
  "vitest": "^0.34.6",
103
+ "cross-env": "~7.0.3",
104
104
  "@rslib/core": "~0.12.4",
105
- "@flowgram.ai/eslint-config": "0.4.10",
106
- "@flowgram.ai/ts-config": "0.4.10"
105
+ "@flowgram.ai/eslint-config": "0.4.11",
106
+ "@flowgram.ai/ts-config": "0.4.11"
107
107
  },
108
108
  "peerDependencies": {
109
109
  "react": ">=16.8",
@@ -115,9 +115,9 @@
115
115
  "registry": "https://registry.npmjs.org/"
116
116
  },
117
117
  "scripts": {
118
- "build": "rslib build",
119
- "build:fast": "rslib build",
120
- "build:watch": "rslib build",
118
+ "build": "cross-env NODE_ENV=production rslib build",
119
+ "build:fast": "cross-env NODE_ENV=development rslib build",
120
+ "build:watch": "npm run build:fast",
121
121
  "clean": "rimraf dist",
122
122
  "gen": "node scripts/gen.js",
123
123
  "test": "exit 0",