switchroom 0.13.56 → 0.13.57
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/cli/switchroom.js
CHANGED
|
@@ -48930,8 +48930,8 @@ var {
|
|
|
48930
48930
|
} = import__.default;
|
|
48931
48931
|
|
|
48932
48932
|
// src/build-info.ts
|
|
48933
|
-
var VERSION = "0.13.
|
|
48934
|
-
var COMMIT_SHA = "
|
|
48933
|
+
var VERSION = "0.13.57";
|
|
48934
|
+
var COMMIT_SHA = "bed7cd14";
|
|
48935
48935
|
|
|
48936
48936
|
// src/cli/agent.ts
|
|
48937
48937
|
init_source();
|
package/package.json
CHANGED