We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8e92522 commit 973415fCopy full SHA for 973415f
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@beekeeperstudio/plugin",
3
- "version": "1.7.1-beta.1",
+ "version": "1.7.1-beta.2",
4
"description": "A simple TypeScript wrapper to send messages from your Beekeeper Studio plugin to the main app.",
5
"main": "dist/index.js",
6
"types": "dist/index.d.ts",
src/index.ts
@@ -370,7 +370,7 @@ export const appStorage = {
370
// async clear(): Promise<void> {},
371
};
372
373
-export const workspaceConnectionStorage = {
+export const cloudStorage = {
374
connection: {
375
async getItem<T = unknown>(key: string): Promise<T | null> {
376
return await request({
0 commit comments