@justins-home/http-client 1.0.0 → 1.0.1

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.
@@ -1,6 +1,6 @@
1
1
   WARN  Issue while reading "/home/runner/work/justins-home-platform-ui/justins-home-platform-ui/.npmrc". Failed to replace env in config: ${NODE_AUTH_TOKEN}
2
2
 
3
- > @justins-home/http-client@1.0.0 build /home/runner/work/justins-home-platform-ui/justins-home-platform-ui/packages/http-client
3
+ > @justins-home/http-client@1.0.1 build /home/runner/work/justins-home-platform-ui/justins-home-platform-ui/packages/http-client
4
4
  > tsup src/index.ts --format esm,cjs
5
5
 
6
6
  CLI Building entry: src/index.ts
@@ -9,7 +9,7 @@
9
9
  CLI Target: es2023
10
10
  ESM Build start
11
11
  CJS Build start
12
- ESM dist/index.mjs 1.67 KB
13
- ESM ⚡️ Build success in 69ms
14
12
  CJS dist/index.js 3.58 KB
15
- CJS ⚡️ Build success in 70ms
13
+ CJS ⚡️ Build success in 64ms
14
+ ESM dist/index.mjs 1.67 KB
15
+ ESM ⚡️ Build success in 64ms
package/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # @justins-home/http-client
2
2
 
3
+ ## 1.0.1
4
+
5
+ ### Patch Changes
6
+
7
+ - added ApiError to normalizeError
8
+
3
9
  ## 1.0.0
4
10
 
5
11
  ### Major Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@justins-home/http-client",
3
- "version": "1.0.0",
3
+ "version": "1.0.1",
4
4
  "private": false,
5
5
  "main": "src/index.ts",
6
6
  "dependencies": {