@devicecloud.dev/dcd 2.3.1 → 2.3.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.
package/dist/constants.js CHANGED
@@ -137,6 +137,7 @@ exports.flags = {
137
137
  '1.38.1',
138
138
  '1.39.0',
139
139
  '1.39.1',
140
+ '1.39.2',
140
141
  ],
141
142
  }),
142
143
  name: core_1.Flags.string({
@@ -244,7 +244,8 @@
244
244
  "1.37.9",
245
245
  "1.38.1",
246
246
  "1.39.0",
247
- "1.39.1"
247
+ "1.39.1",
248
+ "1.39.2"
248
249
  ],
249
250
  "type": "option"
250
251
  },
@@ -299,5 +300,5 @@
299
300
  ]
300
301
  }
301
302
  },
302
- "version": "2.3.1"
303
+ "version": "2.3.2"
303
304
  }
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.1",
83
+ "version": "2.3.2",
84
84
  "bugs": {
85
85
  "url": "https://discord.gg/gm3mJwcNw8"
86
86
  },
@@ -92,5 +92,6 @@
92
92
  "maestro",
93
93
  "testing"
94
94
  ],
95
- "types": "dist/index.d.ts"
95
+ "types": "dist/index.d.ts",
96
+ "packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
96
97
  }