@platforma-sdk/bootstrap 3.2.11 → 3.2.13
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.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +1 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +4 -4
package/dist/index.mjs
CHANGED
|
@@ -287,7 +287,7 @@ async function zr(a, e) {
|
|
|
287
287
|
const t = e.toLowerCase();
|
|
288
288
|
await ee(
|
|
289
289
|
m.join(a, "ui", "src", "pages", "MainPage.vue"),
|
|
290
|
-
new RegExp(`.*${t}Message.*\\n
|
|
290
|
+
new RegExp(`.*${t}Message.*\\n`, "g")
|
|
291
291
|
), await ee(
|
|
292
292
|
m.join(a, "model", "src", "index.ts"),
|
|
293
293
|
new RegExp(`.*${t}Message.*\\n\\n`, "g")
|