@djvlc/openapi-user-client 1.7.7 → 1.7.9

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
@@ -5256,7 +5256,7 @@ function createUserConfiguration(config = {}) {
5256
5256
  var import_openapi_client_core2 = require("@djvlc/openapi-client-core");
5257
5257
  var import_openapi_client_core3 = require("@djvlc/openapi-client-core");
5258
5258
  var import_openapi_client_core4 = require("@djvlc/openapi-client-core");
5259
- var VERSION = "2.0.0";
5259
+ var VERSION = "1.0.0";
5260
5260
  // Annotate the CommonJS export names for ESM import in node:
5261
5261
  0 && (module.exports = {
5262
5262
  AbortError,
package/dist/index.mjs CHANGED
@@ -4771,7 +4771,7 @@ import {
4771
4771
  createMetricsCollector,
4772
4772
  createMetricsInterceptors
4773
4773
  } from "@djvlc/openapi-client-core";
4774
- var VERSION = "2.0.0";
4774
+ var VERSION = "1.0.0";
4775
4775
  export {
4776
4776
  AbortError,
4777
4777
  ActionContextFromJSON,
@@ -1,7 +1,7 @@
1
1
  openapi: 3.0.3
2
2
  info:
3
3
  title: DJVLC User API
4
- version: 2.0.0
4
+ version: 1.0.0
5
5
  description: |
6
6
  DJVLC 低代码平台用户端 API(数据面)
7
7
 
@@ -1,7 +1,7 @@
1
1
  openapi: 3.0.3
2
2
  info:
3
3
  title: DJVLC User API
4
- version: 2.0.0
4
+ version: 1.0.0
5
5
  description: |
6
6
  DJVLC 低代码平台用户端 API(数据面)
7
7
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@djvlc/openapi-user-client",
3
- "version": "1.7.7",
3
+ "version": "1.7.9",
4
4
  "description": "DJV Low-code Platform - User API 客户端(自动生成)",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",
@@ -25,7 +25,7 @@
25
25
  "typecheck": "tsc --noEmit"
26
26
  },
27
27
  "dependencies": {
28
- "@djvlc/openapi-client-core": "1.2.6"
28
+ "@djvlc/openapi-client-core": "1.2.8"
29
29
  },
30
30
  "devDependencies": {
31
31
  "@types/node": "^20.0.0",