drapcode-constant 1.6.6 → 1.6.7

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.
@@ -346,7 +346,7 @@ exports.linkField = [tel.id, url.id];
346
346
  exports.passwordUrlField = [password.id, url.id]; //N
347
347
  exports.largeTextNumberField = [large_text.id, number.id]; //N
348
348
  exports.booleanUrlField = [boolean.id, url.id]; //N
349
- exports.hiddenField = [createdBy.id, isDeleted.id, updatedBy.id]; //N
349
+ exports.hiddenField = [createdBy.id, isDeleted.id, updatedBy.id, version.id]; //N
350
350
  exports.passwordBooleanField = [boolean.id, password.id]; //N
351
351
  exports.timeSlotPicker = [time_picker.id, time_slot.id]; //N
352
352
  exports.textNumberField = [text.id, number.id]; //N
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "drapcode-constant",
3
- "version": "1.6.6",
3
+ "version": "1.6.7",
4
4
  "description": "Drapcode Constants",
5
5
  "main": "build/index.js",
6
6
  "types": "build/index.d.ts",