typescript-class-helpers 13.0.3 → 13.0.4
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 +1 -1
- package/tmp-environment.json +4 -4
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "typescript-class-helpers",
|
|
3
3
|
"description": "Usefull helper to have in your typescript project",
|
|
4
|
-
"version": "13.0.
|
|
4
|
+
"version": "13.0.4",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"test": "mocha --require ts-node/register src/**/*.spec.ts",
|
|
7
7
|
"test:watch": "mocha --compilers ts-node/register src/**/*.spec.ts --watch"
|
package/tmp-environment.json
CHANGED
|
@@ -45,7 +45,7 @@
|
|
|
45
45
|
},
|
|
46
46
|
"name": "typescript-class-helpers",
|
|
47
47
|
"description": "Usefull helper to have in your typescript project",
|
|
48
|
-
"version": "13.0.
|
|
48
|
+
"version": "13.0.4",
|
|
49
49
|
"scripts": {
|
|
50
50
|
"test": "mocha --require ts-node/register src/**/*.spec.ts",
|
|
51
51
|
"test:watch": "mocha --compilers ts-node/register src/**/*.spec.ts --watch"
|
|
@@ -293,9 +293,9 @@
|
|
|
293
293
|
}
|
|
294
294
|
},
|
|
295
295
|
"build": {
|
|
296
|
-
"number":
|
|
297
|
-
"date": "2022-03-
|
|
298
|
-
"hash": "
|
|
296
|
+
"number": 198,
|
|
297
|
+
"date": "2022-03-17T00:48:03.000Z",
|
|
298
|
+
"hash": "46c01cd1b6cd8cc09954f7fbc92c6240d467eb6a",
|
|
299
299
|
"options": {}
|
|
300
300
|
},
|
|
301
301
|
"currentProjectName": "typescript-class-helpers",
|