@netless/fastboard-ui 1.1.4 → 1.1.5-beta.2

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": "@netless/fastboard-ui",
3
- "version": "1.1.4",
3
+ "version": "1.1.5-beta.2",
4
4
  "description": "The front-end of @netless/fastboard-core.",
5
5
  "main": "dist/index.js",
6
6
  "svelte": "dist/index.svelte.mjs",
@@ -12,14 +12,14 @@
12
12
  ],
13
13
  "repository": "netless-io/fastboard",
14
14
  "peerDependencies": {
15
- "@netless/fastboard-core": "1.1.4"
15
+ "@netless/fastboard-core": "1.1.5-beta.2"
16
16
  },
17
17
  "dependencies": {
18
18
  "tippy.js": "^6.3.7"
19
19
  },
20
20
  "devDependencies": {
21
21
  "@netless/buildtool": "0.1.0",
22
- "@netless/fastboard-core": "1.1.4",
22
+ "@netless/fastboard-core": "1.1.5-beta.2",
23
23
  "@netless/esbuild-plugin-inline-sass": "0.1.0"
24
24
  },
25
25
  "scripts": {
@@ -109,7 +109,7 @@ const Icons = {
109
109
  EraserBitmap,
110
110
  EraserBitmapFilled,
111
111
  StrokePencil,
112
- StrokePencilFilled
112
+ StrokePencilFilled,
113
113
  };
114
114
 
115
115
  export default Icons;