@iamnnort/nestjs-serializer 1.1.1 → 1.1.2
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.js +1 -0
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +2 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -9243,6 +9243,7 @@ var SerializerModule = class extends ConfigurableModuleClass {
|
|
|
9243
9243
|
}
|
|
9244
9244
|
};
|
|
9245
9245
|
SerializerModule = exports.SerializerModule = _ts_decorate3([
|
|
9246
|
+
_common.Global.call(void 0, ),
|
|
9246
9247
|
_common.Module.call(void 0, {
|
|
9247
9248
|
providers: [
|
|
9248
9249
|
SerializerService
|