nuki-api-js 0.0.0 → 0.0.1
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 +14 -15
- package/CHANGELOG.md +7 -0
- package/package.json +7 -8
- package/.turbo/turbo-generate.log +0 -6
package/.turbo/turbo-build.log
CHANGED
|
@@ -1,15 +1,14 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
>
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
[90m8:04:14 AM[39m
|
|
1
|
+
|
|
2
|
+
> nuki-api-js@0.0.1 build /home/runner/work/openapi-clients/openapi-clients/packages/nuki-api-js
|
|
3
|
+
> unbuild
|
|
4
|
+
|
|
5
|
+
[info] Automatically detected entries: src/index [esm] [cjs] [dts]
|
|
6
|
+
[info] Building nuki-api-js
|
|
7
|
+
[info] Cleaning dist directory: `./dist`
|
|
8
|
+
[success] Build succeeded for nuki-api-js
|
|
9
|
+
[log] dist/index.cjs (total size: 23.1 kB, chunk size: 23.1 kB, exports: NukiApi)
|
|
10
|
+
|
|
11
|
+
[log] dist/index.mjs (total size: 23.1 kB, chunk size: 23.1 kB, exports: NukiApi)
|
|
12
|
+
|
|
13
|
+
Σ Total dist size (byte size): 858 kB
|
|
14
|
+
[log]
|
package/CHANGELOG.md
ADDED
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "nuki-api-js",
|
|
3
|
-
"version": "0.0.
|
|
4
|
-
"description": "Nuki API client
|
|
3
|
+
"version": "0.0.1",
|
|
4
|
+
"description": "Nuki auto-generated type-safe API client",
|
|
5
5
|
"author": "SferaDev",
|
|
6
6
|
"license": "ISC",
|
|
7
7
|
"bugs": {
|
|
@@ -24,14 +24,13 @@
|
|
|
24
24
|
}
|
|
25
25
|
}
|
|
26
26
|
},
|
|
27
|
+
"repository": {
|
|
28
|
+
"type": "git",
|
|
29
|
+
"url": "git+https://github.com/SferaDev/openapi-clients.git"
|
|
30
|
+
},
|
|
27
31
|
"scripts": {
|
|
28
32
|
"tsc": "tsc --noEmit",
|
|
29
33
|
"build": "unbuild",
|
|
30
|
-
"prepack": "unbuild",
|
|
31
34
|
"generate": "openapi-codegen api"
|
|
32
|
-
},
|
|
33
|
-
"repository": {
|
|
34
|
-
"type": "git",
|
|
35
|
-
"url": "git+https://github.com/SferaDev/openapi-clients.git"
|
|
36
35
|
}
|
|
37
|
-
}
|
|
36
|
+
}
|