Skip to content

Commit

Permalink
feat!: SDK support for 22.0
Browse files Browse the repository at this point in the history
  • Loading branch information
drstrangelooker committed Feb 4, 2022
1 parent e24480c commit 5f9930c
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion packages/extension-sdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
},
"dependencies": {
"@looker/chatty": "^2.3.0",
"@looker/sdk": "^21.20.1",
"@looker/sdk": "^22.0.0",
"@looker/sdk-rtl": "^21.3.1",
"deepmerge": "^4.2.2",
"readable-stream": "^3.4.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/sdk-codegen/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@looker/sdk-codegen",
"version": "21.3.1",
"version": "22.0.0",
"description": "Looker SDK Codegen core",
"main": "lib/index.js",
"module": "lib/esm/index.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/sdk-node/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"dotenv": "^8.2.0"
},
"dependencies": {
"@looker/sdk": "^21.20.1",
"@looker/sdk": "^22.0.0",
"@looker/sdk-rtl": "^21.3.1",
"ini": "^1.3.8",
"readable-stream": "^3.4.0",
Expand Down
1 change: 0 additions & 1 deletion packages/sdk/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
# Looker SDK


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.

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).
Expand Down
2 changes: 1 addition & 1 deletion packages/sdk/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@looker/sdk",
"version": "21.20.1",
"version": "22.0.0",
"description": "Looker SDK",
"main": "lib/index.js",
"module": "lib/esm/index.js",
Expand Down
1 change: 1 addition & 0 deletions packages/sdk/tsconfig.build.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@

{
"extends": "../../tsconfig.build.json",
"compilerOptions": {
Expand Down
6 changes: 3 additions & 3 deletions release-please-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,13 @@
"packages/extension-utils": { "release-as": "" },
"packages/hackathon": { "release-as": ""},
"packages/run-it": { "release-as": "" },
"packages/sdk": { "release-as": "22.0.0"},
"packages/sdk-codegen": { "release-as": "22.0.0" },
"packages/sdk": { "release-as": ""},
"packages/sdk-codegen": { "release-as": "" },
"packages/sdk-codegen-scripts": { "release-as": "" },
"packages/sdk-codegen-utils": { "release-as": ""},
"packages/sdk-node": { "release-as": ""},
"packages/sdk-rtl": { "release-as": "" },
"packages/wholly-sheet": { "release-as": "" },
"python": { "release-type": "python", "package-name": "looker_sdk", "release-as": "22.0.0" }
"python": { "release-type": "python", "package-name": "looker_sdk", "release-as": "" }
}
}

0 comments on commit 5f9930c

Please sign in to comment.