@pipelab/test-utils 1.0.1-beta.14 → 1.0.1-beta.16
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 +16 -0
- package/dist/index.d.mts +1 -1
- package/dist/index.mjs +2 -0
- package/package.json +3 -3
- package/.turbo/turbo-build.log +0 -14
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,21 @@
|
|
|
1
1
|
# @pipelab/test-utils
|
|
2
2
|
|
|
3
|
+
## 1.0.1-beta.16
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- sdsd
|
|
8
|
+
- Updated dependencies
|
|
9
|
+
- @pipelab/plugin-core@1.0.1-beta.21
|
|
10
|
+
|
|
11
|
+
## 1.0.1-beta.15
|
|
12
|
+
|
|
13
|
+
### Patch Changes
|
|
14
|
+
|
|
15
|
+
- gf
|
|
16
|
+
- Updated dependencies
|
|
17
|
+
- @pipelab/plugin-core@1.0.1-beta.20
|
|
18
|
+
|
|
3
19
|
## 1.0.1-beta.14
|
|
4
20
|
|
|
5
21
|
### Patch Changes
|
package/dist/index.d.mts
CHANGED
package/dist/index.mjs
CHANGED
|
@@ -3,6 +3,7 @@ import { fileURLToPath } from "node:url";
|
|
|
3
3
|
import { chmod, mkdir, rm, writeFile } from "node:fs/promises";
|
|
4
4
|
import { existsSync } from "node:fs";
|
|
5
5
|
import { tmpdir } from "node:os";
|
|
6
|
+
import { PipelabContext } from "@pipelab/plugin-core";
|
|
6
7
|
import { execa } from "execa";
|
|
7
8
|
//#region src/index.ts
|
|
8
9
|
const __dirname = dirname(fileURLToPath(import.meta.url));
|
|
@@ -112,6 +113,7 @@ spawnSync('pnpm', process.argv.slice(2), { stdio: 'inherit', shell: true });`);
|
|
|
112
113
|
} },
|
|
113
114
|
browserWindow: void 0,
|
|
114
115
|
abortSignal: new AbortController().signal,
|
|
116
|
+
context: new PipelabContext({ userDataPath: join(options.sandboxPath, "user-data") }),
|
|
115
117
|
setMeta: () => {},
|
|
116
118
|
meta: {}
|
|
117
119
|
};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pipelab/test-utils",
|
|
3
|
-
"version": "1.0.1-beta.
|
|
3
|
+
"version": "1.0.1-beta.16",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "Testing utilities for Pipelab plugins and monorepo",
|
|
6
6
|
"license": "FSL-1.1-MIT",
|
|
@@ -27,13 +27,13 @@
|
|
|
27
27
|
},
|
|
28
28
|
"dependencies": {
|
|
29
29
|
"execa": "9.5.1",
|
|
30
|
-
"@pipelab/plugin-core": "1.0.1-beta.
|
|
30
|
+
"@pipelab/plugin-core": "1.0.1-beta.21"
|
|
31
31
|
},
|
|
32
32
|
"devDependencies": {
|
|
33
33
|
"@types/node": "24.12.2",
|
|
34
34
|
"tsdown": "0.21.2",
|
|
35
35
|
"typescript": "^5.0.0",
|
|
36
|
-
"@pipelab/tsconfig": "1.0.1-beta.
|
|
36
|
+
"@pipelab/tsconfig": "1.0.1-beta.21"
|
|
37
37
|
},
|
|
38
38
|
"scripts": {
|
|
39
39
|
"build": "tsdown",
|
package/.turbo/turbo-build.log
DELETED
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
> @pipelab/test-utils@1.0.1-beta.12 build /run/media/armaldio/SSD/Projects/Pipelab/pipelab/packages/test-utils
|
|
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: [34m../../tsconfig.json[39m
|
|
9
|
-
[34mℹ[39m Build start
|
|
10
|
-
[34mℹ[39m Cleaning 2 files
|
|
11
|
-
[34mℹ[39m [2mdist/[22m[1mindex.mjs[22m [2m4.87 kB[22m [2m│ gzip: 1.91 kB[22m
|
|
12
|
-
[34mℹ[39m [2mdist/[22m[32m[1mindex.d.mts[22m[39m [2m1.80 kB[22m [2m│ gzip: 0.80 kB[22m
|
|
13
|
-
[34mℹ[39m 2 files, total: 6.67 kB
|
|
14
|
-
[32m✔[39m Build complete in [32m2173ms[39m
|