Skip to content

Commit 59304c5

Browse files
committed
updated the project with new scriptId and new version
1 parent 34510db commit 59304c5

3 files changed

Lines changed: 9 additions & 9 deletions

File tree

.clasp.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
2+
"scriptId": "1IzIEW1uGP4WWdowrlYyNEwhasdXObby_Lik-xwRXn3uWFUitm19SHAhU",
23
"rootDir": "dist",
3-
"scriptId": "1EBKJNiPs_XxntcBHxMKJgfBr7089AHhT3boz7_Lkc6AD0hjsQavkIjxz",
44
"parentId": [
5-
"1UAVn7sP1pTutyOM2i95jxQz6sjVr2ZrxhG82uLIdd70"
5+
"1NVNWs4Wdj2ib6hhPgq1kzA-BMtydvk_SnxoK1K2yX5o"
66
]
7-
}
7+
}

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
{
22
"name": "google-plugin",
3-
"version": "1.0.0",
3+
"version": "1.1.0",
44
"type": "module",
55
"scripts": {
66
"dev": "vite",
77
"lint": "eslint .",
8-
"login": "clasp login",
9-
"setup": "rimraf .clasp.json && mkdirp dist && clasp create --type sheets --title \"My React Project\" --rootDir ./dist && mv ./dist/.clasp.json ./.clasp.json && rimraf dist",
10-
"open": "clasp open --addon",
11-
"push": "clasp push",
8+
"login": "npx clasp login",
9+
"setup": "rimraf .clasp.json && mkdirp dist && npx clasp create --type sheets --title \"My React Project\" --rootDir ./dist && mv ./dist/.clasp.json ./.clasp.json && rimraf dist",
10+
"open": "npx clasp open --addon",
11+
"push": "npx clasp push",
1212
"setup:https": "mkdirp certs && mkcert -key-file ./certs/key.pem -cert-file ./certs/cert.pem localhost 127.0.0.1",
1313
"build:dev": "tsc && vite build --mode development",
1414
"build:test": "tsc && NODE_ENV=test vite build --mode test",

src/client/sidebar/components/Sidebar.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -571,7 +571,7 @@ const Sidebar = () => {
571571
'Recursive, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif',
572572
}}
573573
>
574-
No selected diagrams
574+
No diagrams found in this document
575575
</Typography>
576576
)}
577577
</Container>

0 commit comments

Comments
 (0)