@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 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 <UNSET>
47
+ npm add @detent/sdk
52
48
  ```
53
49
 
54
50
  ### PNPM
55
51
 
56
52
  ```bash
57
- pnpm add <UNSET>
53
+ pnpm add @detent/sdk
58
54
  ```
59
55
 
60
56
  ### Bun
61
57
 
62
58
  ```bash
63
- bun add <UNSET>
59
+ bun add @detent/sdk
64
60
  ```
65
61
 
66
62
  ### Yarn
67
63
 
68
64
  ```bash
69
- yarn add <UNSET>
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.0";
34
- readonly genVersion: "2.801.0";
35
- readonly userAgent: "speakeasy-sdk/typescript 0.1.0 2.801.0 1.0.0 @detent/sdk";
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.0",
39
- genVersion: "2.801.0",
40
- userAgent: "speakeasy-sdk/typescript 0.1.0 2.801.0 1.0.0 @detent/sdk",
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
@@ -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.0";
34
- readonly genVersion: "2.801.0";
35
- readonly userAgent: "speakeasy-sdk/typescript 0.1.0 2.801.0 1.0.0 @detent/sdk";
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
@@ -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.0",
35
- genVersion: "2.801.0",
36
- userAgent: "speakeasy-sdk/typescript 0.1.0 2.801.0 1.0.0 @detent/sdk",
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
@@ -18,7 +18,7 @@
18
18
  },
19
19
  "..": {
20
20
  "name": "@detent/sdk",
21
- "version": "0.1.0",
21
+ "version": "0.1.1",
22
22
  "dependencies": {
23
23
  "zod": "^3.25.65 || ^4.0.0"
24
24
  },
package/jsr.json CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  {
4
4
  "name": "@detent/sdk",
5
- "version": "0.1.0",
5
+ "version": "0.1.1",
6
6
  "exports": {
7
7
  ".": "./src/index.ts",
8
8
  "./models/errors": "./src/models/errors/index.ts",
package/package.json CHANGED
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@detent/sdk",
3
- "version": "0.1.0",
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.0",
67
- genVersion: "2.801.0",
68
- userAgent: "speakeasy-sdk/typescript 0.1.0 2.801.0 1.0.0 @detent/sdk",
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;