@runnerpro/backend 1.1.13 → 1.1.14

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.
@@ -44,6 +44,7 @@ function readSheet({ sheetInstance, sheetName, sheetPage, cellPositionStart, cel
44
44
  return infoObjectFromSheet.data.values;
45
45
  }
46
46
  catch (error) {
47
+ console.log(error);
47
48
  (0, err_1.err)(null, null, error, null);
48
49
  }
49
50
  });
@@ -131,6 +132,7 @@ const writeSheet = ({ sheetInstance, sheetName, sheetPage, cellValue, cellPositi
131
132
  });
132
133
  }
133
134
  catch (error) {
135
+ console.log(error);
134
136
  (0, err_1.err)(null, null, error, null);
135
137
  }
136
138
  });
@@ -151,6 +153,7 @@ const appendSheet = ({ sheetInstance, sheetName, sheetPage, cellValues, cellPosi
151
153
  });
152
154
  }
153
155
  catch (error) {
156
+ console.log(error);
154
157
  (0, err_1.err)(null, null, error, null);
155
158
  }
156
159
  });
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/googleSheet/index.ts"],"names":[],"mappings":"AA4BA,iBAAe,SAAS,CAAC,EAAE,aAAa,EAAE,SAAS,EAAE,SAAS,EAAE,iBAAiB,EAAE,eAAe,EAAE;;;;;;CAAA,gBAcnG;AAED,QAAA,MAAM,eAAe;;;;;;;;;0BAiCpB,CAAC;AAGF,iBAAS,SAAS,CAAC,MAAM,KAAA,UAaxB;AAED,iBAAS,iBAAiB,CAAC,MAAM,KAAA,UAOhC;AAED,QAAA,MAAM,UAAU;;;;;;mBAgBf,CAAC;AAEF,QAAA,MAAM,WAAW;;;;;;mBAiBhB,CAAC;AAEF,OAAO,EAAE,SAAS,EAAE,eAAe,EAAE,UAAU,EAAE,WAAW,EAAE,iBAAiB,EAAE,SAAS,EAAE,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/googleSheet/index.ts"],"names":[],"mappings":"AA4BA,iBAAe,SAAS,CAAC,EAAE,aAAa,EAAE,SAAS,EAAE,SAAS,EAAE,iBAAiB,EAAE,eAAe,EAAE;;;;;;CAAA,gBAenG;AAED,QAAA,MAAM,eAAe;;;;;;;;;0BAiCpB,CAAC;AAGF,iBAAS,SAAS,CAAC,MAAM,KAAA,UAaxB;AAED,iBAAS,iBAAiB,CAAC,MAAM,KAAA,UAOhC;AAED,QAAA,MAAM,UAAU;;;;;;mBAiBf,CAAC;AAEF,QAAA,MAAM,WAAW;;;;;;mBAkBhB,CAAC;AAEF,OAAO,EAAE,SAAS,EAAE,eAAe,EAAE,UAAU,EAAE,WAAW,EAAE,iBAAiB,EAAE,SAAS,EAAE,CAAC"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@runnerpro/backend",
3
- "version": "1.1.13",
3
+ "version": "1.1.14",
4
4
  "description": "A collection of common backend functions",
5
5
  "exports": {
6
6
  ".": "./lib/cjs/index.js"