@djvlc/openapi-registry-client 1.4.8 → 1.4.10

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
@@ -3831,7 +3831,7 @@ function createRegistryConfiguration(config = {}) {
3831
3831
  var import_openapi_client_core2 = require("@djvlc/openapi-client-core");
3832
3832
  var import_openapi_client_core3 = require("@djvlc/openapi-client-core");
3833
3833
  var import_openapi_client_core4 = require("@djvlc/openapi-client-core");
3834
- var VERSION = "2.0.0";
3834
+ var VERSION = "1.0.0";
3835
3835
  // Annotate the CommonJS export names for ESM import in node:
3836
3836
  0 && (module.exports = {
3837
3837
  AbortError,
package/dist/index.mjs CHANGED
@@ -3513,7 +3513,7 @@ import {
3513
3513
  createMetricsCollector,
3514
3514
  createMetricsInterceptors
3515
3515
  } from "@djvlc/openapi-client-core";
3516
- var VERSION = "2.0.0";
3516
+ var VERSION = "1.0.0";
3517
3517
  export {
3518
3518
  AbortError,
3519
3519
  ApiError,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@djvlc/openapi-registry-client",
3
- "version": "1.4.8",
3
+ "version": "1.4.10",
4
4
  "description": "DJV Low-code Platform - Registry API 客户端(自动生成)",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",
@@ -24,7 +24,7 @@
24
24
  "typecheck": "tsc --noEmit"
25
25
  },
26
26
  "dependencies": {
27
- "@djvlc/openapi-client-core": "1.2.6"
27
+ "@djvlc/openapi-client-core": "1.2.8"
28
28
  },
29
29
  "devDependencies": {
30
30
  "@types/node": "^20.0.0",