@thi.ng/api 8.3.6 → 8.3.9
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/CHANGELOG.md +1 -1
- package/decorators/deprecated.d.ts +1 -1
- package/package.json +6 -6
package/CHANGELOG.md
CHANGED
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
*
|
|
7
7
|
* @param msg - deprecation message
|
|
8
8
|
*/
|
|
9
|
-
export declare const deprecated: (msg?: string
|
|
9
|
+
export declare const deprecated: (msg?: string, log?: {
|
|
10
10
|
(...data: any[]): void;
|
|
11
11
|
(message?: any, ...optionalParams: any[]): void;
|
|
12
12
|
}) => MethodDecorator;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@thi.ng/api",
|
|
3
|
-
"version": "8.3.
|
|
3
|
+
"version": "8.3.9",
|
|
4
4
|
"description": "Common, generic types, interfaces & mixins",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"module": "./index.js",
|
|
@@ -34,12 +34,12 @@
|
|
|
34
34
|
"test": "testament test"
|
|
35
35
|
},
|
|
36
36
|
"devDependencies": {
|
|
37
|
-
"@microsoft/api-extractor": "^7.
|
|
38
|
-
"@thi.ng/testament": "^0.2.
|
|
37
|
+
"@microsoft/api-extractor": "^7.25.0",
|
|
38
|
+
"@thi.ng/testament": "^0.2.10",
|
|
39
39
|
"rimraf": "^3.0.2",
|
|
40
40
|
"tools": "^0.0.1",
|
|
41
|
-
"typedoc": "^0.22.
|
|
42
|
-
"typescript": "^4.
|
|
41
|
+
"typedoc": "^0.22.17",
|
|
42
|
+
"typescript": "^4.7.4"
|
|
43
43
|
},
|
|
44
44
|
"keywords": [
|
|
45
45
|
"assert",
|
|
@@ -222,5 +222,5 @@
|
|
|
222
222
|
"default": "./watch.js"
|
|
223
223
|
}
|
|
224
224
|
},
|
|
225
|
-
"gitHead": "
|
|
225
|
+
"gitHead": "976ccd698cedaa60dcef2e69030a5eb98898cc4a\n"
|
|
226
226
|
}
|