@sprucelabs/test 7.7.317 → 7.7.320
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.
|
@@ -4,7 +4,7 @@ export declare const FUNCTION_PLACEHOLDER = "_____________function_____________"
|
|
|
4
4
|
export declare const CIRCULAR_PLACEHOLDER = "_____________circular_____________";
|
|
5
5
|
export declare const NULL_PLACEHOLDER = "_____________null_____________";
|
|
6
6
|
declare const assertUtil: {
|
|
7
|
-
fail(message?: string
|
|
7
|
+
fail(message?: string, stack?: string): never;
|
|
8
8
|
stringify(object: any): string;
|
|
9
9
|
replacePlaceholders(str: string): string;
|
|
10
10
|
dropInPlaceholders(obj: Record<string, any>): Record<string, any>;
|
|
@@ -4,7 +4,7 @@ export declare const FUNCTION_PLACEHOLDER = "_____________function_____________"
|
|
|
4
4
|
export declare const CIRCULAR_PLACEHOLDER = "_____________circular_____________";
|
|
5
5
|
export declare const NULL_PLACEHOLDER = "_____________null_____________";
|
|
6
6
|
declare const assertUtil: {
|
|
7
|
-
fail(message?: string
|
|
7
|
+
fail(message?: string, stack?: string): never;
|
|
8
8
|
stringify(object: any): string;
|
|
9
9
|
replacePlaceholders(str: string): string;
|
|
10
10
|
dropInPlaceholders(obj: Record<string, any>): Record<string, any>;
|
package/package.json
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"publishConfig": {
|
|
4
4
|
"access": "public"
|
|
5
5
|
},
|
|
6
|
-
"version": "7.7.
|
|
6
|
+
"version": "7.7.320",
|
|
7
7
|
"skill": {
|
|
8
8
|
"namespace": "spruce-test",
|
|
9
9
|
"upgradeIgnoreList": [
|
|
@@ -75,14 +75,14 @@
|
|
|
75
75
|
"lodash": "^4.17.21",
|
|
76
76
|
"ts-expect": "^1.3.0",
|
|
77
77
|
"ts-jest": "next",
|
|
78
|
-
"typescript": "^4.
|
|
78
|
+
"typescript": "^4.7.2",
|
|
79
79
|
"variable-diff": "^2.0.2"
|
|
80
80
|
},
|
|
81
81
|
"devDependencies": {
|
|
82
82
|
"@sprucelabs/esm-postbuild": "^1.0.304",
|
|
83
83
|
"@sprucelabs/semantic-release": "^4.0.8",
|
|
84
84
|
"@types/deep-equal": "^1.0.1",
|
|
85
|
-
"@types/jest": "^
|
|
85
|
+
"@types/jest": "^28.1.0",
|
|
86
86
|
"@types/lodash": "^4.14.182",
|
|
87
87
|
"eslint": "^8.16.0",
|
|
88
88
|
"eslint-config-spruce": "^10.11.2",
|