@prezly/theme-kit-core 8.0.1 → 8.0.3
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.
|
@@ -35,7 +35,7 @@ describe('createSharedMemoryCache', () => {
|
|
|
35
35
|
}
|
|
36
36
|
|
|
37
37
|
// Write 10% more records, 10 times to trigger CG
|
|
38
|
-
for (var repeat = 0; repeat <
|
|
38
|
+
for (var repeat = 0; repeat < 100; repeat += 1) {
|
|
39
39
|
for (var _i2 = _memory.RECORDS_LIMIT; _i2 < _memory.RECORDS_LIMIT * 1.1; _i2 += 1) {
|
|
40
40
|
cache.set("record-".concat(_i2), "value-".concat(_i2), 0);
|
|
41
41
|
}
|
|
@@ -33,7 +33,7 @@ describe('createSharedMemoryCache', () => {
|
|
|
33
33
|
}
|
|
34
34
|
|
|
35
35
|
// Write 10% more records, 10 times to trigger CG
|
|
36
|
-
for (var repeat = 0; repeat <
|
|
36
|
+
for (var repeat = 0; repeat < 100; repeat += 1) {
|
|
37
37
|
for (var _i2 = RECORDS_LIMIT; _i2 < RECORDS_LIMIT * 1.1; _i2 += 1) {
|
|
38
38
|
cache.set("record-".concat(_i2), "value-".concat(_i2), 0);
|
|
39
39
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@prezly/theme-kit-core",
|
|
3
|
-
"version": "8.0.
|
|
3
|
+
"version": "8.0.3",
|
|
4
4
|
"description": "Data layer and utility library for developing Prezly themes with JavaScript",
|
|
5
5
|
"main": "build/index.mjs",
|
|
6
6
|
"types": "build/index.d.ts",
|
|
@@ -70,5 +70,5 @@
|
|
|
70
70
|
"publishConfig": {
|
|
71
71
|
"access": "public"
|
|
72
72
|
},
|
|
73
|
-
"gitHead": "
|
|
73
|
+
"gitHead": "81f1a3e7d04edc0b43c1cb3e0ad118b264ea7a97"
|
|
74
74
|
}
|