sofa-api 0.18.6 → 0.18.7
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/cjs/index.js +2 -2
- package/esm/index.js +1 -1
- package/package.json +1 -1
- package/typings/index.d.cts +1 -1
- package/typings/index.d.ts +1 -1
package/cjs/index.js
CHANGED
|
@@ -4,8 +4,8 @@ exports.OpenAPI = void 0;
|
|
|
4
4
|
exports.useSofa = useSofa;
|
|
5
5
|
const router_js_1 = require("./router.js");
|
|
6
6
|
const sofa_js_1 = require("./sofa.js");
|
|
7
|
-
var
|
|
8
|
-
Object.defineProperty(exports, "OpenAPI", { enumerable: true, get: function () { return
|
|
7
|
+
var index_js_1 = require("./open-api/index.js");
|
|
8
|
+
Object.defineProperty(exports, "OpenAPI", { enumerable: true, get: function () { return index_js_1.OpenAPI; } });
|
|
9
9
|
function useSofa(config) {
|
|
10
10
|
return (0, router_js_1.createRouter)((0, sofa_js_1.createSofa)(config));
|
|
11
11
|
}
|
package/esm/index.js
CHANGED
package/package.json
CHANGED
package/typings/index.d.cts
CHANGED
package/typings/index.d.ts
CHANGED