@uniformdev/canvas 20.71.2-alpha.13 → 20.71.2-alpha.14

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 CHANGED
@@ -3156,9 +3156,7 @@ var getParameterAttributes = ({
3156
3156
 
3157
3157
  // src/utils/isAllowedReferrer.ts
3158
3158
  var isAllowedReferrer = (referrer) => {
3159
- return Boolean(
3160
- referrer == null ? void 0 : referrer.match(/(^https:\/\/|\.)(uniform.app|uniform.wtf|uniformcode.ai|localhost:\d{4})\//)
3161
- );
3159
+ return Boolean(referrer == null ? void 0 : referrer.match(/(^https:\/\/|\.)(uniform.app|uniform.wtf|localhost:\d{4})\//));
3162
3160
  };
3163
3161
 
3164
3162
  // src/utils/isSystemComponentDefinition.ts
package/dist/index.js CHANGED
@@ -3365,9 +3365,7 @@ var getParameterAttributes = ({
3365
3365
 
3366
3366
  // src/utils/isAllowedReferrer.ts
3367
3367
  var isAllowedReferrer = (referrer) => {
3368
- return Boolean(
3369
- referrer == null ? void 0 : referrer.match(/(^https:\/\/|\.)(uniform.app|uniform.wtf|uniformcode.ai|localhost:\d{4})\//)
3370
- );
3368
+ return Boolean(referrer == null ? void 0 : referrer.match(/(^https:\/\/|\.)(uniform.app|uniform.wtf|localhost:\d{4})\//));
3371
3369
  };
3372
3370
 
3373
3371
  // src/utils/isSystemComponentDefinition.ts
package/dist/index.mjs CHANGED
@@ -3156,9 +3156,7 @@ var getParameterAttributes = ({
3156
3156
 
3157
3157
  // src/utils/isAllowedReferrer.ts
3158
3158
  var isAllowedReferrer = (referrer) => {
3159
- return Boolean(
3160
- referrer == null ? void 0 : referrer.match(/(^https:\/\/|\.)(uniform.app|uniform.wtf|uniformcode.ai|localhost:\d{4})\//)
3161
- );
3159
+ return Boolean(referrer == null ? void 0 : referrer.match(/(^https:\/\/|\.)(uniform.app|uniform.wtf|localhost:\d{4})\//));
3162
3160
  };
3163
3161
 
3164
3162
  // src/utils/isSystemComponentDefinition.ts
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@uniformdev/canvas",
3
- "version": "20.71.2-alpha.13+1445ced748",
3
+ "version": "20.71.2-alpha.14+e527b409ae",
4
4
  "description": "Common functionality and types for Uniform Canvas",
5
5
  "license": "SEE LICENSE IN LICENSE.txt",
6
6
  "main": "./dist/index.js",
@@ -36,9 +36,9 @@
36
36
  "svix": "1.96.0"
37
37
  },
38
38
  "dependencies": {
39
- "@uniformdev/assets": "20.71.2-alpha.13+1445ced748",
40
- "@uniformdev/context": "20.71.2-alpha.13+1445ced748",
41
- "@uniformdev/richtext": "20.71.2-alpha.13+1445ced748",
39
+ "@uniformdev/assets": "20.71.2-alpha.14+e527b409ae",
40
+ "@uniformdev/context": "20.71.2-alpha.14+e527b409ae",
41
+ "@uniformdev/richtext": "20.71.2-alpha.14+e527b409ae",
42
42
  "immer": "11.1.8",
43
43
  "p-limit": "6.2.0",
44
44
  "p-retry": "6.2.1",
@@ -50,5 +50,5 @@
50
50
  "publishConfig": {
51
51
  "access": "public"
52
52
  },
53
- "gitHead": "1445ced748266b10644d34f1addf52bbab2ef4bb"
53
+ "gitHead": "e527b409ae4d2b190d4f9195e6787f5c8b89fc85"
54
54
  }