typeslayer 0.1.23 → 0.1.25

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 -9
  2. package/package.json +4 -4
package/README.md CHANGED
@@ -23,15 +23,7 @@ in the root package you want to inspect (i.e. colocated to your package.json). T
23
23
 
24
24
  ## Frequently Asked Questions
25
25
 
26
- - will this ever get CI support for analysis file generation?
27
- - yeah prolly eventually.
28
- - will this support monorepos?
29
- - that's the hope. one step at a time.
30
- - why isn't this just a CLI tool?
31
- - a goal of the project is show intuitive/beautiful interactive visualizations like treemaps and force graphs, inherently not something a terminal can provide.
32
- - I don't like CLI tools. I view them as a last resort, at this point in engineering history. if you're someone that stays up late into the night staring at your dotfiles from neovim... I'm happy for you. be happy for me too?
33
- - will this work with ts-go?
34
- - that's the hope but it ain't ready yet on the ts-go side
26
+ see: [FAQ](https://github.com/dimitropoulos/typeslayer/blob/main/FAQ.md)
35
27
 
36
28
  # Who needs this stupid thing, anyway?
37
29
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "typeslayer",
3
- "version": "0.1.23",
3
+ "version": "0.1.25",
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.23",
47
- "@typeslayer/darwin-arm64": "0.1.23",
48
- "@typeslayer/win32-x64": "0.1.23"
46
+ "@typeslayer/linux-x64": "0.1.25",
47
+ "@typeslayer/darwin-arm64": "0.1.25",
48
+ "@typeslayer/win32-x64": "0.1.25"
49
49
  }
50
50
  }