Skip to content

Commit

Permalink
Update clasp (#11)
Browse files Browse the repository at this point in the history
* Fix typo in README: "They" -> "The" (google#975)

* Add config-files and esmodules to docs/README (google#986)

* Improve output (and suppress GaxiosError) on failed push (google#857)

* fix run.md for Google Workspace user (google#898)

* chore(deps-dev): bump @babel/traverse from 7.14.2 to 7.23.2 (google#982)

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore(deps): bump nanoid and mocha (google#977)

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore(deps): bump minimatch, recursive-readdir and mocha (google#976)

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore(deps-dev): bump word-wrap from 1.2.3 to 1.2.4 (google#970)

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore(deps): bump semver from 5.7.1 to 5.7.2 (google#969)

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore(deps): bump json-schema and jsprim (google#943)

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore(deps): bump node-forge and google-p12-pem (google#941)

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore(deps): bump qs from 6.5.2 to 6.5.3 (google#951)

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore(deps): bump json5 from 2.2.0 to 2.2.3 (google#954)

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore(deps): bump http-cache-semantics from 4.1.0 to 4.1.1 (google#958)

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* [docs] Add clasp run instructions to deploy script as API Executable (google#1004)

* Fix typo (google#1002)

* update install command for `@types/google-apps-script` (google#999)

* rebuild

---------

Co-authored-by: Adam Smith <[email protected]>
Co-authored-by: Ravi van Rooijen <[email protected]>
Co-authored-by: Nu11u5 <[email protected]>
Co-authored-by: Hirokazu Takatama <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Dan Dascalescu <[email protected]>
Co-authored-by: Alejandro Marco <[email protected]>
Co-authored-by: Joseph Mearman <[email protected]>
  • Loading branch information
9 people authored May 9, 2024
1 parent ca56bbd commit acdc71f
Show file tree
Hide file tree
Showing 27 changed files with 747 additions and 420 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -448,7 +448,7 @@ If `newValue` is omitted it returns the current setting value.

#### Options

- `settingKey`: settingKey They key in `.clasp.json` you want to change
- `settingKey`: settingKey The key in `.clasp.json` you want to change
- `newValue`: newValue The new value for the setting

#### Examples
Expand Down
2 changes: 1 addition & 1 deletion build/src/auth.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion build/src/commands/create.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion build/src/commands/create.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion build/src/commands/setting.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion build/src/commands/setting.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion build/src/conf.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion build/src/conf.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion build/src/files.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ export declare const getAppsScriptFileName: (rootDir: string, filePath: string)
export declare const fetchProject: (scriptId: string, versionNumber?: number | undefined, silent?: boolean) => Promise<AppsScriptFile[]>;
/**
* Writes files locally to `pwd` with dots converted to subdirectories.
* @param {AppsScriptFile[]} Files to wirte
* @param {AppsScriptFile[]} Files to write
* @param {string?} rootDir The directory to save the project files to. Defaults to `pwd`
*/
export declare const writeProjectFiles: (files: AppsScriptFile[], rootDir?: string) => Promise<void>;
Expand Down
8 changes: 4 additions & 4 deletions build/src/files.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit acdc71f

Please sign in to comment.