canvasxpress-cli 41.2.58 → 41.2.61

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/cmds/io.js CHANGED
@@ -139,7 +139,7 @@ module.exports = async (obj) => {
139
139
  await page.goto(defhtml);
140
140
  }
141
141
 
142
- await page.waitFor(() => typeof (CanvasXpress) !== undefined && CanvasXpress.ready);
142
+ await page.waitForTimeout(() => typeof (CanvasXpress) !== undefined && CanvasXpress.ready);
143
143
 
144
144
  await page.evaluate(`(${func.toString()})(${JSON.stringify(obj)})`);
145
145
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "canvasxpress-cli",
3
- "version": "41.2.58",
3
+ "version": "41.2.61",
4
4
  "license": {
5
5
  "type": "Dual licensing",
6
6
  "url": "https://www.canvasxpress.org/docs/license.html"
@@ -34,7 +34,6 @@
34
34
  "figlet": "^1.2.1",
35
35
  "minimist": "^1.2.0",
36
36
  "ora": "^3.4.0",
37
- "puppeteer": "^13.0.0",
38
- "canvasxpress": "^41.2.58"
37
+ "puppeteer": "^13.0.0"
39
38
  }
40
39
  }