@prisma/composer-cli 0.16.0-dev.3 → 0.16.0-dev.4
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/bin.mjs +8 -8
- package/dist/bin.mjs.map +1 -1
- package/dist/{execute-deploy-destroy-5sr2Z9oW-x0IufboB.mjs → execute-deploy-destroy-CVKQiKpo-CNNz6Rdp.mjs} +4 -4
- package/dist/{execute-deploy-destroy-5sr2Z9oW-x0IufboB.mjs.map → execute-deploy-destroy-CVKQiKpo-CNNz6Rdp.mjs.map} +1 -1
- package/dist/{execute-deploy-destroy-5sr2Z9oW-C7fFHLH7.mjs → execute-deploy-destroy-CVKQiKpo-CyPL_L7t.mjs} +4 -4
- package/dist/{execute-deploy-destroy-5sr2Z9oW-C7fFHLH7.mjs.map → execute-deploy-destroy-CVKQiKpo-CyPL_L7t.mjs.map} +1 -1
- package/dist/{execute-dev-B8CNl38E-DYxJchU7.mjs → execute-dev-CidXpugP-CJ0hVdWP.mjs} +3 -3
- package/dist/{execute-dev-B8CNl38E-DYxJchU7.mjs.map → execute-dev-CidXpugP-CJ0hVdWP.mjs.map} +1 -1
- package/dist/{execute-dev-B8CNl38E-CeibTOFD.mjs → execute-dev-CidXpugP-CKmMVpC1.mjs} +3 -3
- package/dist/{execute-dev-B8CNl38E-CeibTOFD.mjs.map → execute-dev-CidXpugP-CKmMVpC1.mjs.map} +1 -1
- package/dist/family.mjs +7 -7
- package/dist/family.mjs.map +1 -1
- package/dist/{run-alchemy--ZIvgqyU-DrF25ZOK.mjs → run-alchemy-B6u4TxA0-D9LQs2vV.mjs} +7 -9
- package/dist/run-alchemy-B6u4TxA0-D9LQs2vV.mjs.map +1 -0
- package/dist/{run-alchemy--ZIvgqyU-DjOPkNk-.mjs → run-alchemy-B6u4TxA0-DWPOjRsS.mjs} +7 -9
- package/dist/run-alchemy-B6u4TxA0-DWPOjRsS.mjs.map +1 -0
- package/package.json +5 -4
- package/dist/run-alchemy--ZIvgqyU-DjOPkNk-.mjs.map +0 -1
- package/dist/run-alchemy--ZIvgqyU-DrF25ZOK.mjs.map +0 -1
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { i as CliStructuredError, n as ok, t as notOk } from "./result-CD_-UW1W.mjs";
|
|
2
2
|
import { i as toStructured } from "./shared-BTnATsqm-B_UZdb6_.mjs";
|
|
3
|
-
import { n as alchemyInvocation, r as spawnAlchemy } from "./run-alchemy
|
|
3
|
+
import { n as alchemyInvocation, r as spawnAlchemy } from "./run-alchemy-B6u4TxA0-D9LQs2vV.mjs";
|
|
4
4
|
import { n as runPipeline } from "./pipeline-DF-cm6XS-wJcVPq8c.mjs";
|
|
5
5
|
import { t as containerEnv } from "./container-transport-HcvNOGZL-CIoZc7Rs.mjs";
|
|
6
6
|
import { n as withEmulatorRetry, r as DEV_DIR, t as resolveLocalTargets } from "./local-target-D6-LxNqW.mjs";
|
|
@@ -1562,7 +1562,7 @@ var esm_default = {
|
|
|
1562
1562
|
FSWatcher
|
|
1563
1563
|
};
|
|
1564
1564
|
//#endregion
|
|
1565
|
-
//#region ../../0-framework/3-tooling/cli/dist/execute-dev-
|
|
1565
|
+
//#region ../../0-framework/3-tooling/cli/dist/execute-dev-CidXpugP.mjs
|
|
1566
1566
|
/**
|
|
1567
1567
|
* Local-dev spec § 6 `generate-dev-stack.ts`: like generate-stack.ts but at
|
|
1568
1568
|
* `.prisma-composer/dev/alchemy.run.ts`, always Alchemy stage `dev`, using
|
|
@@ -2009,4 +2009,4 @@ async function executeDev(input, deps, cwd) {
|
|
|
2009
2009
|
//#endregion
|
|
2010
2010
|
export { executeDev };
|
|
2011
2011
|
|
|
2012
|
-
//# sourceMappingURL=execute-dev-
|
|
2012
|
+
//# sourceMappingURL=execute-dev-CidXpugP-CKmMVpC1.mjs.map
|