@pipelab/shared 2.0.1-beta.20
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/.turbo/turbo-build.log +41 -0
- package/.turbo/turbo-lint.log +136 -0
- package/CHANGELOG.md +167 -0
- package/LICENSE +110 -0
- package/LICENSE.md +110 -0
- package/README.md +3 -0
- package/dist/index.d.mts +3603 -0
- package/dist/index.d.mts.map +1 -0
- package/dist/index.mjs +43763 -0
- package/dist/index.mjs.map +1 -0
- package/package.json +53 -0
- package/src/apis.ts +191 -0
- package/src/build-history.ts +127 -0
- package/src/config/migrators.ts +308 -0
- package/src/config/projects-definition.ts +25 -0
- package/src/config/projects-types.ts +25 -0
- package/src/config/projects.ts +1 -0
- package/src/config/settings-definition.ts +21 -0
- package/src/config/settings.ts +21 -0
- package/src/config.schema.ts +149 -0
- package/src/database.types.ts +95 -0
- package/src/errors.ts +11 -0
- package/src/evaluator.ts +58 -0
- package/src/fmt.ts +5 -0
- package/src/graph.ts +207 -0
- package/src/i18n/de_DE.json +86 -0
- package/src/i18n/en_US.json +147 -0
- package/src/i18n/es_ES.json +86 -0
- package/src/i18n/fr_FR.json +89 -0
- package/src/i18n/pt_BR.json +86 -0
- package/src/i18n/zh_CN.json +86 -0
- package/src/i18n-utils.ts +10 -0
- package/src/index.ts +51 -0
- package/src/ipc.types.ts +73 -0
- package/src/logger.ts +20 -0
- package/src/migrations/model.ts +1 -0
- package/src/migrations/projects.ts +1 -0
- package/src/migrations/settings.ts +1 -0
- package/src/model.test.ts +214 -0
- package/src/model.ts +233 -0
- package/src/plugins/definitions.ts +472 -0
- package/src/plugins.ts +20 -0
- package/src/quickjs.ts +98 -0
- package/src/save-location.ts +42 -0
- package/src/subscription-errors.ts +87 -0
- package/src/supabase.ts +28 -0
- package/src/tests/helpers.ts +5 -0
- package/src/types.ts +3 -0
- package/src/utils.ts +3 -0
- package/src/validation.ts +16 -0
- package/src/variables.ts +27 -0
- package/src/wasm.d.ts +9 -0
- package/src/websocket.types.ts +186 -0
- package/tsconfig.json +13 -0
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
|
|
2
|
+
|
|
3
|
+
> @pipelab/shared@2.0.1-beta.18 build /run/media/armaldio/SSD/Projects/Pipelab/pipelab/packages/shared
|
|
4
|
+
> tsdown
|
|
5
|
+
|
|
6
|
+
[34mℹ[39m tsdown [2mv0.21.2[22m powered by rolldown [2mv1.0.0-rc.9[22m
|
|
7
|
+
[34mℹ[39m entry: [34msrc/index.ts[39m
|
|
8
|
+
[34mℹ[39m tsconfig: [34mtsconfig.json[39m
|
|
9
|
+
[34mℹ[39m Build start
|
|
10
|
+
[34mℹ[39m Cleaning 4 files
|
|
11
|
+
[34mℹ[39m Hint: consider adding [34mdeps.onlyBundle[39m option to avoid unintended bundling of dependencies, or set [34mdeps.onlyBundle: false[39m to disable this hint.
|
|
12
|
+
See more at [4mhttps://tsdown.dev/options/dependencies#deps-onlybundle[24m
|
|
13
|
+
Detected dependencies in bundle:
|
|
14
|
+
- [34melectron[39m
|
|
15
|
+
- [34m@vue/shared[39m
|
|
16
|
+
- [34m@vue/reactivity[39m
|
|
17
|
+
- [34m@vue/runtime-core[39m
|
|
18
|
+
- [34m@vue/runtime-dom[39m
|
|
19
|
+
- [34mvue[39m
|
|
20
|
+
- [34mentities[39m
|
|
21
|
+
- [34m@babel/parser[39m
|
|
22
|
+
- [34mestree-walker[39m
|
|
23
|
+
- [34msource-map-js[39m
|
|
24
|
+
- [34m@vue/compiler-core[39m
|
|
25
|
+
- [34m@vue/compiler-dom[39m
|
|
26
|
+
[34mℹ[39m [2mdist/[22m[1mindex.mjs[22m [2m 1.65 MB[22m
|
|
27
|
+
[34mℹ[39m [2mdist/[22mindex.mjs.map [2m 2.94 MB[22m
|
|
28
|
+
[34mℹ[39m [2mdist/[22mindex.d.mts.map [2m133.76 kB[22m [2m│ gzip: 36.66 kB[22m
|
|
29
|
+
[34mℹ[39m [2mdist/[22m[32m[1mindex.d.mts[22m[39m [2m147.39 kB[22m [2m│ gzip: 26.77 kB[22m
|
|
30
|
+
[34mℹ[39m 4 files, total: 4.87 MB
|
|
31
|
+
src/plugins/definitions.d.ts (2:9) [33m[MISSING_EXPORT] Warning:[0m "OpenDialogOptions" is not exported by "../../node_modules/electron/electron.d.ts".
|
|
32
|
+
[38;5;246mâ•[0m[38;5;246m─[0m[38;5;246m[[0m src/plugins/definitions.d.ts:2:10 [38;5;246m][0m
|
|
33
|
+
[38;5;246m│[0m
|
|
34
|
+
[38;5;246m2 │[0m [38;5;249mi[0m[38;5;249mm[0m[38;5;249mp[0m[38;5;249mo[0m[38;5;249mr[0m[38;5;249mt[0m[38;5;249m [0m[38;5;249m{[0m[38;5;249m [0mOpenDialogOptions[38;5;249m [0m[38;5;249m}[0m[38;5;249m [0m[38;5;249mf[0m[38;5;249mr[0m[38;5;249mo[0m[38;5;249mm[0m[38;5;249m [0m[38;5;249m"[0m[38;5;249me[0m[38;5;249ml[0m[38;5;249me[0m[38;5;249mc[0m[38;5;249mt[0m[38;5;249mr[0m[38;5;249mo[0m[38;5;249mn[0m[38;5;249m"[0m[38;5;249m;[0m
|
|
35
|
+
[38;5;240m │[0m ────────┬────────
|
|
36
|
+
[38;5;240m │[0m ╰────────── Missing export
|
|
37
|
+
[38;5;240m │[0m
|
|
38
|
+
[38;5;240m │[0m [38;5;115mNote[0m: If you meant to import a type rather than a value, make sure to add the `type` modifier (e.g. `import { type Foo } from 'electron'`).
|
|
39
|
+
[38;5;246m───╯[0m
|
|
40
|
+
|
|
41
|
+
[32m✔[39m Build complete in [32m2179ms[39m
|
|
@@ -0,0 +1,136 @@
|
|
|
1
|
+
|
|
2
|
+
|
|
3
|
+
> @pipelab/shared@2.0.1-beta.5 lint /run/media/armaldio/SSD/Projects/Pipelab/pipelab/packages/shared
|
|
4
|
+
> oxlint .
|
|
5
|
+
|
|
6
|
+
|
|
7
|
+
[38;2;244;191;117;1mâš [0m ]8;;https://oxc.rs/docs/guide/usage/linter/rules/eslint/no-unused-vars.html\[38;2;244;191;117;1meslint(no-unused-vars)[0m]8;;\: [38;2;244;191;117;1mCatch parameter 'e' is caught but never used.[0m
|
|
8
|
+
â•─[[38;2;92;157;255;1msrc/evaluator.ts[0m:30:16]
|
|
9
|
+
[2m29[0m │ continue;
|
|
10
|
+
[2m30[0m │ } catch (e) {
|
|
11
|
+
· [38;2;246;87;248m ┬[0m
|
|
12
|
+
· [38;2;246;87;248m╰── [38;2;246;87;248m'e' is declared here[0m[0m
|
|
13
|
+
[2m31[0m │ // Not a simple JSON value, proceed to QuickJS evaluation
|
|
14
|
+
╰────
|
|
15
|
+
[38;2;106;159;181m help: [0mConsider handling this error.
|
|
16
|
+
|
|
17
|
+
[38;2;244;191;117;1mâš [0m ]8;;https://oxc.rs/docs/guide/usage/linter/rules/eslint/no-unused-vars.html\[38;2;244;191;117;1meslint(no-unused-vars)[0m]8;;\: [38;2;244;191;117;1mIdentifier 'IpcMessage' is imported but never used.[0m
|
|
18
|
+
â•─[[38;2;92;157;255;1msrc/websocket.types.ts[0m:1:39]
|
|
19
|
+
[2m1[0m │ import { Channels, Data, Events, End, IpcMessage, RequestId } from "./apis";
|
|
20
|
+
· [38;2;246;87;248m ─────┬────[0m
|
|
21
|
+
· [38;2;246;87;248m╰── [38;2;246;87;248m'IpcMessage' is imported here[0m[0m
|
|
22
|
+
[2m2[0m │ import { WebSocket as WSWebSocket } from "ws";
|
|
23
|
+
╰────
|
|
24
|
+
[38;2;106;159;181m help: [0mConsider removing this import.
|
|
25
|
+
|
|
26
|
+
[38;2;244;191;117;1mâš [0m ]8;;https://oxc.rs/docs/guide/usage/linter/rules/eslint/no-unused-vars.html\[38;2;244;191;117;1meslint(no-unused-vars)[0m]8;;\: [38;2;244;191;117;1mParameter 'requestId' is declared but never used. Unused parameters should start with a '_'.[0m
|
|
27
|
+
â•─[[38;2;92;157;255;1msrc/websocket.types.ts[0m:152:5]
|
|
28
|
+
[2m151[0m │ public timeout: number,
|
|
29
|
+
[2m152[0m │ requestId?: RequestId,
|
|
30
|
+
· [38;2;246;87;248m ────┬────[0m
|
|
31
|
+
· [38;2;246;87;248m╰── [38;2;246;87;248m'requestId' is declared here[0m[0m
|
|
32
|
+
[2m153[0m │ ) {
|
|
33
|
+
╰────
|
|
34
|
+
[38;2;106;159;181m help: [0mConsider removing this parameter.
|
|
35
|
+
|
|
36
|
+
[38;2;244;191;117;1mâš [0m ]8;;https://oxc.rs/docs/guide/usage/linter/rules/eslint/no-unused-vars.html\[38;2;244;191;117;1meslint(no-unused-vars)[0m]8;;\: [38;2;244;191;117;1mVariable 'pluginDefinition' is declared but never used. Unused variables should start with a '_'.[0m
|
|
37
|
+
â•─[[38;2;92;157;255;1msrc/graph.ts[0m:64:11]
|
|
38
|
+
[2m63[0m │
|
|
39
|
+
[2m64[0m │ const pluginDefinition = getPluginDefinition(node.origin.pluginId, options.definitions);
|
|
40
|
+
· [38;2;246;87;248m ────────┬───────[0m
|
|
41
|
+
· [38;2;246;87;248m╰── [38;2;246;87;248m'pluginDefinition' is declared here[0m[0m
|
|
42
|
+
[2m65[0m │ const nodeDefinition = getNodeDefinition(
|
|
43
|
+
╰────
|
|
44
|
+
[38;2;106;159;181m help: [0mConsider removing this declaration.
|
|
45
|
+
|
|
46
|
+
[38;2;244;191;117;1mâš [0m ]8;;https://oxc.rs/docs/guide/usage/linter/rules/eslint/no-unused-vars.html\[38;2;244;191;117;1meslint(no-unused-vars)[0m]8;;\: [38;2;244;191;117;1mIdentifier 'AppConfig' is imported but never used.[0m
|
|
47
|
+
â•─[[38;2;92;157;255;1msrc/apis.ts[0m:5:10]
|
|
48
|
+
[2m4[0m │ import { PresetResult, Steps } from "./model";
|
|
49
|
+
[2m5[0m │ import { AppConfig } from "./config.schema";
|
|
50
|
+
· [38;2;246;87;248m ────┬────[0m
|
|
51
|
+
· [38;2;246;87;248m╰── [38;2;246;87;248m'AppConfig' is imported here[0m[0m
|
|
52
|
+
[2m6[0m │ import { Agent } from "./websocket.types";
|
|
53
|
+
╰────
|
|
54
|
+
[38;2;106;159;181m help: [0mConsider removing this import.
|
|
55
|
+
|
|
56
|
+
[38;2;244;191;117;1mâš [0m ]8;;https://oxc.rs/docs/guide/usage/linter/rules/eslint/no-unused-vars.html\[38;2;244;191;117;1meslint(no-unused-vars)[0m]8;;\: [38;2;244;191;117;1mIdentifier 'RetentionPolicy' is imported but never used.[0m
|
|
57
|
+
â•─[[38;2;92;157;255;1msrc/apis.ts[0m:12:3]
|
|
58
|
+
[2m11[0m │ BuildHistoryConfig,
|
|
59
|
+
[2m12[0m │ RetentionPolicy,
|
|
60
|
+
· [38;2;246;87;248m ───────┬───────[0m
|
|
61
|
+
· [38;2;246;87;248m╰── [38;2;246;87;248m'RetentionPolicy' is imported here[0m[0m
|
|
62
|
+
[2m13[0m │ } from "./build-history";
|
|
63
|
+
╰────
|
|
64
|
+
[38;2;106;159;181m help: [0mConsider removing this import.
|
|
65
|
+
|
|
66
|
+
[38;2;244;191;117;1mâš [0m ]8;;https://oxc.rs/docs/guide/usage/linter/rules/eslint/no-unused-vars.html\[38;2;244;191;117;1meslint(no-unused-vars)[0m]8;;\: [38;2;244;191;117;1mVariable 'locale' is declared but never used. Unused variables should start with a '_'.[0m
|
|
67
|
+
â•─[[38;2;92;157;255;1msrc/config/migrators.ts[0m:80:17]
|
|
68
|
+
[2m79[0m │ down: (state) => {
|
|
69
|
+
[2m80[0m │ const { locale, ...rest } = state as AppConfigV4;
|
|
70
|
+
· [38;2;246;87;248m ───┬──[0m
|
|
71
|
+
· [38;2;246;87;248m╰── [38;2;246;87;248m'locale' is declared here[0m[0m
|
|
72
|
+
[2m81[0m │ return rest as unknown as AppConfigV3;
|
|
73
|
+
╰────
|
|
74
|
+
[38;2;106;159;181m help: [0mConsider removing this declaration.
|
|
75
|
+
|
|
76
|
+
[38;2;244;191;117;1mâš [0m ]8;;https://oxc.rs/docs/guide/usage/linter/rules/eslint/no-unused-vars.html\[38;2;244;191;117;1meslint(no-unused-vars)[0m]8;;\: [38;2;244;191;117;1mVariable 'tours' is declared but never used. Unused variables should start with a '_'.[0m
|
|
77
|
+
â•─[[38;2;92;157;255;1msrc/config/migrators.ts[0m:100:17]
|
|
78
|
+
[2m 99[0m │ down: (state) => {
|
|
79
|
+
[2m100[0m │ const { tours, ...rest } = state as AppConfigV5;
|
|
80
|
+
· [38;2;246;87;248m ──┬──[0m
|
|
81
|
+
· [38;2;246;87;248m╰── [38;2;246;87;248m'tours' is declared here[0m[0m
|
|
82
|
+
[2m101[0m │ return rest as unknown as AppConfigV4;
|
|
83
|
+
╰────
|
|
84
|
+
[38;2;106;159;181m help: [0mConsider removing this declaration.
|
|
85
|
+
|
|
86
|
+
[38;2;244;191;117;1mâš [0m ]8;;https://oxc.rs/docs/guide/usage/linter/rules/eslint/no-unused-vars.html\[38;2;244;191;117;1meslint(no-unused-vars)[0m]8;;\: [38;2;244;191;117;1mVariable 'autosave' is declared but never used. Unused variables should start with a '_'.[0m
|
|
87
|
+
â•─[[38;2;92;157;255;1msrc/config/migrators.ts[0m:111:17]
|
|
88
|
+
[2m110[0m │ down: (state) => {
|
|
89
|
+
[2m111[0m │ const { autosave, ...rest } = state as AppConfigV6;
|
|
90
|
+
· [38;2;246;87;248m ────┬───[0m
|
|
91
|
+
· [38;2;246;87;248m╰── [38;2;246;87;248m'autosave' is declared here[0m[0m
|
|
92
|
+
[2m112[0m │ return rest as unknown as AppConfigV5;
|
|
93
|
+
╰────
|
|
94
|
+
[38;2;106;159;181m help: [0mConsider removing this declaration.
|
|
95
|
+
|
|
96
|
+
[38;2;244;191;117;1mâš [0m ]8;;https://oxc.rs/docs/guide/usage/linter/rules/eslint/no-unused-vars.html\[38;2;244;191;117;1meslint(no-unused-vars)[0m]8;;\: [38;2;244;191;117;1mVariable 'agents' is declared but never used. Unused variables should start with a '_'.[0m
|
|
97
|
+
â•─[[38;2;92;157;255;1msrc/config/migrators.ts[0m:122:17]
|
|
98
|
+
[2m121[0m │ down: (state) => {
|
|
99
|
+
[2m122[0m │ const { agents, ...rest } = state as AppConfigV7;
|
|
100
|
+
· [38;2;246;87;248m ───┬──[0m
|
|
101
|
+
· [38;2;246;87;248m╰── [38;2;246;87;248m'agents' is declared here[0m[0m
|
|
102
|
+
[2m123[0m │ return rest as unknown as AppConfigV6;
|
|
103
|
+
╰────
|
|
104
|
+
[38;2;106;159;181m help: [0mConsider removing this declaration.
|
|
105
|
+
|
|
106
|
+
[38;2;244;191;117;1mâš [0m ]8;;https://oxc.rs/docs/guide/usage/linter/rules/eslint/no-unused-vars.html\[38;2;244;191;117;1meslint(no-unused-vars)[0m]8;;\: [38;2;244;191;117;1mParameter 'state' is declared but never used. Unused parameters should start with a '_'.[0m
|
|
107
|
+
â•─[[38;2;92;157;255;1msrc/config/migrators.ts[0m:186:14]
|
|
108
|
+
[2m185[0m │ up: finalVersion,
|
|
109
|
+
[2m186[0m │ down: (state) => {
|
|
110
|
+
· [38;2;246;87;248m ──┬──[0m
|
|
111
|
+
· [38;2;246;87;248m╰── [38;2;246;87;248m'state' is declared here[0m[0m
|
|
112
|
+
[2m187[0m │ throw new Error("Cannot downgrade to version 1.0.0");
|
|
113
|
+
╰────
|
|
114
|
+
[38;2;106;159;181m help: [0mConsider removing this parameter.
|
|
115
|
+
|
|
116
|
+
[38;2;244;191;117;1mâš [0m ]8;;https://oxc.rs/docs/guide/usage/linter/rules/typescript/no-unnecessary-parameter-property-assignment.html\[38;2;244;191;117;1mtypescript-eslint(no-unnecessary-parameter-property-assignment)[0m]8;;\: [38;2;244;191;117;1mAssignment of parameter property is unnecessary[0m
|
|
117
|
+
â•─[[38;2;92;157;255;1msrc/quickjs.ts[0m:12:5]
|
|
118
|
+
[2m11[0m │ super(description);
|
|
119
|
+
[2m12[0m │ this.name = name;
|
|
120
|
+
· [38;2;246;87;248m ────────────────[0m
|
|
121
|
+
[2m13[0m │ }
|
|
122
|
+
╰────
|
|
123
|
+
[38;2;106;159;181m help: [0mRemove the unnecessary assignment
|
|
124
|
+
|
|
125
|
+
[38;2;244;191;117;1mâš [0m ]8;;https://oxc.rs/docs/guide/usage/linter/rules/eslint/no-unused-vars.html\[38;2;244;191;117;1meslint(no-unused-vars)[0m]8;;\: [38;2;244;191;117;1mType 'BrowserWindow' is imported but never used.[0m
|
|
126
|
+
â•─[[38;2;92;157;255;1msrc/plugins/definitions.ts[0m:2:15]
|
|
127
|
+
[2m1[0m │ import type { ConditionalPick } from "type-fest";
|
|
128
|
+
[2m2[0m │ import type { BrowserWindow, OpenDialogOptions } from "electron";
|
|
129
|
+
· [38;2;246;87;248m ──────┬──────[0m
|
|
130
|
+
· [38;2;246;87;248m╰── [38;2;246;87;248m'BrowserWindow' is imported here[0m[0m
|
|
131
|
+
[2m3[0m │
|
|
132
|
+
╰────
|
|
133
|
+
[38;2;106;159;181m help: [0mConsider removing this import.
|
|
134
|
+
|
|
135
|
+
Found 13 warnings and 0 errors.
|
|
136
|
+
Finished in 20ms on 35 files with 93 rules using 16 threads.
|
package/CHANGELOG.md
ADDED
|
@@ -0,0 +1,167 @@
|
|
|
1
|
+
# @pipelab/shared
|
|
2
|
+
|
|
3
|
+
## 2.0.1-beta.20
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- azs
|
|
8
|
+
- Updated dependencies
|
|
9
|
+
- @pipelab/migration@1.0.1-beta.19
|
|
10
|
+
|
|
11
|
+
## 2.0.1-beta.19
|
|
12
|
+
|
|
13
|
+
### Patch Changes
|
|
14
|
+
|
|
15
|
+
- sqqd
|
|
16
|
+
- Updated dependencies
|
|
17
|
+
- @pipelab/migration@1.0.1-beta.18
|
|
18
|
+
|
|
19
|
+
## 2.0.1-beta.18
|
|
20
|
+
|
|
21
|
+
### Patch Changes
|
|
22
|
+
|
|
23
|
+
- sd
|
|
24
|
+
- Updated dependencies
|
|
25
|
+
- @pipelab/migration@1.0.1-beta.17
|
|
26
|
+
|
|
27
|
+
## 2.0.1-beta.17
|
|
28
|
+
|
|
29
|
+
### Patch Changes
|
|
30
|
+
|
|
31
|
+
- sd
|
|
32
|
+
- Updated dependencies
|
|
33
|
+
- @pipelab/migration@1.0.1-beta.16
|
|
34
|
+
|
|
35
|
+
## 2.0.1-beta.16
|
|
36
|
+
|
|
37
|
+
### Patch Changes
|
|
38
|
+
|
|
39
|
+
- wdf
|
|
40
|
+
- Updated dependencies
|
|
41
|
+
- @pipelab/migration@1.0.1-beta.15
|
|
42
|
+
|
|
43
|
+
## 2.0.1-beta.15
|
|
44
|
+
|
|
45
|
+
### Patch Changes
|
|
46
|
+
|
|
47
|
+
- sdf
|
|
48
|
+
- Updated dependencies
|
|
49
|
+
- @pipelab/migration@1.0.1-beta.14
|
|
50
|
+
|
|
51
|
+
## 2.0.1-beta.14
|
|
52
|
+
|
|
53
|
+
### Patch Changes
|
|
54
|
+
|
|
55
|
+
- sd
|
|
56
|
+
- Updated dependencies
|
|
57
|
+
- @pipelab/migration@1.0.1-beta.13
|
|
58
|
+
|
|
59
|
+
## 2.0.1-beta.13
|
|
60
|
+
|
|
61
|
+
### Patch Changes
|
|
62
|
+
|
|
63
|
+
- rfg
|
|
64
|
+
- Updated dependencies
|
|
65
|
+
- @pipelab/migration@1.0.1-beta.12
|
|
66
|
+
|
|
67
|
+
## 2.0.1-beta.12
|
|
68
|
+
|
|
69
|
+
### Patch Changes
|
|
70
|
+
|
|
71
|
+
- szd
|
|
72
|
+
- Updated dependencies
|
|
73
|
+
- @pipelab/migration@1.0.1-beta.11
|
|
74
|
+
|
|
75
|
+
## 2.0.1-beta.11
|
|
76
|
+
|
|
77
|
+
### Patch Changes
|
|
78
|
+
|
|
79
|
+
- sd
|
|
80
|
+
- Updated dependencies
|
|
81
|
+
- @pipelab/migration@1.0.1-beta.10
|
|
82
|
+
|
|
83
|
+
## 2.0.1-beta.10
|
|
84
|
+
|
|
85
|
+
### Patch Changes
|
|
86
|
+
|
|
87
|
+
- sd
|
|
88
|
+
- Updated dependencies
|
|
89
|
+
- @pipelab/migration@1.0.1-beta.9
|
|
90
|
+
|
|
91
|
+
## 2.0.1-beta.9
|
|
92
|
+
|
|
93
|
+
### Patch Changes
|
|
94
|
+
|
|
95
|
+
- sd
|
|
96
|
+
- Updated dependencies
|
|
97
|
+
- @pipelab/migration@1.0.1-beta.8
|
|
98
|
+
|
|
99
|
+
## 2.0.1-beta.8
|
|
100
|
+
|
|
101
|
+
### Patch Changes
|
|
102
|
+
|
|
103
|
+
- sd
|
|
104
|
+
- Updated dependencies
|
|
105
|
+
- @pipelab/migration@1.0.1-beta.7
|
|
106
|
+
|
|
107
|
+
## 2.0.1-beta.7
|
|
108
|
+
|
|
109
|
+
### Patch Changes
|
|
110
|
+
|
|
111
|
+
- test
|
|
112
|
+
- Updated dependencies
|
|
113
|
+
- @pipelab/migration@1.0.1-beta.6
|
|
114
|
+
|
|
115
|
+
## 2.0.1-beta.6
|
|
116
|
+
|
|
117
|
+
### Patch Changes
|
|
118
|
+
|
|
119
|
+
- test
|
|
120
|
+
- Updated dependencies
|
|
121
|
+
- @pipelab/migration@1.0.1-beta.5
|
|
122
|
+
|
|
123
|
+
## 2.0.1-beta.5
|
|
124
|
+
|
|
125
|
+
### Patch Changes
|
|
126
|
+
|
|
127
|
+
- sd
|
|
128
|
+
- Updated dependencies
|
|
129
|
+
- @pipelab/migration@1.0.1-beta.4
|
|
130
|
+
|
|
131
|
+
## 2.0.1-beta.4
|
|
132
|
+
|
|
133
|
+
### Patch Changes
|
|
134
|
+
|
|
135
|
+
- tesyt
|
|
136
|
+
- Updated dependencies
|
|
137
|
+
- @pipelab/migration@1.0.1-beta.3
|
|
138
|
+
|
|
139
|
+
## 2.0.1-beta.3
|
|
140
|
+
|
|
141
|
+
### Patch Changes
|
|
142
|
+
|
|
143
|
+
- last test
|
|
144
|
+
- Updated dependencies
|
|
145
|
+
- @pipelab/migration@1.0.1-beta.2
|
|
146
|
+
|
|
147
|
+
## 2.0.1-beta.2
|
|
148
|
+
|
|
149
|
+
### Patch Changes
|
|
150
|
+
|
|
151
|
+
- sd
|
|
152
|
+
|
|
153
|
+
## 2.0.1-beta.1
|
|
154
|
+
|
|
155
|
+
### Patch Changes
|
|
156
|
+
|
|
157
|
+
- 9268b1e: test 3
|
|
158
|
+
- Updated dependencies [9268b1e]
|
|
159
|
+
- @pipelab/migration@1.0.1-beta.1
|
|
160
|
+
|
|
161
|
+
## 2.0.1-beta.0
|
|
162
|
+
|
|
163
|
+
### Patch Changes
|
|
164
|
+
|
|
165
|
+
- test
|
|
166
|
+
- Updated dependencies
|
|
167
|
+
- @pipelab/migration@1.0.1-beta.0
|
package/LICENSE
ADDED
|
@@ -0,0 +1,110 @@
|
|
|
1
|
+
# Functional Source License, Version 1.1, MIT Future License
|
|
2
|
+
|
|
3
|
+
## Abbreviation
|
|
4
|
+
|
|
5
|
+
FSL-1.1-MIT
|
|
6
|
+
|
|
7
|
+
## Notice
|
|
8
|
+
|
|
9
|
+
Copyright 2026 CynToolkit
|
|
10
|
+
|
|
11
|
+
## Terms and Conditions
|
|
12
|
+
|
|
13
|
+
### Licensor ("We")
|
|
14
|
+
|
|
15
|
+
The party offering the Software under these Terms and Conditions.
|
|
16
|
+
|
|
17
|
+
### The Software
|
|
18
|
+
|
|
19
|
+
The "Software" is each version of the software that we make available under
|
|
20
|
+
these Terms and Conditions, as indicated by our inclusion of these Terms and
|
|
21
|
+
Conditions with the Software.
|
|
22
|
+
|
|
23
|
+
### License Grant
|
|
24
|
+
|
|
25
|
+
Subject to your compliance with this License Grant and the Patents,
|
|
26
|
+
Redistribution and Trademark clauses below, we hereby grant you the right to
|
|
27
|
+
use, copy, modify, create derivative works, publicly perform, publicly display
|
|
28
|
+
and redistribute the Software for any Permitted Purpose identified below.
|
|
29
|
+
|
|
30
|
+
### Permitted Purpose
|
|
31
|
+
|
|
32
|
+
A Permitted Purpose is any purpose other than a Competing Use. A Competing Use
|
|
33
|
+
means making the Software available to others in a commercial product or
|
|
34
|
+
service that:
|
|
35
|
+
|
|
36
|
+
1. substitutes for the Software;
|
|
37
|
+
|
|
38
|
+
2. substitutes for any other product or service we offer using the Software
|
|
39
|
+
that exists as of the date we make the Software available; or
|
|
40
|
+
|
|
41
|
+
3. offers the same or substantially similar functionality as the Software.
|
|
42
|
+
|
|
43
|
+
Permitted Purposes specifically include using the Software:
|
|
44
|
+
|
|
45
|
+
1. for your internal use and access;
|
|
46
|
+
|
|
47
|
+
2. for non-commercial education;
|
|
48
|
+
|
|
49
|
+
3. for non-commercial research; and
|
|
50
|
+
|
|
51
|
+
4. in connection with professional services that you provide to a licensee
|
|
52
|
+
using the Software in accordance with these Terms and Conditions.
|
|
53
|
+
|
|
54
|
+
### Patents
|
|
55
|
+
|
|
56
|
+
To the extent your use for a Permitted Purpose would necessarily infringe our
|
|
57
|
+
patents, the license grant above includes a license under our patents. If you
|
|
58
|
+
make a claim against any party that the Software infringes or contributes to
|
|
59
|
+
the infringement of any patent, then your patent license to the Software ends
|
|
60
|
+
immediately.
|
|
61
|
+
|
|
62
|
+
### Redistribution
|
|
63
|
+
|
|
64
|
+
The Terms and Conditions apply to all copies, modifications and derivatives of
|
|
65
|
+
the Software.
|
|
66
|
+
|
|
67
|
+
If you redistribute any copies, modifications or derivatives of the Software,
|
|
68
|
+
you must include a copy of or a link to these Terms and Conditions and not
|
|
69
|
+
remove any copyright notices provided in or with the Software.
|
|
70
|
+
|
|
71
|
+
### Disclaimer
|
|
72
|
+
|
|
73
|
+
THE SOFTWARE IS PROVIDED "AS IS" AND WITHOUT WARRANTIES OF ANY KIND, EXPRESS OR
|
|
74
|
+
IMPLIED, INCLUDING WITHOUT LIMITATION WARRANTIES OF FITNESS FOR A PARTICULAR
|
|
75
|
+
PURPOSE, MERCHANTABILITY, TITLE OR NON-INFRINGEMENT.
|
|
76
|
+
|
|
77
|
+
IN NO EVENT WILL WE HAVE ANY LIABILITY TO YOU ARISING OUT OF OR RELATED TO THE
|
|
78
|
+
SOFTWARE, INCLUDING INDIRECT, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES,
|
|
79
|
+
EVEN IF WE HAVE BEEN INFORMED OF THEIR POSSIBILITY IN ADVANCE.
|
|
80
|
+
|
|
81
|
+
### Trademarks
|
|
82
|
+
|
|
83
|
+
Except for displaying the License Details and identifying us as the origin of
|
|
84
|
+
the Software, you have no right under these Terms and Conditions to use our
|
|
85
|
+
trademarks, trade names, service marks or product names.
|
|
86
|
+
|
|
87
|
+
## Grant of Future License
|
|
88
|
+
|
|
89
|
+
We hereby irrevocably grant you an additional license to use the Software under
|
|
90
|
+
the MIT license that is effective on the second anniversary of the date we make
|
|
91
|
+
the Software available. On or after that date, you may use the Software under
|
|
92
|
+
the MIT license, in which case the following will apply:
|
|
93
|
+
|
|
94
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy of
|
|
95
|
+
this software and associated documentation files (the "Software"), to deal in
|
|
96
|
+
the Software without restriction, including without limitation the rights to
|
|
97
|
+
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies
|
|
98
|
+
of the Software, and to permit persons to whom the Software is furnished to do
|
|
99
|
+
so, subject to the following conditions:
|
|
100
|
+
|
|
101
|
+
The above copyright notice and this permission notice shall be included in all
|
|
102
|
+
copies or substantial portions of the Software.
|
|
103
|
+
|
|
104
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
105
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
106
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
107
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
108
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
109
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
110
|
+
SOFTWARE.
|
package/LICENSE.md
ADDED
|
@@ -0,0 +1,110 @@
|
|
|
1
|
+
# Functional Source License, Version 1.1, MIT Future License
|
|
2
|
+
|
|
3
|
+
## Abbreviation
|
|
4
|
+
|
|
5
|
+
FSL-1.1-MIT
|
|
6
|
+
|
|
7
|
+
## Notice
|
|
8
|
+
|
|
9
|
+
Copyright 2024-present Quentin Goinaud - Armaldio
|
|
10
|
+
|
|
11
|
+
## Terms and Conditions
|
|
12
|
+
|
|
13
|
+
### Licensor ("We")
|
|
14
|
+
|
|
15
|
+
The party offering the Software under these Terms and Conditions.
|
|
16
|
+
|
|
17
|
+
### The Software
|
|
18
|
+
|
|
19
|
+
The "Software" is each version of the software that we make available under
|
|
20
|
+
these Terms and Conditions, as indicated by our inclusion of these Terms and
|
|
21
|
+
Conditions with the Software.
|
|
22
|
+
|
|
23
|
+
### License Grant
|
|
24
|
+
|
|
25
|
+
Subject to your compliance with this License Grant and the Patents,
|
|
26
|
+
Redistribution and Trademark clauses below, we hereby grant you the right to
|
|
27
|
+
use, copy, modify, create derivative works, publicly perform, publicly display
|
|
28
|
+
and redistribute the Software for any Permitted Purpose identified below.
|
|
29
|
+
|
|
30
|
+
### Permitted Purpose
|
|
31
|
+
|
|
32
|
+
A Permitted Purpose is any purpose other than a Competing Use. A Competing Use
|
|
33
|
+
means making the Software available to others in a commercial product or
|
|
34
|
+
service that:
|
|
35
|
+
|
|
36
|
+
1. substitutes for the Software;
|
|
37
|
+
|
|
38
|
+
2. substitutes for any other product or service we offer using the Software
|
|
39
|
+
that exists as of the date we make the Software available; or
|
|
40
|
+
|
|
41
|
+
3. offers the same or substantially similar functionality as the Software.
|
|
42
|
+
|
|
43
|
+
Permitted Purposes specifically include using the Software:
|
|
44
|
+
|
|
45
|
+
1. for your internal use and access;
|
|
46
|
+
|
|
47
|
+
2. for non-commercial education;
|
|
48
|
+
|
|
49
|
+
3. for non-commercial research; and
|
|
50
|
+
|
|
51
|
+
4. in connection with professional services that you provide to a licensee
|
|
52
|
+
using the Software in accordance with these Terms and Conditions.
|
|
53
|
+
|
|
54
|
+
### Patents
|
|
55
|
+
|
|
56
|
+
To the extent your use for a Permitted Purpose would necessarily infringe our
|
|
57
|
+
patents, the license grant above includes a license under our patents. If you
|
|
58
|
+
make a claim against any party that the Software infringes or contributes to
|
|
59
|
+
the infringement of any patent, then your patent license to the Software ends
|
|
60
|
+
immediately.
|
|
61
|
+
|
|
62
|
+
### Redistribution
|
|
63
|
+
|
|
64
|
+
The Terms and Conditions apply to all copies, modifications and derivatives of
|
|
65
|
+
the Software.
|
|
66
|
+
|
|
67
|
+
If you redistribute any copies, modifications or derivatives of the Software,
|
|
68
|
+
you must include a copy of or a link to these Terms and Conditions and not
|
|
69
|
+
remove any copyright notices provided in or with the Software.
|
|
70
|
+
|
|
71
|
+
### Disclaimer
|
|
72
|
+
|
|
73
|
+
THE SOFTWARE IS PROVIDED "AS IS" AND WITHOUT WARRANTIES OF ANY KIND, EXPRESS OR
|
|
74
|
+
IMPLIED, INCLUDING WITHOUT LIMITATION WARRANTIES OF FITNESS FOR A PARTICULAR
|
|
75
|
+
PURPOSE, MERCHANTABILITY, TITLE OR NON-INFRINGEMENT.
|
|
76
|
+
|
|
77
|
+
IN NO EVENT WILL WE HAVE ANY LIABILITY TO YOU ARISING OUT OF OR RELATED TO THE
|
|
78
|
+
SOFTWARE, INCLUDING INDIRECT, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES,
|
|
79
|
+
EVEN IF WE HAVE BEEN INFORMED OF THEIR POSSIBILITY IN ADVANCE.
|
|
80
|
+
|
|
81
|
+
### Trademarks
|
|
82
|
+
|
|
83
|
+
Except for displaying the License Details and identifying us as the origin of
|
|
84
|
+
the Software, you have no right under these Terms and Conditions to use our
|
|
85
|
+
trademarks, trade names, service marks or product names.
|
|
86
|
+
|
|
87
|
+
## Grant of Future License
|
|
88
|
+
|
|
89
|
+
We hereby irrevocably grant you an additional license to use the Software under
|
|
90
|
+
the MIT license that is effective on the second anniversary of the date we make
|
|
91
|
+
the Software available. On or after that date, you may use the Software under
|
|
92
|
+
the MIT license, in which case the following will apply:
|
|
93
|
+
|
|
94
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy of
|
|
95
|
+
this software and associated documentation files (the "Software"), to deal in
|
|
96
|
+
the Software without restriction, including without limitation the rights to
|
|
97
|
+
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies
|
|
98
|
+
of the Software, and to permit persons to whom the Software is furnished to do
|
|
99
|
+
so, subject to the following conditions:
|
|
100
|
+
|
|
101
|
+
The above copyright notice and this permission notice shall be included in all
|
|
102
|
+
copies or substantial portions of the Software.
|
|
103
|
+
|
|
104
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
105
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
106
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
107
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
108
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
109
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
110
|
+
SOFTWARE.
|
package/README.md
ADDED