@carrot-protocol/boost-http-client 0.2.5-test-funcs-dev-5596606 → 0.2.6-ux-and-ui-dev-486df88

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/makefile +1 -1
  2. package/package.json +1 -1
package/makefile CHANGED
@@ -15,4 +15,4 @@ fmt_check:
15
15
  npm run fmt:check
16
16
 
17
17
  version_check:
18
- npm run version-check
18
+ npm run version-check
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@carrot-protocol/boost-http-client",
3
- "version": "0.2.5-test-funcs-dev-5596606",
3
+ "version": "0.2.6-ux-and-ui-dev-486df88",
4
4
  "description": "HTTP client for Carrot Boost API",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",