chore(release): 0.0.2-develop.2 [skip ci]
## [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
](bb26fb3955
))
This commit is contained in:
parent
bb26fb3955
commit
fa4209c869
|
@ -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)
|
||||
|
|
|
@ -1,12 +1,12 @@
|
|||
{
|
||||
"name": "@lumeweb/libhyperproxy",
|
||||
"version": "0.0.2-develop.1",
|
||||
"version": "0.0.2-develop.2",
|
||||
"lockfileVersion": 3,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "@lumeweb/libhyperproxy",
|
||||
"version": "0.0.2-develop.1",
|
||||
"version": "0.0.2-develop.2",
|
||||
"dependencies": {
|
||||
"binconv": "^0.2.0",
|
||||
"compact-encoding": "^2.12.0",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@lumeweb/libhyperproxy",
|
||||
"version": "0.0.2-develop.1",
|
||||
"version": "0.0.2-develop.2",
|
||||
"main": "lib/index.js",
|
||||
"type": "module",
|
||||
"repository": {
|
||||
|
|
Loading…
Reference in New Issue