@xiaozhi-client/version 1.9.8-beta.2 → 1.9.8

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.js CHANGED
@@ -2,7 +2,7 @@ var __defProp = Object.defineProperty;
2
2
  var __name = (target, value) => __defProp(target, "name", { value, configurable: true });
3
3
 
4
4
  // src/version-constants.ts
5
- var VERSION = "1.9.8-beta.2";
5
+ var VERSION = "1.9.8";
6
6
  var APP_NAME = "xiaozhi-client";
7
7
 
8
8
  // src/VersionUtils.ts
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xiaozhi-client/version",
3
- "version": "1.9.8-beta.2",
3
+ "version": "1.9.8",
4
4
  "private": false,
5
5
  "repository": {
6
6
  "type": "git",
package/src/global.d.ts CHANGED
@@ -3,5 +3,9 @@
3
3
  *
4
4
  * 这些常量由构建工具在构建时注入
5
5
  */
6
- declare const __VERSION__: string;
7
- declare const __APP_NAME__: string;
6
+ declare global {
7
+ const __VERSION__: string;
8
+ const __APP_NAME__: string;
9
+ }
10
+
11
+ export {};