@googleapis/sheets 5.0.2 → 5.0.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +14 -0
- package/build/v4.d.ts +1 -1
- package/package.json +3 -3
- package/v4.ts +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,19 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [5.0.4](https://github.com/googleapis/google-api-nodejs-client/compare/sheets-v5.0.3...sheets-v5.0.4) (2023-08-25)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Bug Fixes
|
|
7
|
+
|
|
8
|
+
* **deps:** update dependency googleapis-common to v7 ([9491ec1](https://github.com/googleapis/google-api-nodejs-client/commit/9491ec1cdc3c413e7d73edcfcd59cf5c28a7c855))
|
|
9
|
+
|
|
10
|
+
## [5.0.3](https://github.com/googleapis/google-api-nodejs-client/compare/sheets-v5.0.2...sheets-v5.0.3) (2023-08-15)
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
### Bug Fixes
|
|
14
|
+
|
|
15
|
+
* **sheets:** update the API ([19e06a7](https://github.com/googleapis/google-api-nodejs-client/commit/19e06a7c922dbb495c0861188329cc93a0abf0c3))
|
|
16
|
+
|
|
3
17
|
## [5.0.2](https://github.com/googleapis/google-api-nodejs-client/compare/sheets-v5.0.1...sheets-v5.0.2) (2023-08-09)
|
|
4
18
|
|
|
5
19
|
|
package/build/v4.d.ts
CHANGED
|
@@ -4159,7 +4159,7 @@ export declare namespace sheets_v4 {
|
|
|
4159
4159
|
*/
|
|
4160
4160
|
format?: Schema$TextFormat;
|
|
4161
4161
|
/**
|
|
4162
|
-
* The character index where this run starts.
|
|
4162
|
+
* The zero-based character index where this run starts, in UTF-16 code units.
|
|
4163
4163
|
*/
|
|
4164
4164
|
startIndex?: number | null;
|
|
4165
4165
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@googleapis/sheets",
|
|
3
|
-
"version": "5.0.
|
|
3
|
+
"version": "5.0.4",
|
|
4
4
|
"description": "sheets",
|
|
5
5
|
"main": "build/index.js",
|
|
6
6
|
"types": "build/index.d.ts",
|
|
@@ -28,12 +28,12 @@
|
|
|
28
28
|
"webpack": "webpack"
|
|
29
29
|
},
|
|
30
30
|
"dependencies": {
|
|
31
|
-
"googleapis-common": "^
|
|
31
|
+
"googleapis-common": "^7.0.0"
|
|
32
32
|
},
|
|
33
33
|
"devDependencies": {
|
|
34
34
|
"@microsoft/api-documenter": "^7.8.10",
|
|
35
35
|
"@microsoft/api-extractor": "^7.8.10",
|
|
36
|
-
"gts": "^
|
|
36
|
+
"gts": "^5.0.0",
|
|
37
37
|
"null-loader": "^4.0.0",
|
|
38
38
|
"ts-loader": "^9.0.0",
|
|
39
39
|
"typescript": "~4.8.4",
|
package/v4.ts
CHANGED
|
@@ -4205,7 +4205,7 @@ export namespace sheets_v4 {
|
|
|
4205
4205
|
*/
|
|
4206
4206
|
format?: Schema$TextFormat;
|
|
4207
4207
|
/**
|
|
4208
|
-
* The character index where this run starts.
|
|
4208
|
+
* The zero-based character index where this run starts, in UTF-16 code units.
|
|
4209
4209
|
*/
|
|
4210
4210
|
startIndex?: number | null;
|
|
4211
4211
|
}
|