@daiyam/artifact-test-mocha-ts 0.4.3 → 0.4.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/.artifactrc.yml CHANGED
@@ -5,6 +5,12 @@ update:
5
5
 
6
6
  uninstall:
7
7
  .mocharc.yml:
8
- delete: true
8
+ remove: true
9
9
  .test:
10
- delete: true
10
+ remove: true
11
+ .vscode/settings.json:
12
+ unmerge: true
13
+ .xo-config.json:
14
+ unmerge: true
15
+ package.json:
16
+ unmerge: true
@@ -15,5 +15,11 @@
15
15
  "globby": "^14.1.0",
16
16
  "mocha": "^11.1.0",
17
17
  "source-map-support": "^0.5.21"
18
+ },
19
+ "overrides": {
20
+ "mocha": {
21
+ "diff": "8.0.3",
22
+ "serialize-javascript": "7.0.5"
23
+ }
18
24
  }
19
25
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@daiyam/artifact-test-mocha-ts",
3
- "version": "0.4.3",
3
+ "version": "0.4.4",
4
4
  "description": "The configuration to do unit testing with mocha and typescript.",
5
5
  "author": {
6
6
  "name": "Baptiste Augrain",
@@ -31,5 +31,5 @@
31
31
  "project-template",
32
32
  "scaffold"
33
33
  ],
34
- "gitHead": "6234fefa837c2f1c43f923b8bd3d4eb314b5a51b"
34
+ "gitHead": "5e152235dc30e6dccb21d303a4af75cd9083d25a"
35
35
  }