Skip to content

Commit 973415f

Browse files
committed
rename workspaceConnectionStorage to cloudStorage
1 parent 8e92522 commit 973415f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@beekeeperstudio/plugin",
3-
"version": "1.7.1-beta.1",
3+
"version": "1.7.1-beta.2",
44
"description": "A simple TypeScript wrapper to send messages from your Beekeeper Studio plugin to the main app.",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",

src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -370,7 +370,7 @@ export const appStorage = {
370370
// async clear(): Promise<void> {},
371371
};
372372

373-
export const workspaceConnectionStorage = {
373+
export const cloudStorage = {
374374
connection: {
375375
async getItem<T = unknown>(key: string): Promise<T | null> {
376376
return await request({

0 commit comments

Comments
 (0)