create-next-imagicma 0.1.1 → 0.1.2

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-next-imagicma",
3
- "version": "0.1.1",
3
+ "version": "0.1.2",
4
4
  "type": "module",
5
5
  "bin": {
6
6
  "create-next-imagicma": "./bin/create-next-imagicma.mjs"
@@ -3,7 +3,7 @@
3
3
  var VERSION = 1;
4
4
  var MAX_TEXT_LENGTH = 240;
5
5
  var MAX_SELECTOR_LENGTH = 512;
6
- var PROD_PARENT_ORIGIN = 'https://www.imagicma.cn';
6
+ var PROD_PARENT_ORIGIN = 'https://imagicma.cn';
7
7
  var LOCAL_PARENT_RE = /^https?:\/\/(localhost|127\.0\.0\.1)(:\d+)?$/i;
8
8
  var LOCAL_IMAGICMA_PARENT_RE = /^https?:\/\/([a-z0-9-]+\.)?local\.imagicma\.cn(:\d+)?$/i;
9
9