@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 CHANGED
@@ -1,5 +1,17 @@
1
1
  # @pipelab/migration
2
2
 
3
+ ## 1.0.1-beta.21
4
+
5
+ ### Patch Changes
6
+
7
+ - sdsd
8
+
9
+ ## 1.0.1-beta.20
10
+
11
+ ### Patch Changes
12
+
13
+ - gf
14
+
3
15
  ## 1.0.1-beta.19
4
16
 
5
17
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pipelab/migration",
3
- "version": "1.0.1-beta.19",
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.19"
38
+ "@pipelab/tsconfig": "1.0.1-beta.21"
39
39
  },
40
40
  "scripts": {
41
41
  "build": "tsdown",
@@ -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
- ℹ tsdown v0.21.2 powered by rolldown v1.0.0-rc.9
7
- ℹ entry: src/index.ts
8
- ℹ tsconfig: tsconfig.json
9
- ℹ Build start
10
- ℹ Cleaning 4 files
11
- ℹ dist/index.mjs  4.05 kB │ gzip: 1.27 kB
12
- ℹ dist/index.mjs.map 10.50 kB │ gzip: 3.17 kB
13
- ℹ dist/index.d.mts.map  1.99 kB │ gzip: 0.69 kB
14
- ℹ dist/index.d.mts  3.40 kB │ gzip: 0.98 kB
15
- ℹ 4 files, total: 19.95 kB
16
- ✔ Build complete in 1015ms
@@ -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
- âš  ]8;;https://oxc.rs/docs/guide/usage/linter/rules/eslint/no-unused-vars.html\eslint(no-unused-vars)]8;;\: Variable 'InitialState' is declared but never used. Unused variables should start with a '_'.
8
- ╭─[src/models/migration.ts:50:33]
9
- 49 │
10
- 50 │ export interface MigratorConfig<InitialState, FinalState> {
11
- ·  ──────┬─────
12
- · ╰── 'InitialState' is declared here
13
- 51 │ migrations: MigrationClass<any, any, any>[];
14
- ╰────
15
-  help: Consider removing this declaration.
16
-
17
- Found 1 warning and 0 errors.
18
- Finished in 17ms on 6 files with 93 rules using 16 threads.