@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.d.mts +74 -74
- package/dist/index.d.ts +74 -74
- package/dist/index.js +1 -1
- package/dist/index.mjs +1 -1
- package/package.json +2 -2
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 = "
|
|
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
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@djvlc/openapi-registry-client",
|
|
3
|
-
"version": "1.4.
|
|
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.
|
|
27
|
+
"@djvlc/openapi-client-core": "1.2.8"
|
|
28
28
|
},
|
|
29
29
|
"devDependencies": {
|
|
30
30
|
"@types/node": "^20.0.0",
|