jsgar 4.9.2 → 4.10.0
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/gar.umd.js +2 -2
- package/gar.js +2 -2
- package/package.json +1 -1
package/dist/gar.umd.js
CHANGED
|
@@ -211,7 +211,7 @@
|
|
|
211
211
|
}
|
|
212
212
|
this.unique_key_and_record_updates = uniqueKeyAndRecordUpdates;
|
|
213
213
|
this.logEveryMessage = logEveryMessage;
|
|
214
|
-
this.version =
|
|
214
|
+
this.version = 650710;
|
|
215
215
|
this.uuid = GARClient._generateUUID();
|
|
216
216
|
|
|
217
217
|
if (typeof window !== 'undefined' && window.location) {
|
|
@@ -1281,7 +1281,7 @@
|
|
|
1281
1281
|
valueDict.trim_default_values = trimDefaultValues;
|
|
1282
1282
|
}
|
|
1283
1283
|
if (limit > 0) {
|
|
1284
|
-
valueDict.
|
|
1284
|
+
valueDict.record_limit = limit;
|
|
1285
1285
|
}
|
|
1286
1286
|
if (keyIdList.length > 0) {
|
|
1287
1287
|
valueDict.key_id_list = keyIdList;
|
package/gar.js
CHANGED
|
@@ -205,7 +205,7 @@ class GARClient {
|
|
|
205
205
|
}
|
|
206
206
|
this.unique_key_and_record_updates = uniqueKeyAndRecordUpdates;
|
|
207
207
|
this.logEveryMessage = logEveryMessage;
|
|
208
|
-
this.version =
|
|
208
|
+
this.version = 650710;
|
|
209
209
|
this.uuid = GARClient._generateUUID();
|
|
210
210
|
|
|
211
211
|
if (typeof window !== 'undefined' && window.location) {
|
|
@@ -1275,7 +1275,7 @@ class GARClient {
|
|
|
1275
1275
|
valueDict.trim_default_values = trimDefaultValues;
|
|
1276
1276
|
}
|
|
1277
1277
|
if (limit > 0) {
|
|
1278
|
-
valueDict.
|
|
1278
|
+
valueDict.record_limit = limit;
|
|
1279
1279
|
}
|
|
1280
1280
|
if (keyIdList.length > 0) {
|
|
1281
1281
|
valueDict.key_id_list = keyIdList;
|