@crossdelta/infrastructure 0.2.13 → 0.2.14
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/index.cjs +3 -0
- package/dist/index.js +3 -0
- package/package.json +1 -1
package/dist/index.cjs
CHANGED
|
@@ -311878,6 +311878,9 @@ function buildServices(options) {
|
|
|
311878
311878
|
skip: _skip,
|
|
311879
311879
|
image: configImage,
|
|
311880
311880
|
internalUrl: _internalUrl,
|
|
311881
|
+
platform: _platform,
|
|
311882
|
+
droplet: _droplet,
|
|
311883
|
+
runCommand: _runCommand,
|
|
311881
311884
|
...serviceConfig
|
|
311882
311885
|
} = config;
|
|
311883
311886
|
const image = configImage ?? getImage(`platform/${config.name}`, registryCredentials);
|
package/dist/index.js
CHANGED
|
@@ -311815,6 +311815,9 @@ function buildServices(options) {
|
|
|
311815
311815
|
skip: _skip,
|
|
311816
311816
|
image: configImage,
|
|
311817
311817
|
internalUrl: _internalUrl,
|
|
311818
|
+
platform: _platform,
|
|
311819
|
+
droplet: _droplet,
|
|
311820
|
+
runCommand: _runCommand,
|
|
311818
311821
|
...serviceConfig
|
|
311819
311822
|
} = config;
|
|
311820
311823
|
const image = configImage ?? getImage(`platform/${config.name}`, registryCredentials);
|