@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.
- package/.turbo/turbo-build.log +3 -4
- package/CHANGELOG.md +8 -0
- package/package.json +2 -2
- package/src/index.ts +1 -0
package/.turbo/turbo-build.log
CHANGED
|
@@ -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
|
+
> @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
|
[34mCLI[39m Building entry: src/index.ts
|
|
@@ -9,6 +8,6 @@
|
|
|
9
8
|
[34mESM[39m Build start
|
|
10
9
|
[34mCJS[39m Build start
|
|
11
10
|
[32mCJS[39m [1mdist/index.js [22m[32m25.90 KB[39m
|
|
12
|
-
[32mCJS[39m ⚡️ Build success in
|
|
11
|
+
[32mCJS[39m ⚡️ Build success in 109ms
|
|
13
12
|
[32mESM[39m [1mdist/index.mjs [22m[32m24.30 KB[39m
|
|
14
|
-
[32mESM[39m ⚡️ Build success in
|
|
13
|
+
[32mESM[39m ⚡️ Build success in 112ms
|
package/CHANGELOG.md
CHANGED
package/package.json
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@justins-home/api-services",
|
|
3
|
-
"version": "1.1.
|
|
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.
|
|
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