tstyche 1.0.0-beta.1 → 1.0.0-beta.3

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.
Files changed (2) hide show
  1. package/README.md +10 -2
  2. package/package.json +5 -5
package/README.md CHANGED
@@ -1,6 +1,9 @@
1
1
  # TSTyche
2
2
 
3
+ [![version][version-src]][version-href]
3
4
  [![license][license-src]][license-href]
5
+ [![checks][checks-src]][checks-href]
6
+ [![coverage][coverage-src]][coverage-href]
4
7
 
5
8
  The Essential Type Testing Tool.
6
9
 
@@ -69,12 +72,17 @@ This simple!
69
72
 
70
73
  ## Documentation
71
74
 
72
- Visit [https://tstyche.org][documentation-href] to view the full documentation.
75
+ Visit [https://tstyche.org](https://tstyche.org) to view the full documentation.
73
76
 
74
77
  ## License
75
78
 
76
79
  [MIT][license-href] © TSTyche
77
80
 
78
- [documentation-href]: https://tstyche.org
81
+ [version-src]: https://badgen.net/npm/v/tstyche
82
+ [version-href]: https://npmjs.com/package/tstyche
79
83
  [license-src]: https://badgen.net/github/license/tstyche/tstyche
80
84
  [license-href]: https://github.com/tstyche/tstyche/blob/main/LICENSE.md
85
+ [checks-src]: https://badgen.net/github/checks/tstyche/tstyche
86
+ [checks-href]: https://github.com/tstyche/tstyche/actions/workflows/checks.yml
87
+ [coverage-src]: https://badgen.net/codecov/c/github/tstyche/tstyche
88
+ [coverage-href]: https://app.codecov.io/gh/tstyche/tstyche
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tstyche",
3
- "version": "1.0.0-beta.1",
3
+ "version": "1.0.0-beta.3",
4
4
  "description": "The Essential Type Testing Tool.",
5
5
  "keywords": [
6
6
  "typescript",
@@ -26,8 +26,8 @@
26
26
  "./package.json": "./package.json",
27
27
  "./tstyche": "./build/tstyche.js"
28
28
  },
29
- "main": "./build/index.cjs",
30
- "types": "./build/index.d.cts",
29
+ "main": "./build/index.js",
30
+ "types": "./build/index.d.ts",
31
31
  "bin": "build/bin.js",
32
32
  "files": [
33
33
  "build/*",
@@ -74,8 +74,8 @@
74
74
  "jest": "29.7.0",
75
75
  "jest-serializer-ansi-escapes": "2.0.1",
76
76
  "magic-string": "0.30.5",
77
- "prettier": "3.0.3",
78
- "rollup": "4.3.0",
77
+ "prettier": "3.1.0",
78
+ "rollup": "4.4.0",
79
79
  "rollup-plugin-dts": "6.1.0",
80
80
  "rollup-plugin-tsconfig-paths": "1.5.2",
81
81
  "ts-node": "10.9.1",