mnemonica 0.9.988 → 0.9.990
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.
|
@@ -2,6 +2,7 @@ export declare const stackCleaners: RegExp[];
|
|
|
2
2
|
export declare const cleanupStack: (stack: string[]) => string[];
|
|
3
3
|
export declare const getStack: (this: any, title: string, stackAddition: string[], tillFunction?: CallableFunction) => any;
|
|
4
4
|
export declare class BASE_MNEMONICA_ERROR extends Error {
|
|
5
|
+
static [x: symbol]: String;
|
|
5
6
|
constructor(message: string | undefined, additionalStack: string[]);
|
|
6
7
|
}
|
|
7
8
|
export declare const constructError: (name: string, message: string) => {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "mnemonica",
|
|
3
|
-
"version": "0.9.
|
|
3
|
+
"version": "0.9.990",
|
|
4
4
|
"description": "abstract technique that aids information retention : instance inheritance system",
|
|
5
5
|
"type": "commonjs",
|
|
6
6
|
"main": "./build/index.js",
|
|
@@ -64,24 +64,24 @@
|
|
|
64
64
|
},
|
|
65
65
|
"homepage": "https://github.com/wentout/mnemonica#readme",
|
|
66
66
|
"devDependencies": {
|
|
67
|
-
"@types/jest": "^29.5.
|
|
68
|
-
"@types/node": "^18.19.
|
|
67
|
+
"@types/jest": "^29.5.14",
|
|
68
|
+
"@types/node": "^18.19.67",
|
|
69
69
|
"@typescript-eslint/eslint-plugin": "^5.62.0",
|
|
70
70
|
"@typescript-eslint/parser": "^5.62.0",
|
|
71
71
|
"chai": "^4.5.0",
|
|
72
|
-
"eslint": "^8.57.
|
|
73
|
-
"eslint-plugin-import": "^2.
|
|
72
|
+
"eslint": "^8.57.1",
|
|
73
|
+
"eslint-plugin-import": "^2.31.0",
|
|
74
74
|
"eslint-plugin-mocha": "^10.5.0",
|
|
75
75
|
"eslint-plugin-no-arrow-this": "^1.2.0",
|
|
76
76
|
"husky": "^8.0.3",
|
|
77
77
|
"jest": "^29.7.0",
|
|
78
78
|
"json5": "^2.2.3",
|
|
79
79
|
"lint-staged": "^15.2.10",
|
|
80
|
-
"mocha": "^10.
|
|
80
|
+
"mocha": "^10.8.2",
|
|
81
81
|
"mocha-lcov-reporter": "^1.3.0",
|
|
82
82
|
"nyc": "^15.1.0",
|
|
83
83
|
"ts-jest": "^29.2.5",
|
|
84
|
-
"typescript": "^5.
|
|
84
|
+
"typescript": "^5.7.2"
|
|
85
85
|
},
|
|
86
86
|
"engines": {
|
|
87
87
|
"node": ">=16 <24"
|