@pipelab/core-node 1.0.1-beta.23 → 1.0.1-beta.24

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pipelab/core-node",
3
- "version": "1.0.1-beta.23",
3
+ "version": "1.0.1-beta.24",
4
4
  "private": false,
5
5
  "description": "The Pipelab automation engine for Node.js",
6
6
  "license": "FSL-1.1-MIT",
@@ -38,8 +38,8 @@
38
38
  "type-fest": "4.39.0",
39
39
  "ws": "8.18.3",
40
40
  "yauzl": "2.10.0",
41
- "@pipelab/constants": "1.0.1-beta.19",
42
- "@pipelab/shared": "2.0.1-beta.20"
41
+ "@pipelab/constants": "1.0.1-beta.20",
42
+ "@pipelab/shared": "2.0.1-beta.21"
43
43
  },
44
44
  "devDependencies": {
45
45
  "@types/adm-zip": "0.5.7",
@@ -52,7 +52,7 @@
52
52
  "@types/yauzl": "2.10.3",
53
53
  "tsdown": "0.21.2",
54
54
  "typescript": "^5.0.0",
55
- "@pipelab/tsconfig": "1.0.1-beta.19"
55
+ "@pipelab/tsconfig": "1.0.1-beta.20"
56
56
  },
57
57
  "scripts": {
58
58
  "build": "tsdown",
@@ -1,75 +0,0 @@
1
-
2
-
3
- > @pipelab/core-node@1.0.1-beta.21 build /run/media/armaldio/SSD/Projects/Pipelab/pipelab/packages/core-node
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
- [rolldown-plugin-dts] Warning: Failed to emit declaration file. Please try to enable `eager` option (`dts.eager` for tsdown).
12
- ℹ Hint: consider adding deps.onlyBundle option to avoid unintended bundling of dependencies, or set deps.onlyBundle: false to disable this hint.
13
- See more at https://tsdown.dev/options/dependencies#deps-onlybundle
14
- Detected dependencies in bundle:
15
- - electron
16
- - klona
17
- - @vue/shared
18
- - entities
19
- - @babel/parser
20
- - estree-walker
21
- - source-map-js
22
- - @vue/compiler-core
23
- - @vue/compiler-dom
24
- - @vue/reactivity
25
- - @vue/runtime-core
26
- - @vue/runtime-dom
27
- - vue
28
- - serve-handler
29
- - concat-map
30
- - balanced-match
31
- - brace-expansion
32
- - minimatch
33
- - path-to-regexp
34
- - mime-db
35
- - mime-types
36
- - bytes
37
- - content-disposition
38
- - path-is-inside
39
- - range-parser
40
- ℹ dist/index.mjs  1.89 MB
41
- ℹ dist/index.mjs.map  3.14 MB
42
- ℹ dist/index.d.mts.map 39.30 kB │ gzip: 12.86 kB
43
- ℹ dist/index.d.mts 14.36 kB │ gzip: 3.75 kB
44
- ℹ 4 files, total: 5.09 MB
45
- src/api.d.ts (1:9) [MISSING_EXPORT] Warning: "PipelabApi" is not exported by "../../plugins/plugin-core/src/index.d.ts".
46
- ╭─[ src/api.d.ts:1:10 ]
47
- │
48
- 1 │ import { PipelabApi } from "@pipelab/plugin-core";
49
-  │ ─────┬────
50
-  │ ╰────── Missing export
51
-  │
52
-  │ Note: If you meant to import a type rather than a value, make sure to add the `type` modifier (e.g. `import { type Foo } from '@pipelab/plugin-core'`).
53
- ───╯
54
-
55
- src/types/runner.d.ts (1:9) [MISSING_EXPORT] Warning: "BrowserWindow" is not exported by "../../node_modules/electron/electron.d.ts".
56
- ╭─[ src/types/runner.d.ts:1:10 ]
57
- │
58
- 1 │ import { BrowserWindow } from "electron";
59
-  │ ──────┬──────
60
-  │ ╰──────── Missing export
61
-  │
62
-  │ Note: 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'`).
63
- ───╯
64
-
65
- src/types/runner.d.ts (2:9) [MISSING_EXPORT] Warning: "PipelabApi" is not exported by "../../plugins/plugin-core/src/index.d.ts".
66
- ╭─[ src/types/runner.d.ts:2:10 ]
67
- │
68
- 2 │ import { PipelabApi } from "@pipelab/plugin-core";
69
-  │ ─────┬────
70
-  │ ╰────── Missing export
71
-  │
72
-  │ Note: If you meant to import a type rather than a value, make sure to add the `type` modifier (e.g. `import { type Foo } from '@pipelab/plugin-core'`).
73
- ───╯
74
-
75
- ✔ Build complete in 1723ms