Skip to content

Commit 5f9930c

Browse files
feat!: SDK support for 22.0
1 parent e24480c commit 5f9930c

File tree

7 files changed

+8
-8
lines changed

7 files changed

+8
-8
lines changed

packages/extension-sdk/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
},
4141
"dependencies": {
4242
"@looker/chatty": "^2.3.0",
43-
"@looker/sdk": "^21.20.1",
43+
"@looker/sdk": "^22.0.0",
4444
"@looker/sdk-rtl": "^21.3.1",
4545
"deepmerge": "^4.2.2",
4646
"readable-stream": "^3.4.0",

packages/sdk-codegen/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@looker/sdk-codegen",
3-
"version": "21.3.1",
3+
"version": "22.0.0",
44
"description": "Looker SDK Codegen core",
55
"main": "lib/index.js",
66
"module": "lib/esm/index.js",

packages/sdk-node/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
"dotenv": "^8.2.0"
3939
},
4040
"dependencies": {
41-
"@looker/sdk": "^21.20.1",
41+
"@looker/sdk": "^22.0.0",
4242
"@looker/sdk-rtl": "^21.3.1",
4343
"ini": "^1.3.8",
4444
"readable-stream": "^3.4.0",

packages/sdk/README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
# Looker SDK
22

3-
43
The Looker SDK for TypeScript/JavaScript works with Node and browser run-times. The SDK provides a convenient way to communicate with a Looker server's APIs.
54

65
This package supports using the Looker SDK in the browser. The [@looker/sdk-node](https://www.npmjs.com/package/@looker/sdk-node) package depends on this package (@looker/sdk) and [@looker/sdk-rtl](https://www.npmjs.com/package/@looker/sdk-rtl).

packages/sdk/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@looker/sdk",
3-
"version": "21.20.1",
3+
"version": "22.0.0",
44
"description": "Looker SDK",
55
"main": "lib/index.js",
66
"module": "lib/esm/index.js",

packages/sdk/tsconfig.build.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
12
{
23
"extends": "../../tsconfig.build.json",
34
"compilerOptions": {

release-please-config.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,13 @@
1212
"packages/extension-utils": { "release-as": "" },
1313
"packages/hackathon": { "release-as": ""},
1414
"packages/run-it": { "release-as": "" },
15-
"packages/sdk": { "release-as": "22.0.0"},
16-
"packages/sdk-codegen": { "release-as": "22.0.0" },
15+
"packages/sdk": { "release-as": ""},
16+
"packages/sdk-codegen": { "release-as": "" },
1717
"packages/sdk-codegen-scripts": { "release-as": "" },
1818
"packages/sdk-codegen-utils": { "release-as": ""},
1919
"packages/sdk-node": { "release-as": ""},
2020
"packages/sdk-rtl": { "release-as": "" },
2121
"packages/wholly-sheet": { "release-as": "" },
22-
"python": { "release-type": "python", "package-name": "looker_sdk", "release-as": "22.0.0" }
22+
"python": { "release-type": "python", "package-name": "looker_sdk", "release-as": "" }
2323
}
2424
}

0 commit comments

Comments
 (0)