@justins-home/api-services 1.1.2 → 1.1.3

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