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:
semantic-release-bot 2023-07-09 14:59:57 +00:00
parent bb26fb3955
commit fa4209c869
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)

4
npm-shrinkwrap.json generated
View File

@ -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",

View File

@ -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": {