@alanwchat/coder 0.1.108 → 0.1.109
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 +1 -1
- package/package.json +1 -1
package/dist/index.cjs
CHANGED
|
@@ -3385,7 +3385,7 @@ function setGlobalOptions(opts) {
|
|
|
3385
3385
|
}
|
|
3386
3386
|
|
|
3387
3387
|
// src/index.ts
|
|
3388
|
-
var VERSION = "0.1.
|
|
3388
|
+
var VERSION = "0.1.109";
|
|
3389
3389
|
async function main() {
|
|
3390
3390
|
const rawArgs = process.argv.slice(2);
|
|
3391
3391
|
if (rawArgs.includes("--help") || rawArgs.includes("-h")) {
|