@djvlc/runtime-host-react 1.1.2 → 1.1.3

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@djvlc/runtime-host-react",
3
- "version": "1.1.2",
3
+ "version": "1.1.3",
4
4
  "description": "DJV 低代码平台 React 宿主适配器",
5
5
  "type": "module",
6
6
  "main": "./dist/index.cjs",
@@ -17,8 +17,8 @@
17
17
  "dist"
18
18
  ],
19
19
  "scripts": {
20
- "build": "tsup src/index.ts --format esm,cjs --dts --clean --external react",
21
- "dev": "tsup src/index.ts --format esm,cjs --dts --watch --external react",
20
+ "build": "tsup src/index.ts --format esm,cjs --dts --clean --no-sourcemap --external react",
21
+ "dev": "tsup src/index.ts --format esm,cjs --dts --watch --no-sourcemap --external react",
22
22
  "test": "vitest run --passWithNoTests",
23
23
  "test:watch": "vitest",
24
24
  "lint": "eslint src --ext .ts,.tsx",
@@ -26,8 +26,7 @@
26
26
  "clean": "rimraf dist"
27
27
  },
28
28
  "dependencies": {
29
- "@djvlc/runtime-core": "1.0.0",
30
- "@djvlc/contracts-types": "^1.4.0"
29
+ "@djvlc/runtime-core": "1.0.1"
31
30
  },
32
31
  "devDependencies": {
33
32
  "@types/node": "^20.10.0",