@valbuild/server 0.43.0 → 0.43.1

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.
@@ -730,7 +730,6 @@ globalThis.valModule = {
730
730
  } else {
731
731
  result.value.dispose();
732
732
  const valModule = context.getProp(context.global, "valModule").consume(context.dump);
733
- console.log(valModule);
734
733
  if (!valModule) {
735
734
  fatalErrors.push(`Could not find any modules at: ${id}`);
736
735
  } else if (valModule.defaultExport === false) {
@@ -730,7 +730,6 @@ globalThis.valModule = {
730
730
  } else {
731
731
  result.value.dispose();
732
732
  const valModule = context.getProp(context.global, "valModule").consume(context.dump);
733
- console.log(valModule);
734
733
  if (!valModule) {
735
734
  fatalErrors.push(`Could not find any modules at: ${id}`);
736
735
  } else if (valModule.defaultExport === false) {
@@ -700,7 +700,6 @@ globalThis.valModule = {
700
700
  } else {
701
701
  result.value.dispose();
702
702
  const valModule = context.getProp(context.global, "valModule").consume(context.dump);
703
- console.log(valModule);
704
703
  if (!valModule) {
705
704
  fatalErrors.push(`Could not find any modules at: ${id}`);
706
705
  } else if (valModule.defaultExport === false) {
package/package.json CHANGED
@@ -12,7 +12,7 @@
12
12
  "./package.json": "./package.json"
13
13
  },
14
14
  "types": "dist/valbuild-server.cjs.d.ts",
15
- "version": "0.43.0",
15
+ "version": "0.43.1",
16
16
  "scripts": {
17
17
  "typecheck": "tsc --noEmit",
18
18
  "test": "jest",
@@ -24,9 +24,9 @@
24
24
  "concurrently": "^7.6.0"
25
25
  },
26
26
  "dependencies": {
27
- "@valbuild/core": "~0.43.0",
28
- "@valbuild/shared": "~0.43.0",
29
- "@valbuild/ui": "~0.43.0",
27
+ "@valbuild/core": "~0.43.1",
28
+ "@valbuild/shared": "~0.43.1",
29
+ "@valbuild/ui": "~0.43.1",
30
30
  "express": "^4.18.2",
31
31
  "image-size": "^1.0.2",
32
32
  "queue": "^6.0.2",