ctx-core 6.6.0 → 6.6.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.
- package/package.json +8 -4
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "ctx-core",
|
|
3
|
-
"version": "6.6.
|
|
3
|
+
"version": "6.6.2",
|
|
4
4
|
"description": "ctx-core core library",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"ctx-core",
|
|
@@ -19,7 +19,11 @@
|
|
|
19
19
|
"url": "https://github.com/ctx-core/ctx-core.git"
|
|
20
20
|
},
|
|
21
21
|
"license": "Apache-2.0",
|
|
22
|
-
"author":
|
|
22
|
+
"author": {
|
|
23
|
+
"name": "Brian Takita",
|
|
24
|
+
"url": "https://briantakita.me",
|
|
25
|
+
"email": "info+ctx-core@briantakita.me"
|
|
26
|
+
},
|
|
23
27
|
"type": "module",
|
|
24
28
|
"files": [
|
|
25
29
|
"*.d.ts",
|
|
@@ -297,10 +301,10 @@
|
|
|
297
301
|
"./package.json": "./package.json"
|
|
298
302
|
},
|
|
299
303
|
"devDependencies": {
|
|
300
|
-
"@ctx-core/preprocess": "^0.1.
|
|
304
|
+
"@ctx-core/preprocess": "^0.1.3",
|
|
301
305
|
"@size-limit/preset-small-lib": "^11.1.1",
|
|
302
306
|
"@types/jsdom": "^21.1.6",
|
|
303
|
-
"@types/node": "^20.11.
|
|
307
|
+
"@types/node": "^20.11.30",
|
|
304
308
|
"@types/sinon": "^17.0.3",
|
|
305
309
|
"c8": "^9.1.0",
|
|
306
310
|
"check-dts": "^0.7.2",
|