@sealpixel/element 1.0.0-rc.4 → 1.0.0-rc.7

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 (2) hide show
  1. package/LICENSE.md +1 -1
  2. package/package.json +7 -7
package/LICENSE.md CHANGED
@@ -16,7 +16,7 @@ This Additional Use Grant does not permit offering the Licensed Work, or a work
16
16
 
17
17
  For information about alternative licensing arrangements for the Licensed Work, please visit: https://sealpixel.dev/pricing
18
18
 
19
- Organizations, and anyone who develops with the Licensed Work for an organization, obtain the commercial license this License refers to as developer seats under the Sealpixel Developer Seat License (`LICENSE-COMMERCIAL.md`).
19
+ Organizations, and anyone who develops with the Licensed Work for an organization, obtain the commercial license this License refers to as developer seats under the Sealpixel Developer Seat License, published at https://sealpixel.dev/license#seats and as `LICENSE-COMMERCIAL.md` in the source repository.
20
20
 
21
21
  ## Notice
22
22
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sealpixel/element",
3
- "version": "1.0.0-rc.4",
3
+ "version": "1.0.0-rc.7",
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,15 +28,15 @@
28
28
  "./package.json": "./package.json"
29
29
  },
30
30
  "dependencies": {
31
- "@sealpixel/wasm": "1.0.0-rc.2",
32
- "@sealpixel/plugins": "1.0.0-rc.2",
33
- "@sealpixel/ui": "1.0.0-rc.4",
34
- "@sealpixel/core": "1.0.0-rc.2"
31
+ "@sealpixel/core": "1.0.0-rc.7",
32
+ "@sealpixel/plugins": "1.0.0-rc.7",
33
+ "@sealpixel/ui": "1.0.0-rc.7",
34
+ "@sealpixel/wasm": "1.0.0-rc.2"
35
35
  },
36
36
  "devDependencies": {
37
+ "@sealpixel/config": "0.0.0",
37
38
  "@types/node": "^24.0.0",
38
- "typescript": "^5.9.0",
39
- "@sealpixel/config": "0.0.0"
39
+ "typescript": "^6.0.0"
40
40
  },
41
41
  "scripts": {
42
42
  "build": "tsc -p tsconfig.build.json",