Skip to content

Commit 357d5bb

Browse files
committed
remove SDK versions from ref
1 parent b8b8ad4 commit 357d5bb

File tree

4 files changed

+2
-30
lines changed

4 files changed

+2
-30
lines changed

src/content/cre/llms-full-go.txt

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -14864,15 +14864,6 @@ For complete examples of including signatures in different formats (body, header
1486414864
Source: https://docs.chain.link/cre/reference/sdk/overview-go
1486514865
Last Updated: 2025-11-04
1486614866

14867-
<Aside type="note" title="Required SDK Version: v1.0.0">
14868-
To ensure compatibility, please use version `v1.0.0` for the core `cre-sdk-go` package and `v1.0.0-beta.0` for capability packages.
14869-
14870-
Always use `go get` with an explicit version tag to add dependencies:<br />
14871-
14872-
- Core SDK: `go get github.com/smartcontractkit/cre-sdk-go@v1.0.0`<br />
14873-
- Capabilities: `go get github.com/smartcontractkit/cre-sdk-go/capabilities/networking/http@v1.0.0-beta.0`
14874-
</Aside>
14875-
1487614867
This section provides a detailed technical reference for the public interfaces of the CRE Go SDK. Use this reference for quick lookups of specific functions, types, and method signatures.
1487714868

1487814869
## How to read this section

src/content/cre/llms-full-ts.txt

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15072,11 +15072,6 @@ const reserveInfo = httpClient
1507215072
Source: https://docs.chain.link/cre/reference/sdk/overview-ts
1507315073
Last Updated: 2026-01-29
1507415074

15075-
<Aside type="note" title="Required SDK Version: v1.0.7">
15076-
The CRE CLI automatically includes version `v1.0.7` of the `@chainlink/cre-sdk` package when you initialize a new
15077-
TypeScript workflow with `cre init`.
15078-
</Aside>
15079-
1508015075
This section provides a detailed technical reference for the public interfaces of the CRE TypeScript SDK. Use this reference for quick lookups of specific functions, types, and method signatures.
1508115076

1508215077
## How to read this section

src/content/cre/reference/sdk/overview-go.mdx

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -7,20 +7,11 @@ pageId: "reference-sdk-overview"
77
metadata:
88
description: "Explore the Go SDK API: complete technical reference for workflows, handlers, triggers, capabilities, and runtime methods."
99
datePublished: "2025-11-04"
10-
lastModified: "2025-11-04"
10+
lastModified: "2026-02-03"
1111
---
1212

1313
import { Aside } from "@components"
1414

15-
<Aside type="note" title="Required SDK Version: v1.0.0">
16-
To ensure compatibility, please use version `v1.0.0` for the core `cre-sdk-go` package and `v1.0.0-beta.0` for capability packages.
17-
18-
Always use `go get` with an explicit version tag to add dependencies:<br/>
19-
- Core SDK: `go get github.com/smartcontractkit/cre-sdk-go@v1.0.0`<br/>
20-
- Capabilities: `go get github.com/smartcontractkit/cre-sdk-go/capabilities/networking/http@v1.0.0-beta.0`
21-
22-
</Aside>
23-
2415
This section provides a detailed technical reference for the public interfaces of the CRE Go SDK. Use this reference for quick lookups of specific functions, types, and method signatures.
2516

2617
## How to read this section

src/content/cre/reference/sdk/overview-ts.mdx

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,16 +7,11 @@ pageId: "reference-sdk-overview"
77
metadata:
88
description: "Explore the TypeScript SDK API: complete technical reference for workflows, handlers, triggers, capabilities, and runtime methods."
99
datePublished: "2025-11-04"
10-
lastModified: "2026-01-29"
10+
lastModified: "2026-02-03"
1111
---
1212

1313
import { Aside } from "@components"
1414

15-
<Aside type="note" title="Required SDK Version: v1.0.7">
16-
The CRE CLI automatically includes version `v1.0.7` of the `@chainlink/cre-sdk` package when you initialize a new
17-
TypeScript workflow with `cre init`.
18-
</Aside>
19-
2015
This section provides a detailed technical reference for the public interfaces of the CRE TypeScript SDK. Use this reference for quick lookups of specific functions, types, and method signatures.
2116

2217
## How to read this section

0 commit comments

Comments
 (0)