typeslayer 0.1.18 → 0.1.19

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 +1 -1
  2. package/package.json +4 -4
package/README.md CHANGED
@@ -49,7 +49,7 @@ I wanted to make it easy for others to put up PRs at their companies all like "I
49
49
 
50
50
  ## Data / Security
51
51
 
52
- TypeSlayer supports Linux x64, macOS x64 (Intel), macOS ARM64 (Apple Silicon), and Windows x64. Please note that next year is the year of the Linux desktop.
52
+ TypeSlayer supports Linux x64 (glibc 2.39+), macOS ARM64 (Apple Silicon), and Windows x64. Please note that next year is the year of the Linux desktop.
53
53
 
54
54
  TypeSlayer currently does not collect any analytics - although it probably will try to collect "someone somewhere ran it at XYZ timestamp" data in the future. all data is stored:
55
55
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "typeslayer",
3
- "version": "0.1.18",
3
+ "version": "0.1.19",
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.18",
47
- "@typeslayer/darwin-arm64": "0.1.18",
48
- "@typeslayer/win32-x64": "0.1.18"
46
+ "@typeslayer/linux-x64": "0.1.19",
47
+ "@typeslayer/darwin-arm64": "0.1.19",
48
+ "@typeslayer/win32-x64": "0.1.19"
49
49
  }
50
50
  }