@sealpixel/element 1.0.0-rc.3 → 1.0.0-rc.5
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/LICENSE.md +1 -1
- package/package.json +3 -3
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
|
|
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.
|
|
3
|
+
"version": "1.0.0-rc.5",
|
|
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": {
|
|
@@ -29,9 +29,9 @@
|
|
|
29
29
|
},
|
|
30
30
|
"dependencies": {
|
|
31
31
|
"@sealpixel/plugins": "1.0.0-rc.2",
|
|
32
|
+
"@sealpixel/wasm": "1.0.0-rc.2",
|
|
32
33
|
"@sealpixel/core": "1.0.0-rc.2",
|
|
33
|
-
"@sealpixel/ui": "1.0.0-rc.
|
|
34
|
-
"@sealpixel/wasm": "1.0.0-rc.2"
|
|
34
|
+
"@sealpixel/ui": "1.0.0-rc.5"
|
|
35
35
|
},
|
|
36
36
|
"devDependencies": {
|
|
37
37
|
"@types/node": "^24.0.0",
|