not-node 6.5.12 → 6.5.13

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "not-node",
3
- "version": "6.5.12",
3
+ "version": "6.5.13",
4
4
  "description": "node complimentary part for client side notFramework.",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -53,6 +53,9 @@
53
53
  "field_userId_placeholder": "",
54
54
  "field_UUID_label": "UUID",
55
55
  "field_UUID_placeholder": "UUID",
56
+ "crud_get_action_waiting": "Чтение записи...",
57
+ "crud_get_action_form_title": "Детали",
58
+ "crud_get_action_form_description": "Просмотр документа",
56
59
  "crud_create_action_waiting": "Создание записи...",
57
60
  "crud_create_action_form_title": "Добавление",
58
61
  "crud_create_action_form_description": "Добавить новый документ",
@@ -135,9 +135,6 @@ module.exports = (
135
135
  {
136
136
  root: true,
137
137
  },
138
- {
139
- auth: false,
140
- },
141
138
  ],
142
139
  },
143
140
  getRaw: {