@probelabs/visor 0.1.84 → 0.1.85

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.
package/README.md CHANGED
@@ -590,7 +590,7 @@ Learn more: [docs/output-formats.md](docs/output-formats.md)
590
590
 
591
591
  ## 🤝 Contributing
592
592
 
593
- Learn more: [docs/contributing.md](docs/contributing.md)
593
+ Learn more: [CONTRIBUTING.md](CONTRIBUTING.md)
594
594
 
595
595
  ## 📚 Further Reading
596
596
 
package/dist/index.js CHANGED
@@ -1,5 +1,5 @@
1
1
  #!/usr/bin/env node
2
- process.env.VISOR_VERSION = '0.1.84';
2
+ process.env.VISOR_VERSION = '0.1.85';
3
3
  process.env.PROBE_VERSION = '0.6.0-rc124';
4
4
  /******/ (() => { // webpackBootstrap
5
5
  /******/ var __webpack_modules__ = ({
@@ -231963,7 +231963,7 @@ module.exports = /*#__PURE__*/JSON.parse('{"application/1d-interleaved-parityfec
231963
231963
  /***/ ((module) => {
231964
231964
 
231965
231965
  "use strict";
231966
- module.exports = {"rE":"0.1.84"};
231966
+ module.exports = {"rE":"0.1.85"};
231967
231967
 
231968
231968
  /***/ })
231969
231969
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@probelabs/visor",
3
- "version": "0.1.84",
3
+ "version": "0.1.85",
4
4
  "main": "dist/index.js",
5
5
  "bin": {
6
6
  "visor": "./dist/index.js"