@git.zone/tstest 2.2.0 → 2.2.1

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.
@@ -3,7 +3,7 @@
3
3
  */
4
4
  export const commitinfo = {
5
5
  name: '@git.zone/tstest',
6
- version: '2.2.0',
6
+ version: '2.2.1',
7
7
  description: 'a test utility to run tests that match test/**/*.ts'
8
8
  };
9
9
  //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiMDBfY29tbWl0aW5mb19kYXRhLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vdHMvMDBfY29tbWl0aW5mb19kYXRhLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBOztHQUVHO0FBQ0gsTUFBTSxDQUFDLE1BQU0sVUFBVSxHQUFHO0lBQ3hCLElBQUksRUFBRSxrQkFBa0I7SUFDeEIsT0FBTyxFQUFFLE9BQU87SUFDaEIsV0FBVyxFQUFFLHFEQUFxRDtDQUNuRSxDQUFBIn0=
package/npmextra.json CHANGED
@@ -6,11 +6,11 @@
6
6
  "gitzone": {
7
7
  "projectType": "npm",
8
8
  "module": {
9
- "githost": "gitlab.com",
10
- "gitscope": "gitzone",
9
+ "githost": "code.foss.global",
10
+ "gitscope": "git.zone",
11
11
  "gitrepo": "tstest",
12
12
  "description": "a test utility to run tests that match test/**/*.ts",
13
- "npmPackagename": "@gitzone/tstest",
13
+ "npmPackagename": "@git.zone/tstest",
14
14
  "license": "MIT"
15
15
  }
16
16
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@git.zone/tstest",
3
- "version": "2.2.0",
3
+ "version": "2.2.1",
4
4
  "private": false,
5
5
  "description": "a test utility to run tests that match test/**/*.ts",
6
6
  "exports": {
package/readme.md CHANGED
@@ -1,4 +1,4 @@
1
- # @gitzone/tstest
1
+ # @git.zone/tstest
2
2
  🧪 **A powerful, modern test runner for TypeScript** - making your test runs beautiful and informative!
3
3
 
4
4
  ## Availabililty and Links
@@ -3,6 +3,6 @@
3
3
  */
4
4
  export const commitinfo = {
5
5
  name: '@git.zone/tstest',
6
- version: '2.2.0',
6
+ version: '2.2.1',
7
7
  description: 'a test utility to run tests that match test/**/*.ts'
8
8
  }