mobx-tanstack-query-api 0.21.0 → 0.21.1
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/codegen/index.cjs +15 -0
- package/codegen/index.d.cts +1 -0
- package/codegen/index.d.cts.map +1 -1
- package/codegen/index.d.ts +1 -0
- package/codegen/index.d.ts.map +1 -1
- package/codegen/index.js +1 -0
- package/package.json +1 -1
package/codegen/index.cjs
CHANGED
|
@@ -1,4 +1,18 @@
|
|
|
1
1
|
"use strict";
|
|
2
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
|
+
if (k2 === undefined) k2 = k;
|
|
4
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
5
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
6
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
7
|
+
}
|
|
8
|
+
Object.defineProperty(o, k2, desc);
|
|
9
|
+
}) : (function(o, m, k, k2) {
|
|
10
|
+
if (k2 === undefined) k2 = k;
|
|
11
|
+
o[k2] = m[k];
|
|
12
|
+
}));
|
|
13
|
+
var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
14
|
+
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
15
|
+
};
|
|
2
16
|
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
3
17
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
4
18
|
};
|
|
@@ -16,6 +30,7 @@ const index_ts_for_endpoint_per_file_tmpl_js_1 = require("./templates/index-ts-f
|
|
|
16
30
|
const meta_info_tmpl_js_1 = require("./templates/meta-info.tmpl.cjs");
|
|
17
31
|
const remove_unused_types_js_1 = require("./utils/remove-unused-types.cjs");
|
|
18
32
|
const unpack_filter_option_js_1 = require("./utils/unpack-filter-option.cjs");
|
|
33
|
+
__exportStar(require("./types/index.cjs"), exports);
|
|
19
34
|
const __filename = (0, node_url_1.fileURLToPath)(require("url").pathToFileURL(__filename));
|
|
20
35
|
const __dirname = node_path_1.default.dirname(__filename);
|
|
21
36
|
const __execdirname = process.cwd();
|
package/codegen/index.d.cts
CHANGED
package/codegen/index.d.cts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/codegen/index.ts"],"names":[],"mappings":"AAeA,OAAO,KAAK,EAIV,sBAAsB,EAEvB,0BAAyB;
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/codegen/index.ts"],"names":[],"mappings":"AAeA,OAAO,KAAK,EAIV,sBAAsB,EAEvB,0BAAyB;AAI1B,kCAAiC;AAOjC,eAAO,MAAM,WAAW,GACtB,QAAQ,sBAAsB,GAAG,sBAAsB,EAAE,KAExD,OAAO,CAAC,IAAI,CA8lBd,CAAC"}
|
package/codegen/index.d.ts
CHANGED
package/codegen/index.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/codegen/index.ts"],"names":[],"mappings":"AAeA,OAAO,KAAK,EAIV,sBAAsB,EAEvB,yBAAyB;
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/codegen/index.ts"],"names":[],"mappings":"AAeA,OAAO,KAAK,EAIV,sBAAsB,EAEvB,yBAAyB;AAI1B,iCAAiC;AAOjC,eAAO,MAAM,WAAW,GACtB,QAAQ,sBAAsB,GAAG,sBAAsB,EAAE,KAExD,OAAO,CAAC,IAAI,CA8lBd,CAAC"}
|
package/codegen/index.js
CHANGED
|
@@ -10,6 +10,7 @@ import { indexTsForEndpointPerFileTmpl } from "./templates/index-ts-for-endpoint
|
|
|
10
10
|
import { metaInfoTmpl } from "./templates/meta-info.tmpl.js";
|
|
11
11
|
import { removeUnusedTypes } from "./utils/remove-unused-types.js";
|
|
12
12
|
import { unpackFilterOption } from "./utils/unpack-filter-option.js";
|
|
13
|
+
export * from "./types/index.js";
|
|
13
14
|
const __filename = fileURLToPath(import.meta.url);
|
|
14
15
|
const __dirname = path.dirname(__filename);
|
|
15
16
|
const __execdirname = process.cwd();
|
package/package.json
CHANGED