google-spreadsheet-translation-sync 1.3.16 → 1.3.18

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.
Files changed (2) hide show
  1. package/README.md +5 -0
  2. package/package.json +3 -3
package/README.md CHANGED
@@ -107,6 +107,11 @@ Default value: `null`
107
107
 
108
108
  This is absolutely required to make it work
109
109
 
110
+ #### options.gid
111
+ Type: `String`
112
+ Default value: `0`
113
+
114
+ Allows to connect to a dedicated worksheet of the spreadsheet
110
115
 
111
116
  ## Tests
112
117
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "google-spreadsheet-translation-sync",
3
- "version": "1.3.16",
3
+ "version": "1.3.18",
4
4
  "description": "A plugin to read and write i18n translationsfrom and to google spreadsheets ",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -37,7 +37,7 @@
37
37
  "grunt-bump": "^0.8.0",
38
38
  "grunt-prompt": "^1.3.3",
39
39
  "grunt-shell": "^3.0.1",
40
- "mocha": "^6.2.0",
40
+ "mocha": "^10.2.0",
41
41
  "rimraf": "^3.0.0",
42
42
  "semver": "^6.3.0",
43
43
  "shell": "^0.5.0"
@@ -51,7 +51,7 @@
51
51
  "js-yaml": "^4.1.0",
52
52
  "mkdirp": "^0.5.5",
53
53
  "properties-reader": "^2.2.0",
54
- "shelljs": "^0.7.8",
54
+ "shelljs": "^0.8.5",
55
55
  "tmp": "^0.1.0"
56
56
  }
57
57
  }