@hangox/mg-cli 1.1.3 → 1.1.4

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/cli.js CHANGED
@@ -278,9 +278,6 @@ function parseMgpLink(link) {
278
278
  }
279
279
  if (encodedPageId) {
280
280
  const pageId = decodeURIComponent(encodedPageId);
281
- if (!/^\d+:\d+$/.test(pageId)) {
282
- return null;
283
- }
284
281
  return {
285
282
  pageUrl,
286
283
  pageId