@usepipr/runtime 0.5.0 → 0.6.0
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/{commands-CF59DZXx.d.mts → commands-BHXh7P28.d.mts} +2 -2
- package/dist/{commands-CF59DZXx.d.mts.map → commands-BHXh7P28.d.mts.map} +1 -1
- package/dist/{commands-DgZU7tf7.mjs → commands-GWHklzvq.mjs} +1111 -105
- package/dist/commands-GWHklzvq.mjs.map +1 -0
- package/dist/index.d.mts +3 -3
- package/dist/index.mjs +2 -2
- package/dist/internal/action-result.d.mts +1 -1
- package/dist/internal/docs.d.mts +1 -1
- package/dist/internal/docs.d.mts.map +1 -1
- package/dist/internal/docs.mjs +1 -1
- package/dist/internal/pipr-result.d.mts +1 -1
- package/dist/internal/testing.d.mts +3 -2
- package/dist/internal/testing.d.mts.map +1 -1
- package/dist/internal/testing.mjs +1 -1
- package/dist/{official-github-workflow-DNzV5Z70.mjs → official-github-workflow-B3yeaCgq.mjs} +240 -83
- package/dist/official-github-workflow-B3yeaCgq.mjs.map +1 -0
- package/dist/pi/runtime-tools-extension.d.mts.map +1 -1
- package/dist/pi/runtime-tools-extension.mjs +128 -2
- package/dist/pi/runtime-tools-extension.mjs.map +1 -1
- package/dist/{recipes-w72EpAOi.d.mts → recipes-C1kxJCgQ.d.mts} +2 -1
- package/dist/recipes-C1kxJCgQ.d.mts.map +1 -0
- package/dist/runtime-tools-core-BF8rSeNS.mjs +476 -0
- package/dist/runtime-tools-core-BF8rSeNS.mjs.map +1 -0
- package/dist/{types-Dn1U3MDG.d.mts → types-w22wbdo9.d.mts} +43 -2
- package/dist/types-w22wbdo9.d.mts.map +1 -0
- package/package.json +2 -2
- package/dist/commands-DgZU7tf7.mjs.map +0 -1
- package/dist/official-github-workflow-DNzV5Z70.mjs.map +0 -1
- package/dist/recipes-w72EpAOi.d.mts.map +0 -1
- package/dist/runtime-tools-core-D8_WsbL_.mjs +0 -179
- package/dist/runtime-tools-core-D8_WsbL_.mjs.map +0 -1
- package/dist/types-Dn1U3MDG.d.mts.map +0 -1
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { a as HostRunCommandResult, c as LocalReviewCommandOptions, d as ValidateCommandResult, i as HostRunCommandOptions, l as LocalReviewCommandResult, n as DryRunCommandResult, o as InitCommandOptions, r as HostRunCommandDependencyOptions, s as InspectCommandResult, t as DryRunCommandOptions, u as RuntimeCommandOptions } from "./types-
|
|
1
|
+
import { a as HostRunCommandResult, c as LocalReviewCommandOptions, d as ValidateCommandResult, i as HostRunCommandOptions, l as LocalReviewCommandResult, n as DryRunCommandResult, o as InitCommandOptions, r as HostRunCommandDependencyOptions, s as InspectCommandResult, t as DryRunCommandOptions, u as RuntimeCommandOptions } from "./types-w22wbdo9.mjs";
|
|
2
2
|
//#region src/config/init.d.ts
|
|
3
3
|
type InitOfficialMinimalProjectResult = {
|
|
4
4
|
configDir: string;
|
|
@@ -24,4 +24,4 @@ declare function runHostRunCommand(options: HostRunCommandOptions): Promise<Host
|
|
|
24
24
|
declare function runHostRunCommandWithDependencies(options: HostRunCommandDependencyOptions): Promise<HostRunCommandResult>;
|
|
25
25
|
//#endregion
|
|
26
26
|
export { runInspectCommand as a, OfficialInitAdapter as c, runInitCommand as i, supportedOfficialInitAdapters as l, runHostRunCommand as n, runLocalReviewCommand as o, runHostRunCommandWithDependencies as r, runValidateCommand as s, runDryRunCommand as t };
|
|
27
|
-
//# sourceMappingURL=commands-
|
|
27
|
+
//# sourceMappingURL=commands-BHXh7P28.d.mts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"commands-
|
|
1
|
+
{"version":3,"file":"commands-BHXh7P28.d.mts","names":[],"sources":["../src/config/init.ts","../src/host-run/commands.ts"],"mappings":";;KAuBY;EACV;EACA;EACA;;cAGW;KAOD,8BAA8B;;;;iBCUpB,eACpB,SAAS,qBACR,QAAQ;;iBAYW,mBACpB,SAAS,wBACR,QAAQ;;iBAUW,kBACpB,SAAS,wBACR,QAAQ;;iBASW,iBACpB,SAAS,uBACR,QAAQ;;iBAoBW,sBACpB,SAAS,4BACR,QAAQ;;iBA6EW,kBACpB,SAAS,wBACR,QAAQ;iBAOW,kCACpB,SAAS,kCACR,QAAQ"}
|