typeslayer 0.1.27 → 0.1.29

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 +2 -2
  2. package/package.json +4 -4
package/README.md CHANGED
@@ -4,7 +4,7 @@
4
4
  </p>
5
5
 
6
6
  <p align="center">
7
- a tool for diagnosing and fixing TypeScript performance problems
7
+ a tool for diagnosing and fixing TypeScript performance problems</br>the nice thing is, you can't hide from TypeSlayer (even if you <code>//@ts-ignore</code> or <code>//@ts-expect-error</code>)
8
8
  </p>
9
9
 
10
10
  ## Quickstart
@@ -37,7 +37,7 @@ Actually TypeSlayer is a fully offline app - it does not make any network reques
37
37
 
38
38
  ## Contributing
39
39
 
40
- 1. all commits (and therefor PR merges) must be the next bar from "My Name Is" by Eminem, until further notice
40
+ 1. all commits (and therefor PR merges) must be the next bar from ~~"My Name Is" (complete)~~ "The Real Slim Shady" by Eminem, until further notice
41
41
  2. no further requirements
42
42
 
43
43
  ## Thank You
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "typeslayer",
3
- "version": "0.1.27",
3
+ "version": "0.1.29",
4
4
  "description": "Slay your TypeScript types",
5
5
  "private": false,
6
6
  "type": "module",
@@ -43,8 +43,8 @@
43
43
  "postinstall": "node scripts/postinstall.js"
44
44
  },
45
45
  "optionalDependencies": {
46
- "@typeslayer/linux-x64": "0.1.27",
47
- "@typeslayer/darwin-arm64": "0.1.27",
48
- "@typeslayer/win32-x64": "0.1.27"
46
+ "@typeslayer/linux-x64": "0.1.29",
47
+ "@typeslayer/darwin-arm64": "0.1.29",
48
+ "@typeslayer/win32-x64": "0.1.29"
49
49
  }
50
50
  }