Skip to content

Commit a000ba8

Browse files
committed
downgraded mqtt and fixed browser package
1 parent c4fc3e6 commit a000ba8

File tree

7 files changed

+293
-362
lines changed

7 files changed

+293
-362
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,16 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
66
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
77

8+
## [3.5.1] - unreleased
9+
10+
### Fixed
11+
12+
- Broken browser package is now working again
13+
14+
### Changed
15+
16+
- Downgraded to mqtt version 4
17+
818
## [3.5.0] - Oct 05 2025
919

1020
### Fixed

browser/vrpc.js

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

browser/vrpc.js.LICENSE.txt

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,10 @@
1-
/*! regenerator-runtime -- Copyright (c) 2014-present, Facebook, Inc. -- license (MIT): https://github.com/babel/babel/blob/main/packages/babel-helpers/LICENSE */
1+
/*!
2+
* The buffer module from node.js, for the browser.
3+
*
4+
* @author Feross Aboukhadijeh <https://feross.org>
5+
* @license MIT
6+
*/
7+
8+
/*! https://mths.be/punycode v1.4.1 by @mathias */
9+
10+
/*! ieee754. BSD-3-Clause License. Feross Aboukhadijeh <https://feross.org/opensource> */

0 commit comments

Comments
 (0)