@intuned/runtime-dev 1.2.1-hooks.1 → 1.2.1-hooks.2

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.
@@ -34,7 +34,11 @@ async function createUserDirWithPreferences() {
34
34
  return userDir;
35
35
  }
36
36
  async function loadInitializeContextHook(importFunction) {
37
+ console.log("Loading initializeContext hook");
37
38
  const result = await importFunction("hooks/initializeContext");
39
+ console.log({
40
+ result
41
+ });
38
42
  if (result.isErr()) {
39
43
  if (result.error.type === "not_found") {
40
44
  return null;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@intuned/runtime-dev",
3
- "version": "1.2.1-hooks.1",
3
+ "version": "1.2.1-hooks.2",
4
4
  "description": "Intuned runtime",
5
5
  "exports": {
6
6
  ".": "./dist/index.js",