@justins-home/http-client 1.0.1 → 1.0.2

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,5 @@
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
1
 
3
- > @justins-home/http-client@1.0.1 build /home/runner/work/justins-home-platform-ui/justins-home-platform-ui/packages/http-client
2
+ > @justins-home/http-client@1.0.2 build /home/runner/work/justins-home-platform-ui/justins-home-platform-ui/packages/http-client
4
3
  > tsup src/index.ts --format esm,cjs
5
4
 
6
5
  CLI Building entry: src/index.ts
@@ -9,7 +8,7 @@
9
8
  CLI Target: es2023
10
9
  ESM Build start
11
10
  CJS Build start
12
- CJS dist/index.js 3.58 KB
13
- CJS ⚡️ Build success in 64ms
14
11
  ESM dist/index.mjs 1.67 KB
15
12
  ESM ⚡️ Build success in 64ms
13
+ CJS dist/index.js 3.58 KB
14
+ CJS ⚡️ Build success in 64ms
package/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # @justins-home/http-client
2
2
 
3
+ ## 1.0.2
4
+
5
+ ### Patch Changes
6
+
7
+ - added more typing to TS scribe doc
8
+
3
9
  ## 1.0.1
4
10
 
5
11
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@justins-home/http-client",
3
- "version": "1.0.1",
3
+ "version": "1.0.2",
4
4
  "private": false,
5
5
  "main": "src/index.ts",
6
6
  "dependencies": {