ctx-core 6.4.2 → 6.4.4

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.
@@ -12,15 +12,18 @@ import {
12
12
  be__val_,
13
13
  be_map__find,
14
14
  type BeMapO,
15
- type ctx_T,
16
15
  ctx__clear,
17
16
  ctx__delete,
18
17
  ctx__set,
19
18
  type ctx_s_T,
19
+ type ctx_T,
20
+ globalThis__be_,
21
+ id_be_,
22
+ ns_be_,
23
+ ns_id_be_,
24
+ ondelete_be_,
20
25
  type wide_ctx_s_T,
21
- type wide_ctx_T,
22
- globalThis__be_, id_be_, ns_be_, ns_id_be_,
23
- ondelete_be_
26
+ type wide_ctx_T
24
27
  } from '../be_/index.js'
25
28
  import { ctx__new, ns_ctx__new } from '../ctx/index.js'
26
29
  import { tempfile_path_ } from '../tempfile_path/index.js'
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ctx-core",
3
- "version": "6.4.2",
3
+ "version": "6.4.4",
4
4
  "description": "ctx-core core library",
5
5
  "keywords": [
6
6
  "ctx-core",
@@ -297,7 +297,6 @@
297
297
  "./package.json": "./package.json"
298
298
  },
299
299
  "devDependencies": {
300
- "@arethetypeswrong/cli": "^0.13.10",
301
300
  "@ctx-core/preprocess": "^0.1.2",
302
301
  "@size-limit/preset-small-lib": "^11.0.2",
303
302
  "@types/jsdom": "^21.1.6",
@@ -305,7 +304,7 @@
305
304
  "@types/sinon": "^17.0.3",
306
305
  "c8": "^9.1.0",
307
306
  "check-dts": "^0.7.2",
308
- "esbuild": "^0.20.0",
307
+ "esbuild": "^0.20.1",
309
308
  "esmock": "^2.6.3",
310
309
  "jsdom": "^24.0.0",
311
310
  "sinon": "^17.0.1",
@@ -315,8 +314,7 @@
315
314
  "uvu": "^0.5.6"
316
315
  },
317
316
  "publishConfig": {
318
- "access": "public",
319
- "cache": "~/.npm"
317
+ "access": "public"
320
318
  },
321
319
  "sideEffects": false,
322
320
  "size-limit": [
@@ -381,7 +379,7 @@
381
379
  "import": {
382
380
  "./rmemo": "{ sig_, memo_, be_, ctx_ }"
383
381
  },
384
- "limit": "499 B"
382
+ "limit": "496 B"
385
383
  },
386
384
  {
387
385
  "name": "memo_ sig_ be_ ctx_ be_memo_pair_ be_sig_triple_",