@devicecloud.dev/dcd 2.3.3 → 2.3.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/constants.js CHANGED
@@ -140,6 +140,7 @@ exports.flags = {
140
140
  '1.39.2',
141
141
  '1.39.3',
142
142
  '1.39.4',
143
+ '1.39.5',
143
144
  ],
144
145
  }),
145
146
  name: core_1.Flags.string({
@@ -246,7 +246,8 @@
246
246
  "1.39.1",
247
247
  "1.39.2",
248
248
  "1.39.3",
249
- "1.39.4"
249
+ "1.39.4",
250
+ "1.39.5"
250
251
  ],
251
252
  "type": "option"
252
253
  },
@@ -301,5 +302,5 @@
301
302
  ]
302
303
  }
303
304
  },
304
- "version": "2.3.3"
305
+ "version": "2.3.4"
305
306
  }
package/package.json CHANGED
@@ -80,7 +80,7 @@
80
80
  "test": "mocha --forbid-only \"test/**/*.test.ts\"",
81
81
  "version": "oclif readme && git add README.md"
82
82
  },
83
- "version": "2.3.3",
83
+ "version": "2.3.4",
84
84
  "bugs": {
85
85
  "url": "https://discord.gg/gm3mJwcNw8"
86
86
  },