ctx-core 7.1.0 → 7.1.2

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.
@@ -20,7 +20,7 @@ export function memo_(memo_def, add_def_a1) {
20
20
  memo.r.push($.c.s)
21
21
  }
22
22
  if ($.c.l < memo.l + 1) $.c.l = memo.l + 1
23
- // memo is called by $.c's conditional execution...next change to memo will notify $.c
23
+ // memo called by $.c's conditional execution...next change to memo will notify $.c
24
24
  $.c.u.push(memo)
25
25
  // prevent memo from GC while $.c still has a strong reference
26
26
  if (!$.c.t.includes(memo)) $.c.t.push(memo)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ctx-core",
3
- "version": "7.1.0",
3
+ "version": "7.1.2",
4
4
  "description": "ctx-core core library",
5
5
  "keywords": [
6
6
  "ctx-core",
@@ -309,7 +309,7 @@
309
309
  "@ctx-core/preprocess": "^0.1.3",
310
310
  "@size-limit/preset-small-lib": "^11.1.2",
311
311
  "@types/jsdom": "^21.1.6",
312
- "@types/node": "^20.12.2",
312
+ "@types/node": "^20.12.4",
313
313
  "@types/sinon": "^17.0.3",
314
314
  "c8": "^9.1.0",
315
315
  "check-dts": "^0.7.2",
@@ -318,7 +318,7 @@
318
318
  "jsdom": "^24.0.0",
319
319
  "sinon": "^17.0.1",
320
320
  "size-limit": "^11.1.2",
321
- "tsx": "^4.7.1",
321
+ "tsx": "^4.7.2",
322
322
  "typescript": "next",
323
323
  "uvu": "^0.5.6"
324
324
  },