@sprucelabs/data-stores 28.3.234 → 28.3.235

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.
@@ -351,7 +351,7 @@ export default class AbstractStore extends AbstractMutexer {
351
351
  ? databaseRecord
352
352
  : normalizeSchemaValues(this.databaseSchema, databaseRecord, {
353
353
  shouldCreateEntityInstances: false,
354
- shouldRetainDotSyntaxKeys: true,
354
+ shouldRetainDotNotationKeys: true,
355
355
  fields: Object.keys(cleanedUpdates),
356
356
  });
357
357
  for (const { name, value } of ops) {
@@ -347,7 +347,7 @@ class AbstractStore extends AbstractMutexer_1.default {
347
347
  ? databaseRecord
348
348
  : (0, schema_1.normalizeSchemaValues)(this.databaseSchema, databaseRecord, {
349
349
  shouldCreateEntityInstances: false,
350
- shouldRetainDotSyntaxKeys: true,
350
+ shouldRetainDotNotationKeys: true,
351
351
  fields: Object.keys(cleanedUpdates),
352
352
  });
353
353
  for (const { name, value } of ops) {
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "publishConfig": {
4
4
  "access": "public"
5
5
  },
6
- "version": "28.3.234",
6
+ "version": "28.3.235",
7
7
  "files": [
8
8
  "build/**/*",
9
9
  "!build/__tests__",
@@ -67,7 +67,7 @@
67
67
  "@seald-io/nedb": "^4.0.4",
68
68
  "@sprucelabs/error": "^6.0.548",
69
69
  "@sprucelabs/globby": "^2.0.499",
70
- "@sprucelabs/schema": "^30.0.577",
70
+ "@sprucelabs/schema": "^30.0.578",
71
71
  "@sprucelabs/spruce-skill-utils": "^31.0.641",
72
72
  "just-clone": "^6.2.0",
73
73
  "lodash": "^4.17.21",