@sealpixel/element 1.0.0-rc.2 → 1.0.0-rc.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.
Files changed (1) hide show
  1. package/package.json +3 -3
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sealpixel/element",
3
- "version": "1.0.0-rc.2",
3
+ "version": "1.0.0-rc.3",
4
4
  "description": "Drop-in <sealpixel-editor> with all first-party plugins and a bundled render worker. Import once, use the tag.",
5
5
  "license": "BUSL-1.1",
6
6
  "repository": {
@@ -28,9 +28,9 @@
28
28
  "./package.json": "./package.json"
29
29
  },
30
30
  "dependencies": {
31
- "@sealpixel/core": "1.0.0-rc.2",
32
31
  "@sealpixel/plugins": "1.0.0-rc.2",
33
- "@sealpixel/ui": "1.0.0-rc.2",
32
+ "@sealpixel/core": "1.0.0-rc.2",
33
+ "@sealpixel/ui": "1.0.0-rc.3",
34
34
  "@sealpixel/wasm": "1.0.0-rc.2"
35
35
  },
36
36
  "devDependencies": {