@runnerpro/backend 1.1.12 → 1.1.13

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.
@@ -146,7 +146,7 @@ const appendSheet = ({ sheetInstance, sheetName, sheetPage, cellValues, cellPosi
146
146
  valueInputOption: 'RAW',
147
147
  insertDataOption: 'INSERT_ROWS',
148
148
  resource: {
149
- values: cellValues,
149
+ values: [cellValues],
150
150
  },
151
151
  });
152
152
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@runnerpro/backend",
3
- "version": "1.1.12",
3
+ "version": "1.1.13",
4
4
  "description": "A collection of common backend functions",
5
5
  "exports": {
6
6
  ".": "./lib/cjs/index.js"