@microsoft/inshellisense 0.0.1-rc.30 → 0.0.1-rc.31

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 +4 -0
  2. package/package.json +7 -7
package/README.md CHANGED
@@ -136,6 +136,10 @@ If you are using a [NerdFont](https://www.nerdfonts.com/) patched font, you can
136
136
  useNerdFont = true
137
137
  ```
138
138
 
139
+ ## Unsupported Specs
140
+
141
+ Specs for the `az`, `gcloud`, & `aws` CLIs are not supported in inshellisense due to their large size.
142
+
139
143
  ## Contributing
140
144
 
141
145
  This project welcomes contributions and suggestions. Most contributions require you to agree to a
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@microsoft/inshellisense",
3
- "version": "0.0.1-rc.30",
3
+ "version": "0.0.1-rc.31",
4
4
  "description": "IDE style command line auto complete",
5
5
  "license": "MIT",
6
6
  "repository": {
@@ -23,11 +23,11 @@
23
23
  "bin.js"
24
24
  ],
25
25
  "optionalDependencies": {
26
- "@microsoft/inshellisense-darwin-x64": "0.0.1-rc.30",
27
- "@microsoft/inshellisense-darwin-arm64": "0.0.1-rc.30",
28
- "@microsoft/inshellisense-linux-x64": "0.0.1-rc.30",
29
- "@microsoft/inshellisense-linux-arm64": "0.0.1-rc.30",
30
- "@microsoft/inshellisense-win32-x64": "0.0.1-rc.30",
31
- "@microsoft/inshellisense-win32-arm64": "0.0.1-rc.30"
26
+ "@microsoft/inshellisense-darwin-x64": "0.0.1-rc.31",
27
+ "@microsoft/inshellisense-darwin-arm64": "0.0.1-rc.31",
28
+ "@microsoft/inshellisense-linux-x64": "0.0.1-rc.31",
29
+ "@microsoft/inshellisense-linux-arm64": "0.0.1-rc.31",
30
+ "@microsoft/inshellisense-win32-x64": "0.0.1-rc.31",
31
+ "@microsoft/inshellisense-win32-arm64": "0.0.1-rc.31"
32
32
  }
33
33
  }