@lrnwebcomponents/simple-img
Advanced tools
Comparing version 4.0.25 to 4.0.26
@@ -16,7 +16,7 @@ { | ||
"start": { | ||
"line": 129, | ||
"line": 153, | ||
"column": 2 | ||
}, | ||
"end": { | ||
"line": 131, | ||
"line": 155, | ||
"column": 3 | ||
@@ -34,7 +34,7 @@ } | ||
"start": { | ||
"line": 137, | ||
"line": 161, | ||
"column": 2 | ||
}, | ||
"end": { | ||
"line": 139, | ||
"line": 163, | ||
"column": 3 | ||
@@ -52,7 +52,7 @@ } | ||
"start": { | ||
"line": 145, | ||
"line": 169, | ||
"column": 2 | ||
}, | ||
"end": { | ||
"line": 147, | ||
"line": 171, | ||
"column": 3 | ||
@@ -70,7 +70,7 @@ } | ||
"start": { | ||
"line": 153, | ||
"line": 177, | ||
"column": 2 | ||
}, | ||
"end": { | ||
"line": 155, | ||
"line": 179, | ||
"column": 3 | ||
@@ -88,7 +88,7 @@ } | ||
"start": { | ||
"line": 161, | ||
"line": 185, | ||
"column": 2 | ||
}, | ||
"end": { | ||
"line": 163, | ||
"line": 187, | ||
"column": 3 | ||
@@ -106,7 +106,7 @@ } | ||
"start": { | ||
"line": 169, | ||
"line": 193, | ||
"column": 2 | ||
}, | ||
"end": { | ||
"line": 171, | ||
"line": 195, | ||
"column": 3 | ||
@@ -124,7 +124,7 @@ } | ||
"start": { | ||
"line": 181, | ||
"line": 205, | ||
"column": 2 | ||
}, | ||
"end": { | ||
"line": 183, | ||
"line": 207, | ||
"column": 3 | ||
@@ -142,7 +142,7 @@ } | ||
"start": { | ||
"line": 189, | ||
"line": 213, | ||
"column": 2 | ||
}, | ||
"end": { | ||
"line": 191, | ||
"line": 215, | ||
"column": 3 | ||
@@ -160,7 +160,7 @@ } | ||
"start": { | ||
"line": 197, | ||
"line": 221, | ||
"column": 2 | ||
}, | ||
"end": { | ||
"line": 199, | ||
"line": 223, | ||
"column": 3 | ||
@@ -178,7 +178,7 @@ } | ||
"start": { | ||
"line": 201, | ||
"line": 225, | ||
"column": 2 | ||
}, | ||
"end": { | ||
"line": 203, | ||
"line": 227, | ||
"column": 3 | ||
@@ -196,7 +196,7 @@ } | ||
"start": { | ||
"line": 209, | ||
"line": 233, | ||
"column": 2 | ||
}, | ||
"end": { | ||
"line": 211, | ||
"line": 235, | ||
"column": 3 | ||
@@ -214,7 +214,7 @@ } | ||
"start": { | ||
"line": 217, | ||
"line": 241, | ||
"column": 2 | ||
}, | ||
"end": { | ||
"line": 219, | ||
"line": 243, | ||
"column": 3 | ||
@@ -232,7 +232,7 @@ } | ||
"start": { | ||
"line": 225, | ||
"line": 249, | ||
"column": 2 | ||
}, | ||
"end": { | ||
"line": 227, | ||
"line": 251, | ||
"column": 3 | ||
@@ -251,7 +251,7 @@ } | ||
"start": { | ||
"line": 70, | ||
"line": 90, | ||
"column": 2 | ||
}, | ||
"end": { | ||
"line": 84, | ||
"line": 104, | ||
"column": 3 | ||
@@ -272,7 +272,7 @@ } | ||
"start": { | ||
"line": 87, | ||
"line": 107, | ||
"column": 2 | ||
}, | ||
"end": { | ||
"line": 104, | ||
"line": 128, | ||
"column": 3 | ||
@@ -303,7 +303,7 @@ } | ||
"start": { | ||
"line": 106, | ||
"line": 130, | ||
"column": 2 | ||
}, | ||
"end": { | ||
"line": 111, | ||
"line": 135, | ||
"column": 3 | ||
@@ -324,7 +324,7 @@ } | ||
"start": { | ||
"line": 113, | ||
"line": 137, | ||
"column": 2 | ||
}, | ||
"end": { | ||
"line": 126, | ||
"line": 150, | ||
"column": 3 | ||
@@ -345,7 +345,7 @@ } | ||
"start": { | ||
"line": 2, | ||
"line": 5, | ||
"column": 7 | ||
}, | ||
"end": { | ||
"line": 232, | ||
"line": 256, | ||
"column": 1 | ||
@@ -352,0 +352,0 @@ } |
@@ -23,3 +23,3 @@ { | ||
}, | ||
"version": "4.0.25", | ||
"version": "4.0.26", | ||
"description": "simple image manipulation with a microservice", | ||
@@ -47,2 +47,5 @@ "repository": { | ||
"license": "Apache-2.0", | ||
"dependencies": { | ||
"@lrnwebcomponents/micro-frontend-registry": "^4.0.26" | ||
}, | ||
"devDependencies": { | ||
@@ -71,3 +74,3 @@ "@lrnwebcomponents/deduping-fix": "^4.0.0", | ||
], | ||
"gitHead": "0af870d14d29af2e5f834389cc9b00a5d250b4da" | ||
"gitHead": "3bbd2c3e61b733676cfc09959011f8ade1cd0ea0" | ||
} |
@@ -16,3 +16,3 @@ import { | ||
const mf = new MicroFrontend({ | ||
endpoint: "/api/services/media/image/manipulate", | ||
endpoint: `${!window.location.origin.includes('://localhost') ? 'https://lrnwebcomponents.vercel.app' : ''}/api/services/media/image/manipulate`, | ||
name: "simple-img", | ||
@@ -19,0 +19,0 @@ title: "simple image manipulation", |
@@ -16,3 +16,3 @@ import { | ||
const mf = new MicroFrontend({ | ||
endpoint: "/api/services/media/image/manipulate", | ||
endpoint: `${!window.location.origin.includes('://localhost') ? 'https://lrnwebcomponents.vercel.app' : ''}/api/services/media/image/manipulate`, | ||
name: "simple-img", | ||
@@ -19,0 +19,0 @@ title: "simple image manipulation", |
Sorry, the diff of this file is not supported yet
62302
1
+ Added@lrnwebcomponents/micro-frontend-registry@4.2.0(transitive)