Skip to content

Commit

Permalink
feat: intercepts (#24)
Browse files Browse the repository at this point in the history
  • Loading branch information
rentallect authored Apr 20, 2022
1 parent 4c6ead7 commit 1e27ae8
Show file tree
Hide file tree
Showing 4 changed files with 843 additions and 115 deletions.
15 changes: 7 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,15 +67,14 @@
},
"devDependencies": {
"@babel/cli": "^7.17.6",
"@babel/core": "^7.17.7",
"@babel/core": "^7.17.9",
"@babel/plugin-transform-regenerator": "^7.16.7",
"@babel/plugin-transform-runtime": "^7.17.0",
"@babel/polyfill": "^7.12.1",
"@babel/preset-env": "^7.16.11",
"@babel/register": "^7.17.7",
"@rollup/plugin-commonjs": "^21.0.2",
"@rollup/plugin-json": "^4.1.0",
"@rollup/plugin-node-resolve": "^13.1.3",
"@rollup/plugin-node-resolve": "^13.2.1",
"babel-plugin-transform-runtime": "^6.23.0",
"browserify": "^17.0.0",
"cross-env": "^7.0.3",
Expand All @@ -93,12 +92,12 @@
"tinyify": "^3.0.0"
},
"dependencies": {
"@babel/runtime": "^7.17.8",
"@openziti/ziti-browzer-core": "^0.6.1",
"core-js": "^3.21.1",
"@babel/runtime": "^7.17.9",
"@openziti/ziti-browzer-core": "^0.7.0",
"core-js": "^3.22.1",
"js-base64": "^3.7.2",
"jwt-decode": "^3.1.2",
"lodash-es": "^4.17.21",
"workbox-window": "^6.5.2"
"workbox-window": "^6.5.3"
}
}
}
Loading

0 comments on commit 1e27ae8

Please sign in to comment.