@pipelab/migration 1.0.1-beta.19 → 1.0.1-beta.21
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/CHANGELOG.md +12 -0
- package/package.json +2 -2
- package/.turbo/turbo-build.log +0 -16
- package/.turbo/turbo-lint.log +0 -18
package/CHANGELOG.md
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pipelab/migration",
|
|
3
|
-
"version": "1.0.1-beta.
|
|
3
|
+
"version": "1.0.1-beta.21",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "Migration utilities for Pipelab data structures",
|
|
6
6
|
"license": "FSL-1.1-MIT",
|
|
@@ -35,7 +35,7 @@
|
|
|
35
35
|
"@types/semver": "^7.5.8",
|
|
36
36
|
"tsdown": "0.21.2",
|
|
37
37
|
"typescript": "5.9.3",
|
|
38
|
-
"@pipelab/tsconfig": "1.0.1-beta.
|
|
38
|
+
"@pipelab/tsconfig": "1.0.1-beta.21"
|
|
39
39
|
},
|
|
40
40
|
"scripts": {
|
|
41
41
|
"build": "tsdown",
|
package/.turbo/turbo-build.log
DELETED
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
> @pipelab/migration@1.0.1-beta.17 build /run/media/armaldio/SSD/Projects/Pipelab/pipelab/packages/migration
|
|
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 [2mdist/[22m[1mindex.mjs[22m [2m 4.05 kB[22m [2m│ gzip: 1.27 kB[22m
|
|
12
|
-
[34mℹ[39m [2mdist/[22mindex.mjs.map [2m10.50 kB[22m [2m│ gzip: 3.17 kB[22m
|
|
13
|
-
[34mℹ[39m [2mdist/[22mindex.d.mts.map [2m 1.99 kB[22m [2m│ gzip: 0.69 kB[22m
|
|
14
|
-
[34mℹ[39m [2mdist/[22m[32m[1mindex.d.mts[22m[39m [2m 3.40 kB[22m [2m│ gzip: 0.98 kB[22m
|
|
15
|
-
[34mℹ[39m 4 files, total: 19.95 kB
|
|
16
|
-
[32m✔[39m Build complete in [32m1015ms[39m
|
package/.turbo/turbo-lint.log
DELETED
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
> @pipelab/migration@1.0.1-beta.4 lint /run/media/armaldio/SSD/Projects/Pipelab/pipelab/packages/migration
|
|
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;1mVariable 'InitialState' is declared but never used. Unused variables should start with a '_'.[0m
|
|
8
|
-
â•─[[38;2;92;157;255;1msrc/models/migration.ts[0m:50:33]
|
|
9
|
-
[2m49[0m │
|
|
10
|
-
[2m50[0m │ export interface MigratorConfig<InitialState, FinalState> {
|
|
11
|
-
· [38;2;246;87;248m ──────┬─────[0m
|
|
12
|
-
· [38;2;246;87;248m╰── [38;2;246;87;248m'InitialState' is declared here[0m[0m
|
|
13
|
-
[2m51[0m │ migrations: MigrationClass<any, any, any>[];
|
|
14
|
-
╰────
|
|
15
|
-
[38;2;106;159;181m help: [0mConsider removing this declaration.
|
|
16
|
-
|
|
17
|
-
Found 1 warning and 0 errors.
|
|
18
|
-
Finished in 17ms on 6 files with 93 rules using 16 threads.
|