@netless/app-slide 0.2.94 → 0.2.95

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,22 +1,16 @@
1
1
  {
2
2
  "name": "@netless/app-slide",
3
- "version": "0.2.94",
3
+ "version": "0.2.95",
4
4
  "main": "dist/main.cjs.js",
5
5
  "module": "dist/main.es.js",
6
6
  "types": "dist/index.d.ts",
7
- "scripts": {
8
- "types": "node scripts/build-types.mjs",
9
- "build": "vite build && npm run types",
10
- "build:dev": "vite build --mode development && npm run types",
11
- "cleanup": "rimraf ./dist"
12
- },
13
7
  "files": [
14
8
  "src",
15
9
  "dist",
16
10
  "README-zh.md"
17
11
  ],
18
12
  "devDependencies": {
19
- "@netless/slide": "1.4.49",
13
+ "@netless/slide": "1.4.50",
20
14
  "@types/color-string": "^1.5.2",
21
15
  "color-string": "^1.9.1",
22
16
  "jspdf": "2.5.1",
@@ -30,5 +24,11 @@
30
24
  "jspdf": {
31
25
  "optional": true
32
26
  }
27
+ },
28
+ "scripts": {
29
+ "types": "node scripts/build-types.mjs",
30
+ "build": "vite build && npm run types",
31
+ "build:dev": "vite build --mode development && npm run types",
32
+ "cleanup": "rimraf ./dist"
33
33
  }
34
- }
34
+ }