Merge remote-tracking branch 'origin/develop' into develop

This commit is contained in:
Derrick Hammer 2023-08-02 15:19:04 -04:00
commit 9c7f240056
Signed by: pcfreak30
GPG Key ID: C997C339BE476FF2
3 changed files with 10 additions and 3 deletions

View File

@ -1 +1,8 @@
## [0.0.2-develop.2](https://git.lumeweb.com/LumeWeb/libhyperproxy/compare/v0.0.2-develop.1...v0.0.2-develop.2) (2023-07-09)
### Bug Fixes
* import setTimeout so we are using the same instance in browser ([bb26fb3](https://git.lumeweb.com/LumeWeb/libhyperproxy/commit/bb26fb3955c9e37f91266e32b9e4ec91684e4f77))
## [0.0.2-develop.1](https://git.lumeweb.com/LumeWeb/libhyperproxy/compare/v0.0.1...v0.0.2-develop.1) (2023-07-05) ## [0.0.2-develop.1](https://git.lumeweb.com/LumeWeb/libhyperproxy/compare/v0.0.1...v0.0.2-develop.1) (2023-07-05)

4
npm-shrinkwrap.json generated
View File

@ -1,12 +1,12 @@
{ {
"name": "@lumeweb/libhyperproxy", "name": "@lumeweb/libhyperproxy",
"version": "0.0.2-develop.1", "version": "0.0.2-develop.2",
"lockfileVersion": 3, "lockfileVersion": 3,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "@lumeweb/libhyperproxy", "name": "@lumeweb/libhyperproxy",
"version": "0.0.2-develop.1", "version": "0.0.2-develop.2",
"dependencies": { "dependencies": {
"binconv": "^0.2.0", "binconv": "^0.2.0",
"compact-encoding": "^2.12.0", "compact-encoding": "^2.12.0",

View File

@ -1,6 +1,6 @@
{ {
"name": "@lumeweb/libhyperproxy", "name": "@lumeweb/libhyperproxy",
"version": "0.0.2-develop.1", "version": "0.0.2-develop.2",
"main": "lib/index.js", "main": "lib/index.js",
"type": "module", "type": "module",
"repository": { "repository": {