@uniformdev/project-map 19.99.0 → 19.100.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 +0 -7
- package/dist/index.js +0 -7
- package/dist/index.mjs +0 -7
- package/package.json +4 -4
package/dist/index.esm.js
CHANGED
|
@@ -253,13 +253,6 @@ var _Route = class _Route {
|
|
|
253
253
|
}
|
|
254
254
|
const dynamicSegmentValue = dynamicInputValues[dynamicSegmentName];
|
|
255
255
|
if (!dynamicSegmentValue) {
|
|
256
|
-
console.log(
|
|
257
|
-
"Missing dynamic input value for",
|
|
258
|
-
dynamicSegmentName,
|
|
259
|
-
"in",
|
|
260
|
-
this.route,
|
|
261
|
-
"using literal value"
|
|
262
|
-
);
|
|
263
256
|
return segment;
|
|
264
257
|
}
|
|
265
258
|
return encodeRouteComponent(dynamicSegmentValue, doNotEscapeVariables);
|
package/dist/index.js
CHANGED
|
@@ -281,13 +281,6 @@ var _Route = class _Route {
|
|
|
281
281
|
}
|
|
282
282
|
const dynamicSegmentValue = dynamicInputValues[dynamicSegmentName];
|
|
283
283
|
if (!dynamicSegmentValue) {
|
|
284
|
-
console.log(
|
|
285
|
-
"Missing dynamic input value for",
|
|
286
|
-
dynamicSegmentName,
|
|
287
|
-
"in",
|
|
288
|
-
this.route,
|
|
289
|
-
"using literal value"
|
|
290
|
-
);
|
|
291
284
|
return segment;
|
|
292
285
|
}
|
|
293
286
|
return encodeRouteComponent(dynamicSegmentValue, doNotEscapeVariables);
|
package/dist/index.mjs
CHANGED
|
@@ -253,13 +253,6 @@ var _Route = class _Route {
|
|
|
253
253
|
}
|
|
254
254
|
const dynamicSegmentValue = dynamicInputValues[dynamicSegmentName];
|
|
255
255
|
if (!dynamicSegmentValue) {
|
|
256
|
-
console.log(
|
|
257
|
-
"Missing dynamic input value for",
|
|
258
|
-
dynamicSegmentName,
|
|
259
|
-
"in",
|
|
260
|
-
this.route,
|
|
261
|
-
"using literal value"
|
|
262
|
-
);
|
|
263
256
|
return segment;
|
|
264
257
|
}
|
|
265
258
|
return encodeRouteComponent(dynamicSegmentValue, doNotEscapeVariables);
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@uniformdev/project-map",
|
|
3
|
-
"version": "19.
|
|
3
|
+
"version": "19.100.0",
|
|
4
4
|
"description": "Uniform Project Map",
|
|
5
5
|
"license": "SEE LICENSE IN LICENSE.txt",
|
|
6
6
|
"main": "./dist/index.js",
|
|
@@ -33,11 +33,11 @@
|
|
|
33
33
|
"/dist"
|
|
34
34
|
],
|
|
35
35
|
"dependencies": {
|
|
36
|
-
"@uniformdev/canvas": "19.
|
|
37
|
-
"@uniformdev/context": "19.
|
|
36
|
+
"@uniformdev/canvas": "19.100.0",
|
|
37
|
+
"@uniformdev/context": "19.100.0"
|
|
38
38
|
},
|
|
39
39
|
"publishConfig": {
|
|
40
40
|
"access": "public"
|
|
41
41
|
},
|
|
42
|
-
"gitHead": "
|
|
42
|
+
"gitHead": "3a7c70c06a71b4ecc211ab15eb3bb185480ccf36"
|
|
43
43
|
}
|