@justins-home/api-services 1.1.5 → 1.1.6

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.5 build /home/runner/work/justins-home-platform-ui/justins-home-platform-ui/packages/api-services
2
+ > @justins-home/api-services@1.1.6 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
@@ -8,6 +8,6 @@
8
8
  ESM Build start
9
9
  CJS Build start
10
10
  CJS dist/index.js 26.89 KB
11
- CJS ⚡️ Build success in 74ms
11
+ CJS ⚡️ Build success in 44ms
12
12
  ESM dist/index.mjs 25.23 KB
13
- ESM ⚡️ Build success in 75ms
13
+ ESM ⚡️ Build success in 44ms
package/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # @justins-home/api-services
2
2
 
3
+ ## 1.1.6
4
+
5
+ ### Patch Changes
6
+
7
+ - fix validated script
8
+ - Updated dependencies
9
+ - @justins-home/http-client@1.0.4
10
+
3
11
  ## 1.1.5
4
12
 
5
13
  ### Patch Changes
package/package.json CHANGED
@@ -1,10 +1,10 @@
1
1
  {
2
2
  "name": "@justins-home/api-services",
3
- "version": "1.1.5",
3
+ "version": "1.1.6",
4
4
  "private": false,
5
5
  "main": "src/index.ts",
6
6
  "dependencies": {
7
- "@justins-home/http-client": "1.0.3",
7
+ "@justins-home/http-client": "1.0.4",
8
8
  "@justins-home/types": "1.0.0"
9
9
  },
10
10
  "publishConfig": {
package/src/index.ts CHANGED
@@ -1,3 +1,4 @@
1
+
1
2
  /**
2
3
  * Core API utilities
3
4
  */
@@ -9,6 +10,8 @@ export * from './api-client';
9
10
  export * from './types/openapi';
10
11
 
11
12
  export * from './helpers/authTokenInit';
13
+
14
+
12
15
  /**
13
16
  * Auto-generated domain services
14
17
  * (Do not edit manually)