@powerlines/engine 0.49.65 → 0.49.66
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/dist/_internal/execution-api-worker.d.cts +1 -1
- package/dist/_internal/execution-api-worker.d.cts.map +1 -1
- package/dist/_internal/execution-api-worker.d.mts +1 -1
- package/dist/_internal/execution-api-worker.d.mts.map +1 -1
- package/dist/api/build.d.cts +0 -1
- package/dist/api/build.d.cts.map +1 -1
- package/dist/api/build.d.mts +0 -1
- package/dist/api/build.d.mts.map +1 -1
- package/dist/api/clean.d.cts +0 -1
- package/dist/api/clean.d.cts.map +1 -1
- package/dist/api/clean.d.mts +0 -1
- package/dist/api/clean.d.mts.map +1 -1
- package/dist/api/create.d.cts +0 -1
- package/dist/api/create.d.cts.map +1 -1
- package/dist/api/create.d.mts +0 -1
- package/dist/api/create.d.mts.map +1 -1
- package/dist/api/deploy.d.cts +0 -1
- package/dist/api/deploy.d.cts.map +1 -1
- package/dist/api/deploy.d.mts +0 -1
- package/dist/api/deploy.d.mts.map +1 -1
- package/dist/api/docs.d.cts +0 -1
- package/dist/api/docs.d.cts.map +1 -1
- package/dist/api/docs.d.mts +0 -1
- package/dist/api/docs.d.mts.map +1 -1
- package/dist/api/lint.d.cts +0 -1
- package/dist/api/lint.d.cts.map +1 -1
- package/dist/api/lint.d.mts +0 -1
- package/dist/api/lint.d.mts.map +1 -1
- package/dist/api/prepare.d.cts +0 -1
- package/dist/api/prepare.d.cts.map +1 -1
- package/dist/api/prepare.d.mts +0 -1
- package/dist/api/prepare.d.mts.map +1 -1
- package/dist/api/test.d.cts +0 -1
- package/dist/api/test.d.cts.map +1 -1
- package/dist/api/test.d.mts +0 -1
- package/dist/api/test.d.mts.map +1 -1
- package/dist/api/types.d.cts +0 -1
- package/dist/api/types.d.cts.map +1 -1
- package/dist/api/types.d.mts +0 -1
- package/dist/api/types.d.mts.map +1 -1
- package/dist/api.d.cts +1 -1
- package/dist/api.d.cts.map +1 -1
- package/dist/api.d.mts +1 -1
- package/dist/api.d.mts.map +1 -1
- package/dist/context/engine-context.d.cts +0 -1
- package/dist/context/engine-context.d.cts.map +1 -1
- package/dist/context/engine-context.d.mts +0 -1
- package/dist/context/engine-context.d.mts.map +1 -1
- package/dist/engine.d.cts +0 -1
- package/dist/engine.d.cts.map +1 -1
- package/dist/engine.d.mts +0 -1
- package/dist/engine.d.mts.map +1 -1
- package/dist/helpers/create-api.d.cts +0 -1
- package/dist/helpers/create-api.d.cts.map +1 -1
- package/dist/helpers/create-api.d.mts +0 -1
- package/dist/helpers/create-api.d.mts.map +1 -1
- package/dist/helpers/finalize.d.cts +0 -1
- package/dist/helpers/finalize.d.cts.map +1 -1
- package/dist/helpers/finalize.d.mts +0 -1
- package/dist/helpers/finalize.d.mts.map +1 -1
- package/dist/helpers/rpc.d.cts +0 -1
- package/dist/helpers/rpc.d.cts.map +1 -1
- package/dist/helpers/rpc.d.mts +0 -1
- package/dist/helpers/rpc.d.mts.map +1 -1
- package/dist/helpers/stream.d.cts +0 -1
- package/dist/helpers/stream.d.cts.map +1 -1
- package/dist/helpers/stream.d.mts +0 -1
- package/dist/helpers/stream.d.mts.map +1 -1
- package/dist/helpers/type-checks.d.cts +1 -0
- package/dist/helpers/type-checks.d.cts.map +1 -1
- package/dist/helpers/type-checks.d.mts +1 -0
- package/dist/helpers/type-checks.d.mts.map +1 -1
- package/dist/index.d.cts +2 -0
- package/dist/index.d.mts +2 -0
- package/dist/types/api.d.cts +1 -1
- package/dist/types/api.d.cts.map +1 -1
- package/dist/types/api.d.mts +1 -1
- package/dist/types/api.d.mts.map +1 -1
- package/dist/types/config.d.cts +0 -1
- package/dist/types/config.d.cts.map +1 -1
- package/dist/types/config.d.mts +0 -1
- package/dist/types/config.d.mts.map +1 -1
- package/dist/types/context.d.cts +0 -1
- package/dist/types/context.d.cts.map +1 -1
- package/dist/types/context.d.mts +0 -1
- package/dist/types/context.d.mts.map +1 -1
- package/dist/types/rpc.d.cts +2 -3
- package/dist/types/rpc.d.cts.map +1 -1
- package/dist/types/rpc.d.mts +2 -3
- package/dist/types/rpc.d.mts.map +1 -1
- package/package.json +7 -7
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import { EngineExecutionOptions } from "../types/config.cjs";
|
|
2
2
|
import { EngineContext } from "../types/context.cjs";
|
|
3
3
|
import { ExecutionApiWorkerInterface } from "../types/api.cjs";
|
|
4
|
+
import "../types/index.cjs";
|
|
4
5
|
import { InlineConfig, Mode } from "@powerlines/core";
|
|
5
6
|
import { PartialKeys } from "@stryke/types/base";
|
|
6
|
-
|
|
7
7
|
//#region src/_internal/execution-api-worker.d.ts
|
|
8
8
|
declare const RESTARTED: unique symbol;
|
|
9
9
|
interface ExecutionApiWorkerOptions {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"execution-api-worker.d.cts","names":[],"sources":["../../src/_internal/execution-api-worker.ts"],"mappings":";;;;;;;cAyCM
|
|
1
|
+
{"version":3,"file":"execution-api-worker.d.cts","names":[],"sources":["../../src/_internal/execution-api-worker.ts"],"mappings":";;;;;;;cAyCM;UA8DW;;;;;;EAgBf;;;;EAKA;;;;EAKA,OAAO;;;;EAKP;;;;EAKA,SAAS;;cAGE,8BAA8B;;YAsE7B;YACA,SAAS;gBAxDP,kBAAc,eAAA;YASlB;;;;;;;;SAeU,KAClB,iBACA,SAAS,4BAAyB,QAAA;;;;;;;YA4B3B,YACG,0BACA,SAAS;EAsTR,QACX,iBACA,SAAS,KAAK,oCACd,cAAc,YAAY,2BAAwB;;;;EAmCvC,YAAY;YAUf;YAoBA;YAUM,aACd,iBACA,SAAS,KAAK,oCACd,cAAc,YAAY,2BAAwB"}
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import { EngineExecutionOptions } from "../types/config.mjs";
|
|
2
2
|
import { EngineContext } from "../types/context.mjs";
|
|
3
3
|
import { ExecutionApiWorkerInterface } from "../types/api.mjs";
|
|
4
|
+
import "../types/index.mjs";
|
|
4
5
|
import { InlineConfig, Mode } from "@powerlines/core";
|
|
5
6
|
import { PartialKeys } from "@stryke/types/base";
|
|
6
|
-
|
|
7
7
|
//#region src/_internal/execution-api-worker.d.ts
|
|
8
8
|
declare const RESTARTED: unique symbol;
|
|
9
9
|
interface ExecutionApiWorkerOptions {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"execution-api-worker.d.mts","names":[],"sources":["../../src/_internal/execution-api-worker.ts"],"mappings":";;;;;;;cAyCM
|
|
1
|
+
{"version":3,"file":"execution-api-worker.d.mts","names":[],"sources":["../../src/_internal/execution-api-worker.ts"],"mappings":";;;;;;;cAyCM;UA8DW;;;;;;EAgBf;;;;EAKA;;;;EAKA,OAAO;;;;EAKP;;;;EAKA,SAAS;;cAGE,8BAA8B;;YAsE7B;YACA,SAAS;gBAxDP,kBAAc,eAAA;YASlB;;;;;;;;SAeU,KAClB,iBACA,SAAS,4BAAyB,QAAA;;;;;;;YA4B3B,YACG,0BACA,SAAS;EAsTR,QACX,iBACA,SAAS,KAAK,oCACd,cAAc,YAAY,2BAAwB;;;;EAmCvC,YAAY;YAUf;YAoBA;YAUM,aACd,iBACA,SAAS,KAAK,oCACd,cAAc,YAAY,2BAAwB"}
|
package/dist/api/build.d.cts
CHANGED
package/dist/api/build.d.cts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"build.d.cts","names":[],"sources":["../../src/api/build.ts"],"mappings":"
|
|
1
|
+
{"version":3,"file":"build.d.cts","names":[],"sources":["../../src/api/build.ts"],"mappings":";;;;;;;;;iBAqJsB,MACpB,wBAAwB,sBACxB,uBAAuB,qBACvB,SAAS,iBAAiB,iBAAiB,kBAAe"}
|
package/dist/api/build.d.mts
CHANGED
package/dist/api/build.d.mts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"build.d.mts","names":[],"sources":["../../src/api/build.ts"],"mappings":"
|
|
1
|
+
{"version":3,"file":"build.d.mts","names":[],"sources":["../../src/api/build.ts"],"mappings":";;;;;;;;;iBAqJsB,MACpB,wBAAwB,sBACxB,uBAAuB,qBACvB,SAAS,iBAAiB,iBAAiB,kBAAe"}
|
package/dist/api/clean.d.cts
CHANGED
package/dist/api/clean.d.cts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"clean.d.cts","names":[],"sources":["../../src/api/clean.ts"],"mappings":"
|
|
1
|
+
{"version":3,"file":"clean.d.cts","names":[],"sources":["../../src/api/clean.ts"],"mappings":";;;;;;;;;iBA8BsB,MACpB,wBAAwB,sBACxB,uBAAuB,qBACvB,SAAS,iBAAiB,iBAAiB,kBAAe"}
|
package/dist/api/clean.d.mts
CHANGED
package/dist/api/clean.d.mts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"clean.d.mts","names":[],"sources":["../../src/api/clean.ts"],"mappings":"
|
|
1
|
+
{"version":3,"file":"clean.d.mts","names":[],"sources":["../../src/api/clean.ts"],"mappings":";;;;;;;;;iBA8BsB,MACpB,wBAAwB,sBACxB,uBAAuB,qBACvB,SAAS,iBAAiB,iBAAiB,kBAAe"}
|
package/dist/api/create.d.cts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"create.d.cts","names":[],"sources":["../../src/api/create.ts"],"mappings":"
|
|
1
|
+
{"version":3,"file":"create.d.cts","names":[],"sources":["../../src/api/create.ts"],"mappings":";;;;;;;;;iBAgCsB,OACpB,wBAAwB,sBACxB,uBAAuB,qBACvB,SAAS,iBAAiB,iBAAiB,kBAAe"}
|
package/dist/api/create.d.mts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"create.d.mts","names":[],"sources":["../../src/api/create.ts"],"mappings":"
|
|
1
|
+
{"version":3,"file":"create.d.mts","names":[],"sources":["../../src/api/create.ts"],"mappings":";;;;;;;;;iBAgCsB,OACpB,wBAAwB,sBACxB,uBAAuB,qBACvB,SAAS,iBAAiB,iBAAiB,kBAAe"}
|
package/dist/api/deploy.d.cts
CHANGED
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
import { EngineResolvedConfig } from "../types/config.cjs";
|
|
2
2
|
import { EngineSystemContext } from "../types/context.cjs";
|
|
3
3
|
import { ExecutionContext } from "@powerlines/core";
|
|
4
|
-
|
|
5
4
|
//#region src/api/deploy.d.ts
|
|
6
5
|
/**
|
|
7
6
|
* Deploy the project's source files to the target environment.
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"deploy.d.cts","names":[],"sources":["../../src/api/deploy.ts"],"mappings":"
|
|
1
|
+
{"version":3,"file":"deploy.d.cts","names":[],"sources":["../../src/api/deploy.ts"],"mappings":";;;;;;;;;;;;iBAgCsB,OACpB,wBAAwB,sBACxB,uBAAuB,qBACvB,SAAS,iBAAiB,iBAAiB,kBAAe"}
|
package/dist/api/deploy.d.mts
CHANGED
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
import { EngineResolvedConfig } from "../types/config.mjs";
|
|
2
2
|
import { EngineSystemContext } from "../types/context.mjs";
|
|
3
3
|
import { ExecutionContext } from "@powerlines/core";
|
|
4
|
-
|
|
5
4
|
//#region src/api/deploy.d.ts
|
|
6
5
|
/**
|
|
7
6
|
* Deploy the project's source files to the target environment.
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"deploy.d.mts","names":[],"sources":["../../src/api/deploy.ts"],"mappings":"
|
|
1
|
+
{"version":3,"file":"deploy.d.mts","names":[],"sources":["../../src/api/deploy.ts"],"mappings":";;;;;;;;;;;;iBAgCsB,OACpB,wBAAwB,sBACxB,uBAAuB,qBACvB,SAAS,iBAAiB,iBAAiB,kBAAe"}
|
package/dist/api/docs.d.cts
CHANGED
package/dist/api/docs.d.cts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"docs.d.cts","names":[],"sources":["../../src/api/docs.ts"],"mappings":"
|
|
1
|
+
{"version":3,"file":"docs.d.cts","names":[],"sources":["../../src/api/docs.ts"],"mappings":";;;;;;;;;;;;iBAgCsB,KACpB,wBAAwB,sBACxB,uBAAuB,qBACvB,SAAS,iBAAiB,iBAAiB,kBAAe"}
|
package/dist/api/docs.d.mts
CHANGED
package/dist/api/docs.d.mts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"docs.d.mts","names":[],"sources":["../../src/api/docs.ts"],"mappings":"
|
|
1
|
+
{"version":3,"file":"docs.d.mts","names":[],"sources":["../../src/api/docs.ts"],"mappings":";;;;;;;;;;;;iBAgCsB,KACpB,wBAAwB,sBACxB,uBAAuB,qBACvB,SAAS,iBAAiB,iBAAiB,kBAAe"}
|
package/dist/api/lint.d.cts
CHANGED
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
import { EngineResolvedConfig } from "../types/config.cjs";
|
|
2
2
|
import { EngineSystemContext } from "../types/context.cjs";
|
|
3
3
|
import { ExecutionContext } from "@powerlines/core";
|
|
4
|
-
|
|
5
4
|
//#region src/api/lint.d.ts
|
|
6
5
|
/**
|
|
7
6
|
* Lint the project's source files and report any issues found.
|
package/dist/api/lint.d.cts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"lint.d.cts","names":[],"sources":["../../src/api/lint.ts"],"mappings":"
|
|
1
|
+
{"version":3,"file":"lint.d.cts","names":[],"sources":["../../src/api/lint.ts"],"mappings":";;;;;;;;;;;;iBAgCsB,KACpB,wBAAwB,sBACxB,uBAAuB,qBACvB,SAAS,iBAAiB,iBAAiB,kBAAe"}
|
package/dist/api/lint.d.mts
CHANGED
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
import { EngineResolvedConfig } from "../types/config.mjs";
|
|
2
2
|
import { EngineSystemContext } from "../types/context.mjs";
|
|
3
3
|
import { ExecutionContext } from "@powerlines/core";
|
|
4
|
-
|
|
5
4
|
//#region src/api/lint.d.ts
|
|
6
5
|
/**
|
|
7
6
|
* Lint the project's source files and report any issues found.
|
package/dist/api/lint.d.mts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"lint.d.mts","names":[],"sources":["../../src/api/lint.ts"],"mappings":"
|
|
1
|
+
{"version":3,"file":"lint.d.mts","names":[],"sources":["../../src/api/lint.ts"],"mappings":";;;;;;;;;;;;iBAgCsB,KACpB,wBAAwB,sBACxB,uBAAuB,qBACvB,SAAS,iBAAiB,iBAAiB,kBAAe"}
|
package/dist/api/prepare.d.cts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"prepare.d.cts","names":[],"sources":["../../src/api/prepare.ts"],"mappings":"
|
|
1
|
+
{"version":3,"file":"prepare.d.cts","names":[],"sources":["../../src/api/prepare.ts"],"mappings":";;;;;;;;;iBA0CsB,QACpB,wBAAwB,sBACxB,uBAAuB,qBAEvB,SAAS,iBAAiB,iBAAiB,iBAC3C,sBAAiB"}
|
package/dist/api/prepare.d.mts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"prepare.d.mts","names":[],"sources":["../../src/api/prepare.ts"],"mappings":"
|
|
1
|
+
{"version":3,"file":"prepare.d.mts","names":[],"sources":["../../src/api/prepare.ts"],"mappings":";;;;;;;;;iBA0CsB,QACpB,wBAAwB,sBACxB,uBAAuB,qBAEvB,SAAS,iBAAiB,iBAAiB,iBAC3C,sBAAiB"}
|
package/dist/api/test.d.cts
CHANGED
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
import { EngineResolvedConfig } from "../types/config.cjs";
|
|
2
2
|
import { EngineSystemContext } from "../types/context.cjs";
|
|
3
3
|
import { ExecutionContext } from "@powerlines/core";
|
|
4
|
-
|
|
5
4
|
//#region src/api/test.d.ts
|
|
6
5
|
/**
|
|
7
6
|
* Test the project's source files and report any issues found.
|
package/dist/api/test.d.cts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"test.d.cts","names":[],"sources":["../../src/api/test.ts"],"mappings":"
|
|
1
|
+
{"version":3,"file":"test.d.cts","names":[],"sources":["../../src/api/test.ts"],"mappings":";;;;;;;;;;;;iBAgCsB,KACpB,wBAAwB,sBACxB,uBAAuB,qBACvB,SAAS,iBAAiB,iBAAiB,kBAAe"}
|
package/dist/api/test.d.mts
CHANGED
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
import { EngineResolvedConfig } from "../types/config.mjs";
|
|
2
2
|
import { EngineSystemContext } from "../types/context.mjs";
|
|
3
3
|
import { ExecutionContext } from "@powerlines/core";
|
|
4
|
-
|
|
5
4
|
//#region src/api/test.d.ts
|
|
6
5
|
/**
|
|
7
6
|
* Test the project's source files and report any issues found.
|
package/dist/api/test.d.mts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"test.d.mts","names":[],"sources":["../../src/api/test.ts"],"mappings":"
|
|
1
|
+
{"version":3,"file":"test.d.mts","names":[],"sources":["../../src/api/test.ts"],"mappings":";;;;;;;;;;;;iBAgCsB,KACpB,wBAAwB,sBACxB,uBAAuB,qBACvB,SAAS,iBAAiB,iBAAiB,kBAAe"}
|
package/dist/api/types.d.cts
CHANGED
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
import { EngineResolvedConfig } from "../types/config.cjs";
|
|
2
2
|
import { EngineSystemContext } from "../types/context.cjs";
|
|
3
3
|
import { ExecutionContext } from "@powerlines/core/types/context";
|
|
4
|
-
|
|
5
4
|
//#region src/api/types.d.ts
|
|
6
5
|
/**
|
|
7
6
|
* Generate runtime types for the Powerlines project.
|
package/dist/api/types.d.cts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"types.d.cts","names":[],"sources":["../../src/api/types.ts"],"mappings":"
|
|
1
|
+
{"version":3,"file":"types.d.cts","names":[],"sources":["../../src/api/types.ts"],"mappings":";;;;;;;;;;;;iBAgDsB,MACpB,wBAAwB,sBACxB,uBAAuB,qBACvB,SAAS,iBAAiB,iBAAiB,kBAAe"}
|
package/dist/api/types.d.mts
CHANGED
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
import { EngineResolvedConfig } from "../types/config.mjs";
|
|
2
2
|
import { EngineSystemContext } from "../types/context.mjs";
|
|
3
3
|
import { ExecutionContext } from "@powerlines/core/types/context";
|
|
4
|
-
|
|
5
4
|
//#region src/api/types.d.ts
|
|
6
5
|
/**
|
|
7
6
|
* Generate runtime types for the Powerlines project.
|
package/dist/api/types.d.mts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"types.d.mts","names":[],"sources":["../../src/api/types.ts"],"mappings":"
|
|
1
|
+
{"version":3,"file":"types.d.mts","names":[],"sources":["../../src/api/types.ts"],"mappings":";;;;;;;;;;;;iBAgDsB,MACpB,wBAAwB,sBACxB,uBAAuB,qBACvB,SAAS,iBAAiB,iBAAiB,kBAAe"}
|
package/dist/api.d.cts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { ExecutionApiParams } from "./types/api.cjs";
|
|
2
|
+
import "./types/index.cjs";
|
|
2
3
|
import { ExecutionOptions } from "@powerlines/core";
|
|
3
|
-
|
|
4
4
|
//#region src/api.d.ts
|
|
5
5
|
declare const _default: (params: ExecutionApiParams<ExecutionOptions, string>) => Promise<void>;
|
|
6
6
|
export = _default;
|
package/dist/api.d.cts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"api.d.cts","names":[],"sources":["../src/api.ts"],"mappings":"
|
|
1
|
+
{"version":3,"file":"api.d.cts","names":[],"sources":["../src/api.ts"],"mappings":""}
|
package/dist/api.d.mts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { ExecutionApiParams } from "./types/api.mjs";
|
|
2
|
+
import "./types/index.mjs";
|
|
2
3
|
import { ExecutionOptions } from "@powerlines/core";
|
|
3
|
-
|
|
4
4
|
//#region src/api.d.ts
|
|
5
5
|
declare const _default: (params: ExecutionApiParams<ExecutionOptions, string>) => Promise<void>;
|
|
6
6
|
//#endregion
|
package/dist/api.d.mts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"api.d.mts","names":[],"sources":["../src/api.ts"],"mappings":"
|
|
1
|
+
{"version":3,"file":"api.d.mts","names":[],"sources":["../src/api.ts"],"mappings":""}
|
|
@@ -5,7 +5,6 @@ import { PartialKeys } from "@stryke/types/base";
|
|
|
5
5
|
import { ConnectionMeta, DevToolsHost, DevToolsNodeContext } from "devframe/types";
|
|
6
6
|
import { PowerlinesBaseContext } from "@powerlines/core/context/base-context";
|
|
7
7
|
import { EnvPaths } from "@stryke/env/get-env-paths";
|
|
8
|
-
|
|
9
8
|
//#region src/context/engine-context.d.ts
|
|
10
9
|
declare class PowerlinesEngineContext<TSystemContext = unknown> extends PowerlinesBaseContext<TSystemContext> implements EngineContext<TSystemContext> {
|
|
11
10
|
#private;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"engine-context.d.cts","names":[],"sources":["../../src/context/engine-context.ts"],"mappings":"
|
|
1
|
+
{"version":3,"file":"engine-context.d.cts","names":[],"sources":["../../src/context/engine-context.ts"],"mappings":";;;;;;;;cAsDa,wBAAwB,kCAC3B,sBAAsB,2BACnB,cAAc;;EAkIP,SAAS;EAClB,YAAY;;;;;;;SArHD,KAAK,0BACvB,SAAS,eACT,MAAM,cACN,YAAY,iBACX,QAAQ,wBAAwB;EA8DnB,aAAa,UAAS,eAAoB,QAAQ,mCAAK;MAe5D,cAAc;MAId,YAAY;MAIZ,YAAY;MAQZ,aAAa;MAQb;;;;;;;YAUF,YACS,SAAS,eAClB,YAAY;;;;;;;;;;EAcR,eACX,iBACA,cAAc,YAAY,2BACzB,QAAQ;;;;;;;EAmFJ,kBAAkB,sBAAsB"}
|
|
@@ -5,7 +5,6 @@ import { PowerlinesBaseContext } from "@powerlines/core/context/base-context";
|
|
|
5
5
|
import { EnvPaths } from "@stryke/env/get-env-paths";
|
|
6
6
|
import { PartialKeys } from "@stryke/types/base";
|
|
7
7
|
import { ConnectionMeta, DevToolsHost, DevToolsNodeContext } from "devframe/types";
|
|
8
|
-
|
|
9
8
|
//#region src/context/engine-context.d.ts
|
|
10
9
|
declare class PowerlinesEngineContext<TSystemContext = unknown> extends PowerlinesBaseContext<TSystemContext> implements EngineContext<TSystemContext> {
|
|
11
10
|
#private;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"engine-context.d.mts","names":[],"sources":["../../src/context/engine-context.ts"],"mappings":"
|
|
1
|
+
{"version":3,"file":"engine-context.d.mts","names":[],"sources":["../../src/context/engine-context.ts"],"mappings":";;;;;;;;cAsDa,wBAAwB,kCAC3B,sBAAsB,2BACnB,cAAc;;EAkIP,SAAS;EAClB,YAAY;;;;;;;SArHD,KAAK,0BACvB,SAAS,eACT,MAAM,cACN,YAAY,iBACX,QAAQ,wBAAwB;EA8DnB,aAAa,UAAS,eAAoB,QAAQ,mCAAK;MAe5D,cAAc;MAId,YAAY;MAIZ,YAAY;MAQZ,aAAa;MAQb;;;;;;;YAUF,YACS,SAAS,eAClB,YAAY;;;;;;;;;;EAcR,eACX,iBACA,cAAc,YAAY,2BACzB,QAAQ;;;;;;;EAmFJ,kBAAkB,sBAAsB"}
|
package/dist/engine.d.cts
CHANGED
|
@@ -5,7 +5,6 @@ import { PowerlinesEngineContext } from "./context/engine-context.cjs";
|
|
|
5
5
|
import { ExecutionApiWorker } from "./_internal/execution-api-worker.cjs";
|
|
6
6
|
import { BuildInlineConfig, CleanInlineConfig, CreateInlineConfig, DeployInlineConfig, DocsInlineConfig, InlineConfig, LintInlineConfig, PrepareInlineConfig, TestInlineConfig, TypesInlineConfig } from "@powerlines/core";
|
|
7
7
|
import { PartialKeys } from "@stryke/types/base";
|
|
8
|
-
|
|
9
8
|
//#region src/engine.d.ts
|
|
10
9
|
/**
|
|
11
10
|
* The Powerlines process' orchestration and coordination API.
|
package/dist/engine.d.cts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"engine.d.cts","names":[],"sources":["../src/engine.ts"],"mappings":"
|
|
1
|
+
{"version":3,"file":"engine.d.cts","names":[],"sources":["../src/engine.ts"],"mappings":";;;;;;;;;;;;;cA+Ca,4BAA4B,QAAQ;;;;;MAcpC,WAAW;;;;MAOX,OAAO;;;;;;;;cAWC,SAAS,eAAe,KAAK;;;;;;;;;;EAcnC,OACX,cAAc,YAAY,iCAA8B;;;;;;;;;EAmB7C,MAAM,cAAc,YAAY,gCAA6B;;;;;;;;;EAkB7D,QACX,cAAc,YAAY,kCAA+B;;;;;;;;;;EAoB9C,MAAM,cAAc,YAAY,gCAA6B;;;;;;;EAgB7D,KAAK,cAAc,YAAY,+BAA4B;;;;;;;;;;EAmB3D,KAAK,cAAc,YAAY,+BAA4B;;;;;;;;;;EAmB3D,MAAM,cAAc,YAAY,gCAA6B;;;;;;;EAgB7D,KAAK,cAAc,YAAY,+BAA4B;;;;;;;;;;EAmB3D,OACX,cAAc,YAAY,iCAA8B;;;;;;;;;EAmB7C,YAAQ;;;;GAaP,OAAO,iBAAa;;;;;;;;;;;YAclB,QACd,iBACA,cAAc,YAAY,2BAAwB;;iBA+BhC,cAAc,SAAS,gBAAa,QAAA;iBAuBpC,aACpB,SAAS,eACT,mBAAkC,QAAA"}
|
package/dist/engine.d.mts
CHANGED
|
@@ -5,7 +5,6 @@ import { PowerlinesEngineContext } from "./context/engine-context.mjs";
|
|
|
5
5
|
import { ExecutionApiWorker } from "./_internal/execution-api-worker.mjs";
|
|
6
6
|
import { BuildInlineConfig, CleanInlineConfig, CreateInlineConfig, DeployInlineConfig, DocsInlineConfig, InlineConfig, LintInlineConfig, PrepareInlineConfig, TestInlineConfig, TypesInlineConfig } from "@powerlines/core";
|
|
7
7
|
import { PartialKeys } from "@stryke/types/base";
|
|
8
|
-
|
|
9
8
|
//#region src/engine.d.ts
|
|
10
9
|
/**
|
|
11
10
|
* The Powerlines process' orchestration and coordination API.
|
package/dist/engine.d.mts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"engine.d.mts","names":[],"sources":["../src/engine.ts"],"mappings":"
|
|
1
|
+
{"version":3,"file":"engine.d.mts","names":[],"sources":["../src/engine.ts"],"mappings":";;;;;;;;;;;;;cA+Ca,4BAA4B,QAAQ;;;;;MAcpC,WAAW;;;;MAOX,OAAO;;;;;;;;cAWC,SAAS,eAAe,KAAK;;;;;;;;;;EAcnC,OACX,cAAc,YAAY,iCAA8B;;;;;;;;;EAmB7C,MAAM,cAAc,YAAY,gCAA6B;;;;;;;;;EAkB7D,QACX,cAAc,YAAY,kCAA+B;;;;;;;;;;EAoB9C,MAAM,cAAc,YAAY,gCAA6B;;;;;;;EAgB7D,KAAK,cAAc,YAAY,+BAA4B;;;;;;;;;;EAmB3D,KAAK,cAAc,YAAY,+BAA4B;;;;;;;;;;EAmB3D,MAAM,cAAc,YAAY,gCAA6B;;;;;;;EAgB7D,KAAK,cAAc,YAAY,+BAA4B;;;;;;;;;;EAmB3D,OACX,cAAc,YAAY,iCAA8B;;;;;;;;;EAmB7C,YAAQ;;;;GAaP,OAAO,iBAAa;;;;;;;;;;;YAclB,QACd,iBACA,cAAc,YAAY,2BAAwB;;iBA+BhC,cAAc,SAAS,gBAAa,QAAA;iBAuBpC,aACpB,SAAS,eACT,mBAAkC,QAAA"}
|
|
@@ -3,7 +3,6 @@ import { EngineSystemContext } from "../types/context.cjs";
|
|
|
3
3
|
import { ExecutionApiParams } from "../types/api.cjs";
|
|
4
4
|
import { ExecutionContext, ExecutionOptions, InlineConfig } from "@powerlines/core";
|
|
5
5
|
import { DeepPartial, MaybePromise } from "@stryke/types/base";
|
|
6
|
-
|
|
7
6
|
//#region src/helpers/create-api.d.ts
|
|
8
7
|
/**
|
|
9
8
|
* Creates an execution API with the provided methods. Each method will be wrapped to create an execution context and handle errors appropriately.
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"create-api.d.cts","names":[],"sources":["../../src/helpers/create-api.ts"],"mappings":"
|
|
1
|
+
{"version":3,"file":"create-api.d.cts","names":[],"sources":["../../src/helpers/create-api.ts"],"mappings":";;;;;;;;;;;;;iBAqDgB,UACd,iBAAiB,iBAAiB,sBAAsB,uBACtD,iBAAiB,sBAAsB,sBACzC,iBAAiB,mBAAmB,kBACpC,kBAAkB,gBAAgB,SAAS,aAAa,iBACtD,gBAAgB,SAAS,aAAa,gBAExC,UAAU,WACV,eACI,YAAY,kBACV,MAAM,iBAAiB,aAAa,kBAE1C,QAAQ,mBAAmB,gBAAgB,wBACxC"}
|
|
@@ -3,7 +3,6 @@ import { EngineSystemContext } from "../types/context.mjs";
|
|
|
3
3
|
import { ExecutionApiParams } from "../types/api.mjs";
|
|
4
4
|
import { ExecutionContext, ExecutionOptions, InlineConfig } from "@powerlines/core";
|
|
5
5
|
import { DeepPartial, MaybePromise } from "@stryke/types/base";
|
|
6
|
-
|
|
7
6
|
//#region src/helpers/create-api.d.ts
|
|
8
7
|
/**
|
|
9
8
|
* Creates an execution API with the provided methods. Each method will be wrapped to create an execution context and handle errors appropriately.
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"create-api.d.mts","names":[],"sources":["../../src/helpers/create-api.ts"],"mappings":"
|
|
1
|
+
{"version":3,"file":"create-api.d.mts","names":[],"sources":["../../src/helpers/create-api.ts"],"mappings":";;;;;;;;;;;;;iBAqDgB,UACd,iBAAiB,iBAAiB,sBAAsB,uBACtD,iBAAiB,sBAAsB,sBACzC,iBAAiB,mBAAmB,kBACpC,kBAAkB,gBAAgB,SAAS,aAAa,iBACtD,gBAAgB,SAAS,aAAa,gBAExC,UAAU,WACV,eACI,YAAY,kBACV,MAAM,iBAAiB,aAAa,kBAE1C,QAAQ,mBAAmB,gBAAgB,wBACxC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"finalize.d.cts","names":[],"sources":["../../src/helpers/finalize.ts"],"mappings":"
|
|
1
|
+
{"version":3,"file":"finalize.d.cts","names":[],"sources":["../../src/helpers/finalize.ts"],"mappings":";;;;;;;iBA+BsB,SACpB,wBAAwB,iBAAiB,gBACzC,SAAS,iBAAiB,mBAAgB"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"finalize.d.mts","names":[],"sources":["../../src/helpers/finalize.ts"],"mappings":"
|
|
1
|
+
{"version":3,"file":"finalize.d.mts","names":[],"sources":["../../src/helpers/finalize.ts"],"mappings":";;;;;;;iBA+BsB,SACpB,wBAAwB,iBAAiB,gBACzC,SAAS,iBAAiB,mBAAgB"}
|
package/dist/helpers/rpc.d.cts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"rpc.d.cts","names":[],"sources":["../../src/helpers/rpc.ts"],"mappings":"
|
|
1
|
+
{"version":3,"file":"rpc.d.cts","names":[],"sources":["../../src/helpers/rpc.ts"],"mappings":";;;iBA0LgB,gBAAgB,SAAS,mBAAgB"}
|
package/dist/helpers/rpc.d.mts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"rpc.d.mts","names":[],"sources":["../../src/helpers/rpc.ts"],"mappings":"
|
|
1
|
+
{"version":3,"file":"rpc.d.mts","names":[],"sources":["../../src/helpers/rpc.ts"],"mappings":";;;iBA0LgB,gBAAgB,SAAS,mBAAgB"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"stream.d.cts","names":[],"sources":["../../src/helpers/stream.ts"],"mappings":"
|
|
1
|
+
{"version":3,"file":"stream.d.cts","names":[],"sources":["../../src/helpers/stream.ts"],"mappings":";;;cA0BM;UAMI;EACR;EACA,UAAU;;cAeC,4BAA4B;WAC9B;cAEU,MAAM,aAAa,UAAU;EAKhC,OACd,gBACA,WAAW,gBACX,WAAW,QAAQ;EAOL,QACd,MAAM,eACN,WAAW,QAAQ;EAWL,OAAO,WAAW,QAAQ;EAK1B,SACd,OAAO,cACP,WAAW,QAAQ;EAKd;EAKA;;cAMI,4BAA4B;WAC9B;cAEU,MAAM,aAAa,UAAU;EAQhC,MAAM;EAIN,SACd,OAAO,cACP,WAAW,QAAQ;EAQd;EAKA;;UAMQ,iCAAiC;EAChD;;cAGW,0BAA0B;WAC5B;UAED;cAEW,MAAM,aAAa,UAAU;EAUhC,MAAM;EAIN,OACd,gBACA,WAAW,gBACX,WAAW,QAAQ;EAUL,QACd,MAAM,eACN,WAAW,QAAQ;EAWL,OAAO,WAAW,QAAQ;EAK1B,SACd,OAAO,cACP,WAAW,QAAQ;EAQd;EAKA"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"stream.d.mts","names":[],"sources":["../../src/helpers/stream.ts"],"mappings":"
|
|
1
|
+
{"version":3,"file":"stream.d.mts","names":[],"sources":["../../src/helpers/stream.ts"],"mappings":";;;cA0BM;UAMI;EACR;EACA,UAAU;;cAeC,4BAA4B;WAC9B;cAEU,MAAM,aAAa,UAAU;EAKhC,OACd,gBACA,WAAW,gBACX,WAAW,QAAQ;EAOL,QACd,MAAM,eACN,WAAW,QAAQ;EAWL,OAAO,WAAW,QAAQ;EAK1B,SACd,OAAO,cACP,WAAW,QAAQ;EAKd;EAKA;;cAMI,4BAA4B;WAC9B;cAEU,MAAM,aAAa,UAAU;EAQhC,MAAM;EAIN,SACd,OAAO,cACP,WAAW,QAAQ;EAQd;EAKA;;UAMQ,iCAAiC;EAChD;;cAGW,0BAA0B;WAC5B;UAED;cAEW,MAAM,aAAa,UAAU;EAUhC,MAAM;EAIN,OACd,gBACA,WAAW,gBACX,WAAW,QAAQ;EAUL,QACd,MAAM,eACN,WAAW,QAAQ;EAWL,OAAO,WAAW,QAAQ;EAK1B,SACd,OAAO,cACP,WAAW,QAAQ;EAQd;EAKA"}
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import { ApiExecutionOptions, EngineExecutionOptions } from "../types/config.cjs";
|
|
2
|
+
import "../types/index.cjs";
|
|
2
3
|
//#region src/helpers/type-checks.d.ts
|
|
3
4
|
/**
|
|
4
5
|
* Type guard to check if the provided options are EngineExecutionOptions. This is determined by checking for the presence of the "channel" property, which is specific to EngineExecutionOptions and not present in ApiExecutionOptions.
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"type-checks.d.cts","names":[],"sources":["../../src/helpers/type-checks.ts"],"mappings":"
|
|
1
|
+
{"version":3,"file":"type-checks.d.cts","names":[],"sources":["../../src/helpers/type-checks.ts"],"mappings":";;;;;;;;;iBA0BgB,yBACd,SAAS,sBAAsB,yBAC9B,WAAW;;;;;;;iBAUE,sBACd,SAAS,sBAAsB,yBAC9B,WAAW"}
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import { ApiExecutionOptions, EngineExecutionOptions } from "../types/config.mjs";
|
|
2
|
+
import "../types/index.mjs";
|
|
2
3
|
//#region src/helpers/type-checks.d.ts
|
|
3
4
|
/**
|
|
4
5
|
* Type guard to check if the provided options are EngineExecutionOptions. This is determined by checking for the presence of the "channel" property, which is specific to EngineExecutionOptions and not present in ApiExecutionOptions.
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"type-checks.d.mts","names":[],"sources":["../../src/helpers/type-checks.ts"],"mappings":"
|
|
1
|
+
{"version":3,"file":"type-checks.d.mts","names":[],"sources":["../../src/helpers/type-checks.ts"],"mappings":";;;;;;;;;iBA0BgB,yBACd,SAAS,sBAAsB,yBAC9B,WAAW;;;;;;;iBAUE,sBACd,SAAS,sBAAsB,yBAC9B,WAAW"}
|
package/dist/index.d.cts
CHANGED
|
@@ -2,6 +2,8 @@ import { ExtractRpcFunction, ExtractRpcFunctions, InputRpcFunction, InputRpcFunc
|
|
|
2
2
|
import { ApiExecutionOptions, EngineExecutionOptions, EngineOptions, EngineResolvedConfig, RpcClientOptions } from "./types/config.cjs";
|
|
3
3
|
import { EngineContext, EngineExecutionItem, EngineSystemContext, ExecutionCommandScopeState, ExecutionHookScopeState, ExecutionPluginScopeState, ExecutionScopeState, ExecutionScopeType, ExecutionState } from "./types/context.cjs";
|
|
4
4
|
import { Engine, ExecutionApi, ExecutionApiParams, ExecutionApiWorkerInterface, ExecutionInterface } from "./types/api.cjs";
|
|
5
|
+
import "./types/index.cjs";
|
|
5
6
|
import { PowerlinesEngineContext } from "./context/engine-context.cjs";
|
|
7
|
+
import "./context/index.cjs";
|
|
6
8
|
import { PowerlinesEngine, createContext, createEngine } from "./engine.cjs";
|
|
7
9
|
export { type ApiExecutionOptions, type Engine, type EngineContext, type EngineExecutionItem, type EngineExecutionOptions, type EngineOptions, type EngineResolvedConfig, type EngineSystemContext, type ExecutionApi, type ExecutionApiParams, type ExecutionApiWorkerInterface, type ExecutionCommandScopeState, type ExecutionHookScopeState, type ExecutionInterface, type ExecutionPluginScopeState, type ExecutionScopeState, type ExecutionScopeType, type ExecutionState, type ExtractRpcFunction, type ExtractRpcFunctions, type InputRpcFunction, type InputRpcFunctions, type LogPayload, PowerlinesEngine, PowerlinesEngineContext, type RpcClient, type RpcClientCall, type RpcClientCallEvent, type RpcClientCallOptional, type RpcClientEvents, type RpcClientFunctions, type RpcClientHost, type RpcClientOptions, type RpcClientRemoteFunctions, type RpcContext, type RpcFunction, type RpcFunctions, type RpcPayloadEnvelop, type RpcPayloadMetadata, type RpcServerFunctions, type WrapRpcFunction, type WrapRpcFunctions, type WrappedRpcFunction, type WrappedRpcFunctions, createContext, createEngine };
|
package/dist/index.d.mts
CHANGED
|
@@ -2,6 +2,8 @@ import { ExtractRpcFunction, ExtractRpcFunctions, InputRpcFunction, InputRpcFunc
|
|
|
2
2
|
import { ApiExecutionOptions, EngineExecutionOptions, EngineOptions, EngineResolvedConfig, RpcClientOptions } from "./types/config.mjs";
|
|
3
3
|
import { EngineContext, EngineExecutionItem, EngineSystemContext, ExecutionCommandScopeState, ExecutionHookScopeState, ExecutionPluginScopeState, ExecutionScopeState, ExecutionScopeType, ExecutionState } from "./types/context.mjs";
|
|
4
4
|
import { Engine, ExecutionApi, ExecutionApiParams, ExecutionApiWorkerInterface, ExecutionInterface } from "./types/api.mjs";
|
|
5
|
+
import "./types/index.mjs";
|
|
5
6
|
import { PowerlinesEngineContext } from "./context/engine-context.mjs";
|
|
7
|
+
import "./context/index.mjs";
|
|
6
8
|
import { PowerlinesEngine, createContext, createEngine } from "./engine.mjs";
|
|
7
9
|
export { type ApiExecutionOptions, type Engine, type EngineContext, type EngineExecutionItem, type EngineExecutionOptions, type EngineOptions, type EngineResolvedConfig, type EngineSystemContext, type ExecutionApi, type ExecutionApiParams, type ExecutionApiWorkerInterface, type ExecutionCommandScopeState, type ExecutionHookScopeState, type ExecutionInterface, type ExecutionPluginScopeState, type ExecutionScopeState, type ExecutionScopeType, type ExecutionState, type ExtractRpcFunction, type ExtractRpcFunctions, type InputRpcFunction, type InputRpcFunctions, type LogPayload, PowerlinesEngine, PowerlinesEngineContext, type RpcClient, type RpcClientCall, type RpcClientCallEvent, type RpcClientCallOptional, type RpcClientEvents, type RpcClientFunctions, type RpcClientHost, type RpcClientOptions, type RpcClientRemoteFunctions, type RpcContext, type RpcFunction, type RpcFunctions, type RpcPayloadEnvelop, type RpcPayloadMetadata, type RpcServerFunctions, type WrapRpcFunction, type WrapRpcFunctions, type WrappedRpcFunction, type WrappedRpcFunctions, createContext, createEngine };
|
package/dist/types/api.d.cts
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { EngineExecutionOptions, EngineResolvedConfig } from "./config.cjs";
|
|
2
2
|
import { EngineContext, EngineSystemContext } from "./context.cjs";
|
|
3
3
|
import { createApi } from "../helpers/create-api.cjs";
|
|
4
|
+
import "../helpers/index.cjs";
|
|
4
5
|
import { BuildInlineConfig, CleanInlineConfig, CreateInlineConfig, DeployInlineConfig, DocsInlineConfig, ExecutionContext, ExecutionOptions, InlineConfig, LintInlineConfig, PrepareInlineConfig, TestInlineConfig, TypesInlineConfig } from "@powerlines/core";
|
|
5
|
-
|
|
6
6
|
//#region src/types/api.d.ts
|
|
7
7
|
/**
|
|
8
8
|
* The Powerlines Base API Interface
|
package/dist/types/api.d.cts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"api.d.cts","names":[],"sources":["../../src/types/api.ts"],"mappings":";;;;;;;;;
|
|
1
|
+
{"version":3,"file":"api.d.cts","names":[],"sources":["../../src/types/api.ts"],"mappings":";;;;;;;;;;;;UA0CiB;;;;;;;;;EASf,UAAU,cAAc,wBAAwB;;;;;;;;;EAUhD,QAAQ,cAAc,sBAAsB;;;;;;;;;;EAW5C,SAAS,cAAc,uBAAuB;;;;;;;;;;EAW9C,QAAQ,cAAc,sBAAsB;;;;;;;EAQ5C,OAAO,cAAc,qBAAqB;;;;;;;EAQ1C,OAAO,cAAc,qBAAqB;;;;;;;;;;EAW1C,QAAQ,cAAc,sBAAsB;;;;;;;EAQ5C,OAAO,cAAc,qBAAqB;;;;;;;;;EAU1C,SAAS,cAAc,uBAAuB;;;;;;;;;EAU9C,gBAAgB;;UAGD,mBACf,iBAAiB,mBAAmB,kBACpC;;;;EAKA,SAAS;;;;EAKT,SAAS;;;;EAKT,cAAc;;UAGC;EACf,UACE,iBACA,SAAS,wBACT,cAAc,iBACX;EACL,gBAAgB;;;;;UAMD,eAAe;;;;EAI9B,SAAS;;;;EAKT,KAAK;;KAGK,eAAe,kBAClB,UACL,iBAAiB,sBAAsB,sBACvC"}
|
package/dist/types/api.d.mts
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { EngineExecutionOptions, EngineResolvedConfig } from "./config.mjs";
|
|
2
2
|
import { EngineContext, EngineSystemContext } from "./context.mjs";
|
|
3
3
|
import { createApi } from "../helpers/create-api.mjs";
|
|
4
|
+
import "../helpers/index.mjs";
|
|
4
5
|
import { BuildInlineConfig, CleanInlineConfig, CreateInlineConfig, DeployInlineConfig, DocsInlineConfig, ExecutionContext, ExecutionOptions, InlineConfig, LintInlineConfig, PrepareInlineConfig, TestInlineConfig, TypesInlineConfig } from "@powerlines/core";
|
|
5
|
-
|
|
6
6
|
//#region src/types/api.d.ts
|
|
7
7
|
/**
|
|
8
8
|
* The Powerlines Base API Interface
|
package/dist/types/api.d.mts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"api.d.mts","names":[],"sources":["../../src/types/api.ts"],"mappings":";;;;;;;;;
|
|
1
|
+
{"version":3,"file":"api.d.mts","names":[],"sources":["../../src/types/api.ts"],"mappings":";;;;;;;;;;;;UA0CiB;;;;;;;;;EASf,UAAU,cAAc,wBAAwB;;;;;;;;;EAUhD,QAAQ,cAAc,sBAAsB;;;;;;;;;;EAW5C,SAAS,cAAc,uBAAuB;;;;;;;;;;EAW9C,QAAQ,cAAc,sBAAsB;;;;;;;EAQ5C,OAAO,cAAc,qBAAqB;;;;;;;EAQ1C,OAAO,cAAc,qBAAqB;;;;;;;;;;EAW1C,QAAQ,cAAc,sBAAsB;;;;;;;EAQ5C,OAAO,cAAc,qBAAqB;;;;;;;;;EAU1C,SAAS,cAAc,uBAAuB;;;;;;;;;EAU9C,gBAAgB;;UAGD,mBACf,iBAAiB,mBAAmB,kBACpC;;;;EAKA,SAAS;;;;EAKT,SAAS;;;;EAKT,cAAc;;UAGC;EACf,UACE,iBACA,SAAS,wBACT,cAAc,iBACX;EACL,gBAAgB;;;;;UAMD,eAAe;;;;EAI9B,SAAS;;;;EAKT,KAAK;;KAGK,eAAe,kBAClB,UACL,iBAAiB,sBAAsB,sBACvC"}
|
package/dist/types/config.d.cts
CHANGED
|
@@ -5,7 +5,6 @@ import { BirpcOptions } from "birpc";
|
|
|
5
5
|
import { RpcCacheOptions } from "devframe/rpc";
|
|
6
6
|
import { WsRpcChannelOptions } from "devframe/rpc/transports/ws-client";
|
|
7
7
|
import { ConnectionMeta, DevframeDefinition } from "devframe/types";
|
|
8
|
-
|
|
9
8
|
//#region src/types/config.d.ts
|
|
10
9
|
/**
|
|
11
10
|
* The options required to start the Powerlines engine.
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"config.d.cts","names":[],"sources":["../../src/types/config.ts"],"mappings":";;;;;;;;;;;
|
|
1
|
+
{"version":3,"file":"config.d.cts","names":[],"sources":["../../src/types/config.ts"],"mappings":";;;;;;;;;;;KAoCY,gBAAgB,KAC1B,YAAY,4DAGZ;;;;EAIE;;;;EAKA;;;;EAKA;;;;;;;EAQA,eAAe;;;;EAKf,YAAY;;UAGC,4BAA4B;UAE5B,+BAA+B;;;;EAI9C;;;;EAKA;;;;EAKA,YAAY;;;;EAKZ,SAAS;;;;EAKT,YAAY,QAAQ;;;;EAKpB,aAAa,QACX,aAAa,oBAAoB;;;;;;;EASnC,yBAAyB,QAAQ;;KAGvB,mBAAmB,aAC7B;KAIU,qBAAqB,oBAAoB,aAAa,cAChE,eAAe,aAAa"}
|
package/dist/types/config.d.mts
CHANGED
|
@@ -5,7 +5,6 @@ import { WsRpcChannelOptions } from "devframe/rpc/transports/ws-client";
|
|
|
5
5
|
import { PartialKeys, RequiredKeys } from "@stryke/types/base";
|
|
6
6
|
import { BirpcOptions } from "birpc";
|
|
7
7
|
import { ConnectionMeta, DevframeDefinition } from "devframe/types";
|
|
8
|
-
|
|
9
8
|
//#region src/types/config.d.ts
|
|
10
9
|
/**
|
|
11
10
|
* The options required to start the Powerlines engine.
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"config.d.mts","names":[],"sources":["../../src/types/config.ts"],"mappings":";;;;;;;;;;;
|
|
1
|
+
{"version":3,"file":"config.d.mts","names":[],"sources":["../../src/types/config.ts"],"mappings":";;;;;;;;;;;KAoCY,gBAAgB,KAC1B,YAAY,4DAGZ;;;;EAIE;;;;EAKA;;;;EAKA;;;;;;;EAQA,eAAe;;;;EAKf,YAAY;;UAGC,4BAA4B;UAE5B,+BAA+B;;;;EAI9C;;;;EAKA;;;;EAKA,YAAY;;;;EAKZ,SAAS;;;;EAKT,YAAY,QAAQ;;;;EAKpB,aAAa,QACX,aAAa,oBAAoB;;;;;;;EASnC,yBAAyB,QAAQ;;KAGvB,mBAAmB,aAC7B;KAIU,qBAAqB,oBAAoB,aAAa,cAChE,eAAe,aAAa"}
|
package/dist/types/context.d.cts
CHANGED
|
@@ -3,7 +3,6 @@ import { EngineExecutionOptions, EngineOptions } from "./config.cjs";
|
|
|
3
3
|
import { BaseContext, InlineConfig, ParsedUserConfig } from "@powerlines/core";
|
|
4
4
|
import { PartialKeys } from "@stryke/types/base";
|
|
5
5
|
import { ConnectionMeta, DevToolsNodeContext } from "devframe/types";
|
|
6
|
-
|
|
7
6
|
//#region src/types/context.d.ts
|
|
8
7
|
/**
|
|
9
8
|
* The execution scope state represents the current state of a command, hook, or plugin execution within the Powerlines engine. It includes information about the name and type of the execution, as well as any relevant metadata such as the order of hook execution or the timestamp of when the execution started. This state can be used for logging, debugging, and other purposes to provide insight into the behavior of the Powerlines engine during its operation.
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"context.d.cts","names":[],"sources":["../../src/types/context.ts"],"mappings":";;;;;;;;;
|
|
1
|
+
{"version":3,"file":"context.d.cts","names":[],"sources":["../../src/types/context.ts"],"mappings":";;;;;;;;;KA2BY;;;;UAKK;;;;EAIf;;;;EAKA;;;;EAKA,MAAM;;;;;UAMS,mCAAmC;;;;EAIlD;;;;;UAMe,gCAAgC;;;;EAI/C;;;;EAKA;;;;;UAMe,kCAAkC;;;;EAIjD;;;;;UAMe;;;;EAIf,SAAS;;;;EAKT,MAAM;;;;EAKN,QAAQ;;;;;UAMO;;;;EAIf;;;;EAKA;;;;EAKA,SAAS,KAAK;;;;EAKd,YAAY;;;;EAKZ,OAAO;;;;;;;;UASQ,cAAc,kCAE3B,YAAY,iBACZ,KAAK,SAAS;;;;EAIhB,SAAS;;;;EAKT,YAAY;;;;;;;EAQZ,UAAU;;;;EAKV,YAAY;;;;;;;EAQZ,iBACE,gBACA,cAAc,YAAY,6BACvB,QAAQ;;;;;;;EAQb,oBAAoB,sBAAsB;;UAG3B;;;;EAIf,KAAK"}
|
package/dist/types/context.d.mts
CHANGED
|
@@ -3,7 +3,6 @@ import { EngineExecutionOptions, EngineOptions } from "./config.mjs";
|
|
|
3
3
|
import { BaseContext, InlineConfig, ParsedUserConfig } from "@powerlines/core";
|
|
4
4
|
import { PartialKeys } from "@stryke/types/base";
|
|
5
5
|
import { ConnectionMeta, DevToolsNodeContext } from "devframe/types";
|
|
6
|
-
|
|
7
6
|
//#region src/types/context.d.ts
|
|
8
7
|
/**
|
|
9
8
|
* The execution scope state represents the current state of a command, hook, or plugin execution within the Powerlines engine. It includes information about the name and type of the execution, as well as any relevant metadata such as the order of hook execution or the timestamp of when the execution started. This state can be used for logging, debugging, and other purposes to provide insight into the behavior of the Powerlines engine during its operation.
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"context.d.mts","names":[],"sources":["../../src/types/context.ts"],"mappings":";;;;;;;;;
|
|
1
|
+
{"version":3,"file":"context.d.mts","names":[],"sources":["../../src/types/context.ts"],"mappings":";;;;;;;;;KA2BY;;;;UAKK;;;;EAIf;;;;EAKA;;;;EAKA,MAAM;;;;;UAMS,mCAAmC;;;;EAIlD;;;;;UAMe,gCAAgC;;;;EAI/C;;;;EAKA;;;;;UAMe,kCAAkC;;;;EAIjD;;;;;UAMe;;;;EAIf,SAAS;;;;EAKT,MAAM;;;;EAKN,QAAQ;;;;;UAMO;;;;EAIf;;;;EAKA;;;;EAKA,SAAS,KAAK;;;;EAKd,YAAY;;;;EAKZ,OAAO;;;;;;;;UASQ,cAAc,kCAE3B,YAAY,iBACZ,KAAK,SAAS;;;;EAIhB,SAAS;;;;EAKT,YAAY;;;;;;;EAQZ,UAAU;;;;EAKV,YAAY;;;;;;;EAQZ,iBACE,gBACA,cAAc,YAAY,6BACvB,QAAQ;;;;;;;EAQb,oBAAoB,sBAAsB;;UAG3B;;;;EAIf,KAAK"}
|
package/dist/types/rpc.d.cts
CHANGED
|
@@ -5,7 +5,6 @@ import { RpcCacheManager, RpcFunctionsCollector } from "devframe/rpc";
|
|
|
5
5
|
import { ConnectionMeta, DevToolsRpcClientFunctions, DevToolsRpcServerFunctions, EventEmitter, RpcSharedStateHost } from "devframe/types";
|
|
6
6
|
import { Asyncify } from "@stryke/types/async";
|
|
7
7
|
import { RpcStreamingClientHost } from "devframe/client";
|
|
8
|
-
|
|
9
8
|
//#region src/types/rpc.d.ts
|
|
10
9
|
interface RpcPayloadMetadata {
|
|
11
10
|
/**
|
|
@@ -46,9 +45,9 @@ type InputRpcFunctions = Record<string, InputRpcFunction>;
|
|
|
46
45
|
type WrappedRpcFunction = (envelop: RpcPayloadEnvelop<any>) => Promise<any>;
|
|
47
46
|
type WrappedRpcFunctions = Record<string, WrappedRpcFunction>;
|
|
48
47
|
type ExtractRpcFunction<TFunction extends WrappedRpcFunction> = (payload: Parameters<TFunction>[0]["payload"]) => ReturnType<Asyncify<TFunction>>;
|
|
49
|
-
type ExtractRpcFunctions<TFunctions extends WrappedRpcFunctions> = { [TKey in keyof TFunctions]: ExtractRpcFunction<TFunctions[TKey]
|
|
48
|
+
type ExtractRpcFunctions<TFunctions extends WrappedRpcFunctions> = { [TKey in keyof TFunctions]: ExtractRpcFunction<TFunctions[TKey]>; };
|
|
50
49
|
type WrapRpcFunction<TFunction extends RpcFunction> = (envelop: RpcPayloadEnvelop<Parameters<TFunction>[0]>) => ReturnType<TFunction> extends Promise<infer A> ? A : ReturnType<TFunction>;
|
|
51
|
-
type WrapRpcFunctions<TFunctions extends RpcFunctions> = { [TKey in keyof TFunctions]: WrapRpcFunction<TFunctions[TKey]
|
|
50
|
+
type WrapRpcFunctions<TFunctions extends RpcFunctions> = { [TKey in keyof TFunctions]: WrapRpcFunction<TFunctions[TKey]>; };
|
|
52
51
|
type RpcClientRemoteFunctions<TFunctions extends WrappedRpcFunctions> = ProxifiedRemoteFunctions<ExtractRpcFunctions<TFunctions>>;
|
|
53
52
|
/**
|
|
54
53
|
* Payload for write log Rpc messages.
|
package/dist/types/rpc.d.cts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"rpc.d.cts","names":[],"sources":["../../src/types/rpc.ts"],"mappings":"
|
|
1
|
+
{"version":3,"file":"rpc.d.cts","names":[],"sources":["../../src/types/rpc.ts"],"mappings":";;;;;;;;UAkCiB;;;;EAIf;;;;EAIA;;;;EAIA;;;;EAIA;;;;EAIA;;;;EAIA;;UAGe,kBAAkB,kBAAkB;;;;EAInD,SAAS;;KAGC,eAAe,iBAAiB;KAChC,eAAe,eAAe;KAE9B,oBAAoB,SAAS;KAC7B,oBAAoB,eAAe;KAEnC,sBACV,SAAS,2BACN;KACO,sBAAsB,eAAe;KAErC,mBAAmB,kBAAkB,uBAC/C,SAAS,WAAW,6BACjB,WAAW,SAAS;KAEb,oBAAoB,mBAAmB,0BAChD,cAAc,aAAa,mBAAmB,WAAW;KAGhD,gBAAgB,kBAAkB,gBAC5C,SAAS,kBAAkB,WAAW,mBACnC,WAAW,mBAAmB,cAAc,KAAK,IAAI,WAAW;KAEzD,iBAAiB,mBAAmB,mBAC7C,cAAc,aAAa,gBAAgB,WAAW;KAG7C,yBAAyB,mBAAmB,uBACtD,yBAAyB,oBAAoB;;;;UAK9B;;;;EAIf,MAAM;;;;EAKN;;UAGe,2BAA2B;EAE1C,mBAAmB,SAAS;;UAGb,2BAA2B;UAE3B;;;;WAIN,KAAK;;KAGJ,gBAAgB,sBAC1B,oBACA;KAGU,gBAAgB,YAC1B,oBACA;KAEU,qBAAqB,YAC/B,oBACA;KAEU,wBAAwB,YAClC,oBACA;UAGe;EAEf,2BAA2B;;UAGZ;;;;EAIf,QAAQ,aAAa;;;;WAKZ;;;;WAKA,gBAAgB;;;;;;;;EASzB,gBAAgB,qBAAqB;;;;EAKrC,oBAAoB;;;;;EAMpB,wBAAwB,kBAAkB;;;;EAK1C,MAAM;;;;EAKN,WAAW;;;;EAKX,cAAc;;;;EAKd,QAAQ;;;;EAKR,aAAa;;;;;;EAOb,WAAW;;;;EAKX,cAAc"}
|
package/dist/types/rpc.d.mts
CHANGED
|
@@ -5,7 +5,6 @@ import { MaybePromise } from "@stryke/types/base";
|
|
|
5
5
|
import { BirpcReturn, ProxifiedRemoteFunctions } from "birpc";
|
|
6
6
|
import { ConnectionMeta, DevToolsRpcClientFunctions, DevToolsRpcServerFunctions, EventEmitter, RpcSharedStateHost } from "devframe/types";
|
|
7
7
|
import { Asyncify } from "@stryke/types/async";
|
|
8
|
-
|
|
9
8
|
//#region src/types/rpc.d.ts
|
|
10
9
|
interface RpcPayloadMetadata {
|
|
11
10
|
/**
|
|
@@ -46,9 +45,9 @@ type InputRpcFunctions = Record<string, InputRpcFunction>;
|
|
|
46
45
|
type WrappedRpcFunction = (envelop: RpcPayloadEnvelop<any>) => Promise<any>;
|
|
47
46
|
type WrappedRpcFunctions = Record<string, WrappedRpcFunction>;
|
|
48
47
|
type ExtractRpcFunction<TFunction extends WrappedRpcFunction> = (payload: Parameters<TFunction>[0]["payload"]) => ReturnType<Asyncify<TFunction>>;
|
|
49
|
-
type ExtractRpcFunctions<TFunctions extends WrappedRpcFunctions> = { [TKey in keyof TFunctions]: ExtractRpcFunction<TFunctions[TKey]
|
|
48
|
+
type ExtractRpcFunctions<TFunctions extends WrappedRpcFunctions> = { [TKey in keyof TFunctions]: ExtractRpcFunction<TFunctions[TKey]>; };
|
|
50
49
|
type WrapRpcFunction<TFunction extends RpcFunction> = (envelop: RpcPayloadEnvelop<Parameters<TFunction>[0]>) => ReturnType<TFunction> extends Promise<infer A> ? A : ReturnType<TFunction>;
|
|
51
|
-
type WrapRpcFunctions<TFunctions extends RpcFunctions> = { [TKey in keyof TFunctions]: WrapRpcFunction<TFunctions[TKey]
|
|
50
|
+
type WrapRpcFunctions<TFunctions extends RpcFunctions> = { [TKey in keyof TFunctions]: WrapRpcFunction<TFunctions[TKey]>; };
|
|
52
51
|
type RpcClientRemoteFunctions<TFunctions extends WrappedRpcFunctions> = ProxifiedRemoteFunctions<ExtractRpcFunctions<TFunctions>>;
|
|
53
52
|
/**
|
|
54
53
|
* Payload for write log Rpc messages.
|
package/dist/types/rpc.d.mts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"rpc.d.mts","names":[],"sources":["../../src/types/rpc.ts"],"mappings":"
|
|
1
|
+
{"version":3,"file":"rpc.d.mts","names":[],"sources":["../../src/types/rpc.ts"],"mappings":";;;;;;;;UAkCiB;;;;EAIf;;;;EAIA;;;;EAIA;;;;EAIA;;;;EAIA;;;;EAIA;;UAGe,kBAAkB,kBAAkB;;;;EAInD,SAAS;;KAGC,eAAe,iBAAiB;KAChC,eAAe,eAAe;KAE9B,oBAAoB,SAAS;KAC7B,oBAAoB,eAAe;KAEnC,sBACV,SAAS,2BACN;KACO,sBAAsB,eAAe;KAErC,mBAAmB,kBAAkB,uBAC/C,SAAS,WAAW,6BACjB,WAAW,SAAS;KAEb,oBAAoB,mBAAmB,0BAChD,cAAc,aAAa,mBAAmB,WAAW;KAGhD,gBAAgB,kBAAkB,gBAC5C,SAAS,kBAAkB,WAAW,mBACnC,WAAW,mBAAmB,cAAc,KAAK,IAAI,WAAW;KAEzD,iBAAiB,mBAAmB,mBAC7C,cAAc,aAAa,gBAAgB,WAAW;KAG7C,yBAAyB,mBAAmB,uBACtD,yBAAyB,oBAAoB;;;;UAK9B;;;;EAIf,MAAM;;;;EAKN;;UAGe,2BAA2B;EAE1C,mBAAmB,SAAS;;UAGb,2BAA2B;UAE3B;;;;WAIN,KAAK;;KAGJ,gBAAgB,sBAC1B,oBACA;KAGU,gBAAgB,YAC1B,oBACA;KAEU,qBAAqB,YAC/B,oBACA;KAEU,wBAAwB,YAClC,oBACA;UAGe;EAEf,2BAA2B;;UAGZ;;;;EAIf,QAAQ,aAAa;;;;WAKZ;;;;WAKA,gBAAgB;;;;;;;;EASzB,gBAAgB,qBAAqB;;;;EAKrC,oBAAoB;;;;;EAMpB,wBAAwB,kBAAkB;;;;EAK1C,MAAM;;;;EAKN,WAAW;;;;EAKX,cAAc;;;;EAKd,QAAQ;;;;EAKR,aAAa;;;;;;EAOb,WAAW;;;;EAKX,cAAc"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@powerlines/engine",
|
|
3
|
-
"version": "0.49.
|
|
3
|
+
"version": "0.49.66",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "An internal package containing the core engine modules for Powerlines.",
|
|
6
6
|
"homepage": "https://stormsoftware.com",
|
|
@@ -120,9 +120,9 @@
|
|
|
120
120
|
"types": "./dist/index.d.cts",
|
|
121
121
|
"files": ["dist"],
|
|
122
122
|
"dependencies": {
|
|
123
|
-
"@powerlines/core": "^0.48.
|
|
124
|
-
"@storm-software/config": "^1.138.
|
|
125
|
-
"@storm-software/config-tools": "^1.190.
|
|
123
|
+
"@powerlines/core": "^0.48.64",
|
|
124
|
+
"@storm-software/config": "^1.138.29",
|
|
125
|
+
"@storm-software/config-tools": "^1.190.92",
|
|
126
126
|
"@stryke/async": "^0.1.23",
|
|
127
127
|
"@stryke/convert": "^0.7.26",
|
|
128
128
|
"@stryke/env": "^0.20.113",
|
|
@@ -151,10 +151,10 @@
|
|
|
151
151
|
"unplugin": "^3.3.0"
|
|
152
152
|
},
|
|
153
153
|
"devDependencies": {
|
|
154
|
-
"@storm-software/testing-tools": "^1.119.
|
|
154
|
+
"@storm-software/testing-tools": "^1.119.245",
|
|
155
155
|
"@stryke/types": "^0.12.23",
|
|
156
|
-
"@types/node": "^25.9.
|
|
156
|
+
"@types/node": "^25.9.5",
|
|
157
157
|
"typescript": "^6.0.3"
|
|
158
158
|
},
|
|
159
|
-
"gitHead": "
|
|
159
|
+
"gitHead": "cea2b02d3fb6556ff2e53576b6a17787b4e28d67"
|
|
160
160
|
}
|