@detent/sdk 0.1.0 → 0.1.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/README.md +4 -8
- package/dist/commonjs/lib/config.d.ts +3 -3
- package/dist/commonjs/lib/config.js +3 -3
- package/dist/esm/lib/config.d.ts +3 -3
- package/dist/esm/lib/config.js +3 -3
- package/examples/package-lock.json +1 -1
- package/jsr.json +1 -1
- package/package.json +2 -2
- package/src/lib/config.ts +3 -3
package/README.md
CHANGED
|
@@ -39,34 +39,30 @@ Detent API: Self-healing CI/CD platform. Parse CI logs, match error patterns, an
|
|
|
39
39
|
<!-- Start SDK Installation [installation] -->
|
|
40
40
|
## SDK Installation
|
|
41
41
|
|
|
42
|
-
> [!TIP]
|
|
43
|
-
> To finish publishing your SDK to npm and others you must [run your first generation action](https://www.speakeasy.com/docs/github-setup#step-by-step-guide).
|
|
44
|
-
|
|
45
|
-
|
|
46
42
|
The SDK can be installed with either [npm](https://www.npmjs.com/), [pnpm](https://pnpm.io/), [bun](https://bun.sh/) or [yarn](https://classic.yarnpkg.com/en/) package managers.
|
|
47
43
|
|
|
48
44
|
### NPM
|
|
49
45
|
|
|
50
46
|
```bash
|
|
51
|
-
npm add
|
|
47
|
+
npm add @detent/sdk
|
|
52
48
|
```
|
|
53
49
|
|
|
54
50
|
### PNPM
|
|
55
51
|
|
|
56
52
|
```bash
|
|
57
|
-
pnpm add
|
|
53
|
+
pnpm add @detent/sdk
|
|
58
54
|
```
|
|
59
55
|
|
|
60
56
|
### Bun
|
|
61
57
|
|
|
62
58
|
```bash
|
|
63
|
-
bun add
|
|
59
|
+
bun add @detent/sdk
|
|
64
60
|
```
|
|
65
61
|
|
|
66
62
|
### Yarn
|
|
67
63
|
|
|
68
64
|
```bash
|
|
69
|
-
yarn add
|
|
65
|
+
yarn add @detent/sdk
|
|
70
66
|
```
|
|
71
67
|
|
|
72
68
|
> [!NOTE]
|
|
@@ -30,8 +30,8 @@ export declare function serverURLFromOptions(options: SDKOptions): URL | null;
|
|
|
30
30
|
export declare const SDK_METADATA: {
|
|
31
31
|
readonly language: "typescript";
|
|
32
32
|
readonly openapiDocVersion: "1.0.0";
|
|
33
|
-
readonly sdkVersion: "0.1.
|
|
34
|
-
readonly genVersion: "2.801.
|
|
35
|
-
readonly userAgent: "speakeasy-sdk/typescript 0.1.
|
|
33
|
+
readonly sdkVersion: "0.1.1";
|
|
34
|
+
readonly genVersion: "2.801.2";
|
|
35
|
+
readonly userAgent: "speakeasy-sdk/typescript 0.1.1 2.801.2 1.0.0 @detent/sdk";
|
|
36
36
|
};
|
|
37
37
|
//# sourceMappingURL=config.d.ts.map
|
|
@@ -35,8 +35,8 @@ function serverURLFromOptions(options) {
|
|
|
35
35
|
exports.SDK_METADATA = {
|
|
36
36
|
language: "typescript",
|
|
37
37
|
openapiDocVersion: "1.0.0",
|
|
38
|
-
sdkVersion: "0.1.
|
|
39
|
-
genVersion: "2.801.
|
|
40
|
-
userAgent: "speakeasy-sdk/typescript 0.1.
|
|
38
|
+
sdkVersion: "0.1.1",
|
|
39
|
+
genVersion: "2.801.2",
|
|
40
|
+
userAgent: "speakeasy-sdk/typescript 0.1.1 2.801.2 1.0.0 @detent/sdk",
|
|
41
41
|
};
|
|
42
42
|
//# sourceMappingURL=config.js.map
|
package/dist/esm/lib/config.d.ts
CHANGED
|
@@ -30,8 +30,8 @@ export declare function serverURLFromOptions(options: SDKOptions): URL | null;
|
|
|
30
30
|
export declare const SDK_METADATA: {
|
|
31
31
|
readonly language: "typescript";
|
|
32
32
|
readonly openapiDocVersion: "1.0.0";
|
|
33
|
-
readonly sdkVersion: "0.1.
|
|
34
|
-
readonly genVersion: "2.801.
|
|
35
|
-
readonly userAgent: "speakeasy-sdk/typescript 0.1.
|
|
33
|
+
readonly sdkVersion: "0.1.1";
|
|
34
|
+
readonly genVersion: "2.801.2";
|
|
35
|
+
readonly userAgent: "speakeasy-sdk/typescript 0.1.1 2.801.2 1.0.0 @detent/sdk";
|
|
36
36
|
};
|
|
37
37
|
//# sourceMappingURL=config.d.ts.map
|
package/dist/esm/lib/config.js
CHANGED
|
@@ -31,8 +31,8 @@ export function serverURLFromOptions(options) {
|
|
|
31
31
|
export const SDK_METADATA = {
|
|
32
32
|
language: "typescript",
|
|
33
33
|
openapiDocVersion: "1.0.0",
|
|
34
|
-
sdkVersion: "0.1.
|
|
35
|
-
genVersion: "2.801.
|
|
36
|
-
userAgent: "speakeasy-sdk/typescript 0.1.
|
|
34
|
+
sdkVersion: "0.1.1",
|
|
35
|
+
genVersion: "2.801.2",
|
|
36
|
+
userAgent: "speakeasy-sdk/typescript 0.1.1 2.801.2 1.0.0 @detent/sdk",
|
|
37
37
|
};
|
|
38
38
|
//# sourceMappingURL=config.js.map
|
package/jsr.json
CHANGED
package/package.json
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@detent/sdk",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.1",
|
|
4
4
|
"author": "Speakeasy",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"repository": {
|
|
7
7
|
"type": "git",
|
|
8
|
-
"url": "https://github.com/detentsh/sdk"
|
|
8
|
+
"url": "https://github.com/detentsh/sdk.git"
|
|
9
9
|
},
|
|
10
10
|
"tshy": {
|
|
11
11
|
"sourceDialects": [
|
package/src/lib/config.ts
CHANGED
|
@@ -63,7 +63,7 @@ export function serverURLFromOptions(options: SDKOptions): URL | null {
|
|
|
63
63
|
export const SDK_METADATA = {
|
|
64
64
|
language: "typescript",
|
|
65
65
|
openapiDocVersion: "1.0.0",
|
|
66
|
-
sdkVersion: "0.1.
|
|
67
|
-
genVersion: "2.801.
|
|
68
|
-
userAgent: "speakeasy-sdk/typescript 0.1.
|
|
66
|
+
sdkVersion: "0.1.1",
|
|
67
|
+
genVersion: "2.801.2",
|
|
68
|
+
userAgent: "speakeasy-sdk/typescript 0.1.1 2.801.2 1.0.0 @detent/sdk",
|
|
69
69
|
} as const;
|