@sealpixel/plugin-filter 1.0.0-rc.1 → 1.0.0-rc.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/LICENSE.md +1 -1
- package/package.json +5 -5
package/LICENSE.md
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
|
|
5
5
|
**Licensor:** nine feet UG (haftungsbeschränkt), Germany (https://9feet.io)
|
|
6
6
|
|
|
7
|
-
**Licensed Work:** Sealpixel, in every version the Licensor publishes: the source code, the npm packages under the `@sealpixel` scope and `
|
|
7
|
+
**Licensed Work:** Sealpixel, in every version the Licensor publishes: the source code, the npm packages under the `@sealpixel` scope and the unscoped `sealpixel` package, the Rust crates, the WebAssembly binaries, the documentation and the example projects. The Licensed Work is (c) 2026 nine feet UG (haftungsbeschränkt).
|
|
8
8
|
|
|
9
9
|
**Additional Use Grant:** You may make production use of the Licensed Work if you are a Small User. You are a Small User if you are a natural person acting for yourself, or if the organization you act for had less than EUR 1,000,000 of gross revenue in its most recent completed financial year. Revenue is counted across the whole group: the organization, everything that controls it, everything it controls, and everything under common control with it. Where the work is done for a client, the client's revenue decides.
|
|
10
10
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@sealpixel/plugin-filter",
|
|
3
|
-
"version": "1.0.0-rc.
|
|
3
|
+
"version": "1.0.0-rc.2",
|
|
4
4
|
"description": "Colour filter presets (grayscale, sepia, vintage, cool, warm) and custom colour matrices.",
|
|
5
5
|
"license": "BUSL-1.1",
|
|
6
6
|
"repository": {
|
|
@@ -27,11 +27,11 @@
|
|
|
27
27
|
"./package.json": "./package.json"
|
|
28
28
|
},
|
|
29
29
|
"dependencies": {
|
|
30
|
-
"@sealpixel/plugin-sdk": "1.0.0-rc.
|
|
30
|
+
"@sealpixel/plugin-sdk": "1.0.0-rc.2"
|
|
31
31
|
},
|
|
32
32
|
"peerDependencies": {
|
|
33
33
|
"zod": "^4.0.0",
|
|
34
|
-
"@sealpixel/core": "1.0.0-rc.
|
|
34
|
+
"@sealpixel/core": "1.0.0-rc.2"
|
|
35
35
|
},
|
|
36
36
|
"devDependencies": {
|
|
37
37
|
"@types/node": "^24.0.0",
|
|
@@ -39,8 +39,8 @@
|
|
|
39
39
|
"vitest": "^4.0.0",
|
|
40
40
|
"zod": "^4.0.0",
|
|
41
41
|
"@sealpixel/config": "0.0.0",
|
|
42
|
-
"@sealpixel/
|
|
43
|
-
"@sealpixel/
|
|
42
|
+
"@sealpixel/plugin-finetune": "1.0.0-rc.2",
|
|
43
|
+
"@sealpixel/core": "1.0.0-rc.2"
|
|
44
44
|
},
|
|
45
45
|
"scripts": {
|
|
46
46
|
"build": "tsc -p tsconfig.build.json",
|