@justins-home/api-services 1.1.6 → 1.1.7

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/api-services@1.1.6 build /home/runner/work/justins-home-platform-ui/justins-home-platform-ui/packages/api-services
2
+ > @justins-home/api-services@1.1.7 build /home/runner/work/justins-home-platform-ui/justins-home-platform-ui/packages/api-services
3
3
  > tsup src/index.ts --format esm,cjs
4
4
 
5
5
  CLI Building entry: src/index.ts
@@ -7,7 +7,7 @@
7
7
  CLI Target: node16
8
8
  ESM Build start
9
9
  CJS Build start
10
- CJS dist/index.js 26.89 KB
11
- CJS ⚡️ Build success in 44ms
12
10
  ESM dist/index.mjs 25.23 KB
13
- ESM ⚡️ Build success in 44ms
11
+ ESM ⚡️ Build success in 48ms
12
+ CJS dist/index.js 26.89 KB
13
+ CJS ⚡️ Build success in 49ms
package/CHANGELOG.md CHANGED
@@ -1,5 +1,12 @@
1
1
  # @justins-home/api-services
2
2
 
3
+ ## 1.1.7
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+ - @justins-home/http-client@1.0.5
9
+
3
10
  ## 1.1.6
4
11
 
5
12
  ### Patch Changes
package/package.json CHANGED
@@ -1,10 +1,10 @@
1
1
  {
2
2
  "name": "@justins-home/api-services",
3
- "version": "1.1.6",
3
+ "version": "1.1.7",
4
4
  "private": false,
5
5
  "main": "src/index.ts",
6
6
  "dependencies": {
7
- "@justins-home/http-client": "1.0.4",
7
+ "@justins-home/http-client": "1.0.5",
8
8
  "@justins-home/types": "1.0.0"
9
9
  },
10
10
  "publishConfig": {