Merge remote-tracking branch 'origin/develop' into develop
This commit is contained in:
commit
9c7f240056
|
@ -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)
|
||||||
|
|
|
@ -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",
|
||||||
|
|
|
@ -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": {
|
||||||
|
|
Loading…
Reference in New Issue