@alevnyacow/nzmt 0.0.13 → 0.0.14
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.cjs +4 -4
- package/dist/index.d.ts +1 -1
- package/dist/index.js +1 -1
- package/package.json +1 -1
package/dist/index.cjs
CHANGED
|
@@ -33,9 +33,9 @@ var __webpack_require__ = {};
|
|
|
33
33
|
var __webpack_exports__ = {};
|
|
34
34
|
__webpack_require__.r(__webpack_exports__);
|
|
35
35
|
__webpack_require__.d(__webpack_exports__, {
|
|
36
|
+
Controller: ()=>zod_controller_utils_namespaceObject,
|
|
36
37
|
Store: ()=>store_namespaceObject,
|
|
37
|
-
zodModuleMethodFactory: ()=>zodModuleMethodFactory
|
|
38
|
-
API: ()=>zod_controller_utils_namespaceObject
|
|
38
|
+
zodModuleMethodFactory: ()=>zodModuleMethodFactory
|
|
39
39
|
});
|
|
40
40
|
var zod_controller_utils_namespaceObject = {};
|
|
41
41
|
__webpack_require__.r(zod_controller_utils_namespaceObject);
|
|
@@ -500,11 +500,11 @@ const InRAM = (schemas, options)=>{
|
|
|
500
500
|
}
|
|
501
501
|
return RAMStore;
|
|
502
502
|
};
|
|
503
|
-
exports.
|
|
503
|
+
exports.Controller = __webpack_exports__.Controller;
|
|
504
504
|
exports.Store = __webpack_exports__.Store;
|
|
505
505
|
exports.zodModuleMethodFactory = __webpack_exports__.zodModuleMethodFactory;
|
|
506
506
|
for(var __rspack_i in __webpack_exports__)if (-1 === [
|
|
507
|
-
"
|
|
507
|
+
"Controller",
|
|
508
508
|
"Store",
|
|
509
509
|
"zodModuleMethodFactory"
|
|
510
510
|
].indexOf(__rspack_i)) exports[__rspack_i] = __webpack_exports__[__rspack_i];
|
package/dist/index.d.ts
CHANGED
package/dist/index.js
CHANGED
|
@@ -461,4 +461,4 @@ const InRAM = (schemas, options)=>{
|
|
|
461
461
|
}
|
|
462
462
|
return RAMStore;
|
|
463
463
|
};
|
|
464
|
-
export { store_namespaceObject as Store, zodModuleMethodFactory, zod_controller_utils_namespaceObject as
|
|
464
|
+
export { store_namespaceObject as Store, zodModuleMethodFactory, zod_controller_utils_namespaceObject as Controller };
|