@platformatic/foundation 3.66.0 → 3.67.0
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/index.d.ts +1 -0
- package/lib/schema.js +4 -0
- package/package.json +4 -3
package/index.d.ts
CHANGED
|
@@ -3,6 +3,7 @@ import { JSONSchemaType } from 'ajv'
|
|
|
3
3
|
import { EventEmitter } from 'node:events'
|
|
4
4
|
import { ParseArgsOptionsConfig } from 'node:util'
|
|
5
5
|
import { LevelWithSilentOrString, Logger } from 'pino'
|
|
6
|
+
import type debug from 'debug';
|
|
6
7
|
|
|
7
8
|
// Symbols
|
|
8
9
|
export declare const kCanceled: unique symbol
|
package/lib/schema.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@platformatic/foundation",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.67.0",
|
|
4
4
|
"description": "Platformatic Foundation",
|
|
5
5
|
"main": "index.js",
|
|
6
6
|
"types": "index.d.ts",
|
|
@@ -30,10 +30,11 @@
|
|
|
30
30
|
"pino": "^9.9.0",
|
|
31
31
|
"pino-pretty": "^13.0.0",
|
|
32
32
|
"semver": "^7.6.3",
|
|
33
|
-
"undici": "7.28.0",
|
|
33
|
+
"undici": "^7.28.0",
|
|
34
34
|
"yaml": "^2.4.1"
|
|
35
35
|
},
|
|
36
36
|
"devDependencies": {
|
|
37
|
+
"@types/debug": "^4.0.0",
|
|
37
38
|
"c8": "^11.0.0",
|
|
38
39
|
"cleaner-spec-reporter": "^0.5.0",
|
|
39
40
|
"eslint": "9",
|
|
@@ -42,7 +43,7 @@
|
|
|
42
43
|
"pino": "^9.9.0",
|
|
43
44
|
"pino-test": "^1.0.1",
|
|
44
45
|
"tstyche": "^6.2.0",
|
|
45
|
-
"typescript": "
|
|
46
|
+
"typescript": "~6.0.3"
|
|
46
47
|
},
|
|
47
48
|
"engines": {
|
|
48
49
|
"node": ">=22.19.0"
|