@intuned/runtime-dev 1.0.0-udas.2 → 1.0.0-udas.3

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.
@@ -87,6 +87,7 @@ async function* runApiGenerator({
87
87
  downloadsPath,
88
88
  storageState: auth === null || auth === void 0 ? void 0 : auth.session
89
89
  }));
90
+ console.log("Got page and context");
90
91
  } else {
91
92
  const {
92
93
  mode,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@intuned/runtime-dev",
3
- "version": "1.0.0-udas.2",
3
+ "version": "1.0.0-udas.3",
4
4
  "description": "Intuned runtime",
5
5
  "exports": {
6
6
  ".": "./dist/index.js",