Skip to content

Commit

Permalink
chore(release): debug-server-next 0.5.4
Browse files Browse the repository at this point in the history
  • Loading branch information
zealotchen0 committed Nov 19, 2024
1 parent 6619241 commit 52b5f7a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions packages/debug-server-next/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hippy/debug-server-next",
"version": "0.5.3",
"version": "0.5.4",
"description": "Debug server for hippy.",
"repository": "https://github.com/hippy-contrib/debug-server-next",
"homepage": "http://hippyjs.org",
Expand Down Expand Up @@ -46,7 +46,7 @@
"@hippy/hippy-react-devtools-plugin": "^0.1.0",
"@hippy/hippy-vue-devtools-plugin": "^0.1.0",
"@hippy/react-devtools": "^0.1.0",
"@hippy/vanilla-js-devtools": "^0.1.12",
"@hippy/vanilla-js-devtools": "^0.1.13",
"@hippy/vue-devtools": "^0.0.1",
"@koa/cors": "^3.1.0",
"axios": "^0.26.1",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ return /******/ (function(modules) { // webpackBootstrap

/***/ "../../node_modules/process/browser.js":
/*!******************************************************************************************************!*\
!*** /Users/ray/Documents/repo2/devtools/packages/debug-server-next/node_modules/process/browser.js ***!
!*** /Users/sherryfancy/code/rn/devtools/packages/debug-server-next/node_modules/process/browser.js ***!
\******************************************************************************************************/
/*! no static exports found */
/***/ (function(module, exports) {
Expand Down
2 changes: 1 addition & 1 deletion packages/js-devtools/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hippy/vanilla-js-devtools",
"version": "0.1.12",
"version": "0.1.13",
"description": "Chrome devtools protocol JavaScript implementation",
"main": "dist/index.js",
"files": [
Expand Down

0 comments on commit 52b5f7a

Please sign in to comment.