@punks/backend-entity-manager 0.0.379 → 0.0.381

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.
@@ -12,6 +12,7 @@ export type ImportEntryValidationError = {
12
12
  column: {
13
13
  name: string;
14
14
  key: string;
15
+ value?: any;
15
16
  };
16
17
  };
17
18
  export type ImportEntryValidationResult = {
package/dist/index.d.ts CHANGED
@@ -160,6 +160,7 @@ type ImportEntryValidationError = {
160
160
  column: {
161
161
  name: string;
162
162
  key: string;
163
+ value?: any;
163
164
  };
164
165
  };
165
166
  type ImportEntryValidationResult = {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@punks/backend-entity-manager",
3
- "version": "0.0.379",
3
+ "version": "0.0.381",
4
4
  "description": "",
5
5
  "main": "dist/cjs/index.js",
6
6
  "module": "dist/esm/index.js",