xiaozhi-client 2.3.0-beta.9 → 2.3.0
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.
|
@@ -58071,7 +58071,7 @@ var UpdateApiHandler = class extends BaseHandler {
|
|
|
58071
58071
|
import fs3 from "fs";
|
|
58072
58072
|
import path6 from "path";
|
|
58073
58073
|
import { fileURLToPath as fileURLToPath4 } from "url";
|
|
58074
|
-
var VERSION2 = "2.3.0
|
|
58074
|
+
var VERSION2 = "2.3.0";
|
|
58075
58075
|
var APP_NAME = "xiaozhi-client";
|
|
58076
58076
|
var VersionUtils = class _VersionUtils {
|
|
58077
58077
|
static {
|
|
@@ -59788,7 +59788,7 @@ var VERSION2, APP_NAME, VersionUtils;
|
|
|
59788
59788
|
var init_version2 = __esm({
|
|
59789
59789
|
"../utils/version.ts"() {
|
|
59790
59790
|
"use strict";
|
|
59791
|
-
VERSION2 = "2.3.0
|
|
59791
|
+
VERSION2 = "2.3.0";
|
|
59792
59792
|
APP_NAME = "xiaozhi-client";
|
|
59793
59793
|
VersionUtils = class _VersionUtils {
|
|
59794
59794
|
static {
|
package/dist/cli/index.js
CHANGED
|
@@ -5630,7 +5630,7 @@ init_config();
|
|
|
5630
5630
|
import fs from "fs";
|
|
5631
5631
|
import path3 from "path";
|
|
5632
5632
|
import { fileURLToPath as fileURLToPath3 } from "url";
|
|
5633
|
-
var VERSION = "2.3.0
|
|
5633
|
+
var VERSION = "2.3.0";
|
|
5634
5634
|
var APP_NAME = "xiaozhi-client";
|
|
5635
5635
|
var VersionUtils = class _VersionUtils {
|
|
5636
5636
|
static {
|