@justins-home/api-services 1.0.0 → 1.1.0

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,6 @@
1
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
2
 
3
- > @justins-home/api-services@1.0.0 build /home/runner/work/justins-home-platform-ui/justins-home-platform-ui/packages/api-services
3
+ > @justins-home/api-services@1.1.0 build /home/runner/work/justins-home-platform-ui/justins-home-platform-ui/packages/api-services
4
4
  > tsup src/index.ts --format esm,cjs
5
5
 
6
6
  CLI Building entry: src/index.ts
@@ -8,7 +8,7 @@
8
8
  CLI Target: node16
9
9
  ESM Build start
10
10
  CJS Build start
11
- ESM dist/index.mjs 23.31 KB
12
- ESM ⚡️ Build success in 64ms
13
11
  CJS dist/index.js 24.88 KB
14
- CJS ⚡️ Build success in 64ms
12
+ CJS ⚡️ Build success in 36ms
13
+ ESM dist/index.mjs 23.31 KB
14
+ ESM ⚡️ Build success in 36ms
package/CHANGELOG.md CHANGED
@@ -1,5 +1,19 @@
1
1
  # @justins-home/api-services
2
2
 
3
+ ## 1.1.0
4
+
5
+ ### Minor Changes
6
+
7
+ - aced108: added minor pumb
8
+ - 26690e2: release initial packages
9
+
10
+ ### Patch Changes
11
+
12
+ - Updated dependencies [aced108]
13
+ - Updated dependencies [26690e2]
14
+ - @justins-home/http-client@1.0.0
15
+ - @justins-home/types@1.0.0
16
+
3
17
  ## 1.0.0
4
18
 
5
19
  ### Major Changes
package/package.json CHANGED
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@justins-home/api-services",
3
- "version": "1.0.0",
3
+ "version": "1.1.0",
4
4
  "private": false,
5
5
  "main": "src/index.ts",
6
6
  "dependencies": {
7
- "@justins-home/types": "0.0.2",
8
- "@justins-home/http-client": "0.1.0"
7
+ "@justins-home/http-client": "1.0.0",
8
+ "@justins-home/types": "1.0.0"
9
9
  },
10
10
  "publishConfig": {
11
11
  "access": "public"