dcl-ops-lib 5.26.1 → 5.26.2

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.
@@ -301,6 +301,7 @@ function createInternalService(config) {
301
301
  desiredCount,
302
302
  enableEcsManagedTags: true,
303
303
  assignPublicIp,
304
+ waitForSteadyState: false,
304
305
  taskDefinitionArgs: {
305
306
  executionRole,
306
307
  taskRole,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "dcl-ops-lib",
3
- "version": "5.26.1",
3
+ "version": "5.26.2",
4
4
  "scripts": {
5
5
  "build": "tsc && cp bin/* . && node test.js",
6
6
  "clean": "rm *.d.ts *.js *.js.map"