@declaro/data 2.0.0-beta.47 → 2.0.0-beta.48
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/browser/index.js +1 -1
- package/dist/browser/index.js.map +1 -1
- package/dist/node/index.cjs +1 -1
- package/dist/node/index.cjs.map +1 -1
- package/dist/node/index.js +1 -1
- package/dist/node/index.js.map +1 -1
- package/dist/ts/index.d.ts +1 -0
- package/dist/ts/shared/utils/schema-inheritance.d.ts +22 -0
- package/package.json +4 -4
- package/src/index.ts +1 -0
- package/src/shared/utils/schema-inheritance.ts +26 -0
package/dist/node/index.js
CHANGED
|
@@ -89987,5 +89987,5 @@ export {
|
|
|
89987
89987
|
BaseModelService
|
|
89988
89988
|
};
|
|
89989
89989
|
|
|
89990
|
-
//# debugId=
|
|
89990
|
+
//# debugId=0AD3D3CAB80D608264756E2164756E21
|
|
89991
89991
|
//# sourceMappingURL=index.js.map
|