Skip to content

Commit 9474788

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

File tree

6 files changed

+5
-5
lines changed

6 files changed

+5
-5
lines changed

packages/extension-sdk/package.json

+1-1
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

+1-1
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

+1-1
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

-1
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

+1-1
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

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

0 commit comments

Comments
 (0)