ctx-core 6.4.1 → 6.4.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.
- package/all/be_/index.test.ts +7 -4
- package/package.json +4 -5
package/all/be_/index.test.ts
CHANGED
|
@@ -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.
|
|
3
|
+
"version": "6.4.3",
|
|
4
4
|
"description": "ctx-core core library",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"ctx-core",
|
|
@@ -301,11 +301,11 @@
|
|
|
301
301
|
"@ctx-core/preprocess": "^0.1.2",
|
|
302
302
|
"@size-limit/preset-small-lib": "^11.0.2",
|
|
303
303
|
"@types/jsdom": "^21.1.6",
|
|
304
|
-
"@types/node": "^20.11.
|
|
304
|
+
"@types/node": "^20.11.19",
|
|
305
305
|
"@types/sinon": "^17.0.3",
|
|
306
306
|
"c8": "^9.1.0",
|
|
307
307
|
"check-dts": "^0.7.2",
|
|
308
|
-
"esbuild": "^0.20.
|
|
308
|
+
"esbuild": "^0.20.1",
|
|
309
309
|
"esmock": "^2.6.3",
|
|
310
310
|
"jsdom": "^24.0.0",
|
|
311
311
|
"sinon": "^17.0.1",
|
|
@@ -315,8 +315,7 @@
|
|
|
315
315
|
"uvu": "^0.5.6"
|
|
316
316
|
},
|
|
317
317
|
"publishConfig": {
|
|
318
|
-
"access": "public"
|
|
319
|
-
"cache": "~/.npm"
|
|
318
|
+
"access": "public"
|
|
320
319
|
},
|
|
321
320
|
"sideEffects": false,
|
|
322
321
|
"size-limit": [
|