@justins-home/http-client 1.0.3 → 1.0.4

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,5 +1,5 @@
1
1
 
2
- > @justins-home/http-client@1.0.3 build /home/runner/work/justins-home-platform-ui/justins-home-platform-ui/packages/http-client
2
+ > @justins-home/http-client@1.0.4 build /home/runner/work/justins-home-platform-ui/justins-home-platform-ui/packages/http-client
3
3
  > tsup src/index.ts --format esm,cjs
4
4
 
5
5
  CLI Building entry: src/index.ts
@@ -8,7 +8,7 @@
8
8
  CLI Target: es2023
9
9
  ESM Build start
10
10
  CJS Build start
11
- CJS dist/index.js 3.81 KB
12
- CJS ⚡️ Build success in 75ms
13
11
  ESM dist/index.mjs 1.87 KB
14
- ESM ⚡️ Build success in 76ms
12
+ ESM ⚡️ Build success in 40ms
13
+ CJS dist/index.js 3.81 KB
14
+ CJS ⚡️ Build success in 41ms
package/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # @justins-home/http-client
2
2
 
3
+ ## 1.0.4
4
+
5
+ ### Patch Changes
6
+
7
+ - fix validated script
8
+
3
9
  ## 1.0.3
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.3",
3
+ "version": "1.0.4",
4
4
  "private": false,
5
5
  "main": "src/index.ts",
6
6
  "dependencies": {