@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 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
@@ -1,5 +1,5 @@
1
- import * as execa$1 from "execa";
2
1
  import { Action, ActionRunner, ActionRunnerData } from "@pipelab/plugin-core";
2
+ import * as execa$1 from "execa";
3
3
 
4
4
  //#region src/index.d.ts
5
5
  /**
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.14",
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.19"
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.19"
36
+ "@pipelab/tsconfig": "1.0.1-beta.21"
37
37
  },
38
38
  "scripts": {
39
39
  "build": "tsdown",
@@ -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
- ℹ 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 2 files
11
- ℹ dist/index.mjs 4.87 kB │ gzip: 1.91 kB
12
- ℹ dist/index.d.mts 1.80 kB │ gzip: 0.80 kB
13
- ℹ 2 files, total: 6.67 kB
14
- ✔ Build complete in 2173ms