@uniformdev/project-map 19.22.0 → 19.23.0

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/dist/index.esm.js CHANGED
@@ -252,7 +252,7 @@ var _Route = class {
252
252
  }
253
253
  const dynamicSegmentValue = dynamicInputValues[dynamicSegmentName];
254
254
  if (!dynamicSegmentValue) {
255
- console.warn(
255
+ console.log(
256
256
  "Missing dynamic input value for",
257
257
  dynamicSegmentName,
258
258
  "in",
package/dist/index.js CHANGED
@@ -280,7 +280,7 @@ var _Route = class {
280
280
  }
281
281
  const dynamicSegmentValue = dynamicInputValues[dynamicSegmentName];
282
282
  if (!dynamicSegmentValue) {
283
- console.warn(
283
+ console.log(
284
284
  "Missing dynamic input value for",
285
285
  dynamicSegmentName,
286
286
  "in",
package/dist/index.mjs CHANGED
@@ -252,7 +252,7 @@ var _Route = class {
252
252
  }
253
253
  const dynamicSegmentValue = dynamicInputValues[dynamicSegmentName];
254
254
  if (!dynamicSegmentValue) {
255
- console.warn(
255
+ console.log(
256
256
  "Missing dynamic input value for",
257
257
  dynamicSegmentName,
258
258
  "in",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@uniformdev/project-map",
3
- "version": "19.22.0",
3
+ "version": "19.23.0",
4
4
  "description": "Uniform Project Map",
5
5
  "license": "SEE LICENSE IN LICENSE.txt",
6
6
  "main": "./dist/index.js",
@@ -32,11 +32,11 @@
32
32
  "/dist"
33
33
  ],
34
34
  "dependencies": {
35
- "@uniformdev/canvas": "19.22.0",
36
- "@uniformdev/context": "19.22.0"
35
+ "@uniformdev/canvas": "19.23.0",
36
+ "@uniformdev/context": "19.23.0"
37
37
  },
38
38
  "publishConfig": {
39
39
  "access": "public"
40
40
  },
41
- "gitHead": "f3b826c15f64a8abc5bd7ca08c0539bd85684cf9"
41
+ "gitHead": "35c696a78e1909a73bc290663603d015927bbe28"
42
42
  }