tekimax-ts 0.1.4 → 0.1.6
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/README.md +2 -2
- package/package.json +2 -3
package/README.md
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
<div align="center">
|
|
2
2
|
<img src="./public/logos/tekimax-logo-ScreenRGB-2.png" alt="Tekimax SDK Logo" width="200" />
|
|
3
3
|
<h1>Tekimax TypeScript SDK</h1>
|
|
4
|
-
<p><strong>Type-safe
|
|
4
|
+
<p><strong>Type-safe Tekimax Client for Node.js, Browser, and Edge.</strong></p>
|
|
5
5
|
|
|
6
6
|
[](https://www.npmjs.com/package/tekimax-ts)
|
|
7
7
|
[](https://opensource.org/licenses/MIT)
|
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
|
|
10
10
|
## 📖 Overview
|
|
11
11
|
|
|
12
|
-
The **Tekimax TypeScript SDK** provides fully typed
|
|
12
|
+
The **Tekimax TypeScript SDK** provides fully typed interfaces for the Tekimax API. Generated via [Kubb](https://kubb.dev/), it ensures your application stays in sync with the latest API definitions.
|
|
13
13
|
|
|
14
14
|
## ✨ Features
|
|
15
15
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "tekimax-ts",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.6",
|
|
4
4
|
"description": "Tekimax TypeScript SDK generated with Kubb",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"module": "dist/index.mjs",
|
|
@@ -18,7 +18,6 @@
|
|
|
18
18
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
19
19
|
},
|
|
20
20
|
"keywords": [
|
|
21
|
-
"openresponses",
|
|
22
21
|
"sdk",
|
|
23
22
|
"openapi",
|
|
24
23
|
"kubb"
|
|
@@ -33,7 +32,6 @@
|
|
|
33
32
|
"access": "public"
|
|
34
33
|
},
|
|
35
34
|
"dependencies": {
|
|
36
|
-
"@kubb/plugin-ts": "^4.20.0",
|
|
37
35
|
"zod": "^3.22.4"
|
|
38
36
|
},
|
|
39
37
|
"devDependencies": {
|
|
@@ -41,6 +39,7 @@
|
|
|
41
39
|
"@kubb/core": "^4.15.0",
|
|
42
40
|
"@kubb/plugin-client": "^4.20.0",
|
|
43
41
|
"@kubb/plugin-oas": "^4.15.0",
|
|
42
|
+
"@kubb/plugin-ts": "^4.20.0",
|
|
44
43
|
"@kubb/plugin-zod": "^4.15.0",
|
|
45
44
|
"ts-node": "^10.9.2",
|
|
46
45
|
"tsup": "^8.5.1",
|