Comparing version 0.9.8 to 0.9.9
{ | ||
"name": "phero", | ||
"version": "0.9.6", | ||
"version": "0.9.9", | ||
"description": "Phero is the no-hassle and type-safe glue between your backend and frontend(s).", | ||
@@ -18,9 +18,9 @@ "homepage": "https://phero.dev", | ||
"test": "jest src", | ||
"prepublish": "npm run clean && npm run build && cp ../../README.md README.md", | ||
"prepublish": "npm run clean && npm run build", | ||
"start": "node ./dist/index.js", | ||
"prestart": "npm run build", | ||
"postbuild": "cp package.json ./dist/package.json" | ||
"postbuild": "cp package.json ./dist/package.json && cp ../../README.md README.md" | ||
}, | ||
"dependencies": { | ||
"@phero/dev": "^0.9.6", | ||
"@phero/dev": "^0.9.9", | ||
"ink": "^3.2.0", | ||
@@ -55,3 +55,3 @@ "ink-select-input": "^4.2.1", | ||
}, | ||
"gitHead": "a1c0a292ffc8310ee11db3445a2db44ff5aaafea" | ||
"gitHead": "34cc72f3777c55c1463a3ee945f07289a2e68a86" | ||
} |
{ | ||
"name": "phero", | ||
"version": "0.9.8", | ||
"version": "0.9.9", | ||
"description": "Phero is the no-hassle and type-safe glue between your backend and frontend(s).", | ||
@@ -18,9 +18,9 @@ "homepage": "https://phero.dev", | ||
"test": "jest src", | ||
"prepublish": "npm run clean && npm run build && cp ../../README.md README.md", | ||
"prepublish": "npm run clean && npm run build", | ||
"start": "node ./dist/index.js", | ||
"prestart": "npm run build", | ||
"postbuild": "cp package.json ./dist/package.json" | ||
"postbuild": "cp package.json ./dist/package.json && cp ../../README.md README.md" | ||
}, | ||
"dependencies": { | ||
"@phero/dev": "^0.9.6", | ||
"@phero/dev": "^0.9.9", | ||
"ink": "^3.2.0", | ||
@@ -54,3 +54,4 @@ "ink-select-input": "^4.2.1", | ||
"url": "https://pressplay.dev" | ||
} | ||
}, | ||
"gitHead": "34cc72f3777c55c1463a3ee945f07289a2e68a86" | ||
} |
104826
66
Updated@phero/dev@^0.9.9