@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.
- package/.turbo/turbo-build.log +4 -4
- package/CHANGELOG.md +14 -0
- package/package.json +3 -3
package/.turbo/turbo-build.log
CHANGED
|
@@ -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.
|
|
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
|
[34mCLI[39m Building entry: src/index.ts
|
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
[34mCLI[39m Target: node16
|
|
9
9
|
[34mESM[39m Build start
|
|
10
10
|
[34mCJS[39m Build start
|
|
11
|
-
[32mESM[39m [1mdist/index.mjs [22m[32m23.31 KB[39m
|
|
12
|
-
[32mESM[39m ⚡️ Build success in 64ms
|
|
13
11
|
[32mCJS[39m [1mdist/index.js [22m[32m24.88 KB[39m
|
|
14
|
-
[32mCJS[39m ⚡️ Build success in
|
|
12
|
+
[32mCJS[39m ⚡️ Build success in 36ms
|
|
13
|
+
[32mESM[39m [1mdist/index.mjs [22m[32m23.31 KB[39m
|
|
14
|
+
[32mESM[39m ⚡️ 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.
|
|
3
|
+
"version": "1.1.0",
|
|
4
4
|
"private": false,
|
|
5
5
|
"main": "src/index.ts",
|
|
6
6
|
"dependencies": {
|
|
7
|
-
"@justins-home/
|
|
8
|
-
"@justins-home/
|
|
7
|
+
"@justins-home/http-client": "1.0.0",
|
|
8
|
+
"@justins-home/types": "1.0.0"
|
|
9
9
|
},
|
|
10
10
|
"publishConfig": {
|
|
11
11
|
"access": "public"
|