@djvlc/openapi-user-client 1.7.8 → 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.d.mts +113 -113
- package/dist/index.d.ts +113 -113
- package/dist/index.js +1 -1
- package/dist/index.mjs +1 -1
- package/openapi/dist/user-api.yaml +1 -1
- package/openapi/src/openapi.yaml +1 -1
- package/package.json +2 -2
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 = "
|
|
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
package/openapi/src/openapi.yaml
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@djvlc/openapi-user-client",
|
|
3
|
-
"version": "1.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.
|
|
28
|
+
"@djvlc/openapi-client-core": "1.2.8"
|
|
29
29
|
},
|
|
30
30
|
"devDependencies": {
|
|
31
31
|
"@types/node": "^20.0.0",
|