sfc-utils 1.3.45 → 1.3.46

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/copy/c2p_sheet.js CHANGED
@@ -71,7 +71,7 @@ let createSheet = (auth, fallback, configData) => {
71
71
  //'copyCollaborators': true // This doesn't work unfortunately
72
72
  },
73
73
  (err, resp) => {
74
- console.log(resp);
74
+ console.log("SHEET RESP", resp);
75
75
  // Make edits to the sheet to match the repo details
76
76
  let resources = {
77
77
  auth: auth,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sfc-utils",
3
- "version": "1.3.45",
3
+ "version": "1.3.46",
4
4
  "author": "ewagstaff <evanjwagstaff@gmail.com>",
5
5
  "dependencies": {
6
6
  "archieml": "^0.4.2",