@uniformdev/canvas 20.71.1 → 20.71.2-alpha.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.esm.js CHANGED
@@ -3156,7 +3156,9 @@ var getParameterAttributes = ({
3156
3156
 
3157
3157
  // src/utils/isAllowedReferrer.ts
3158
3158
  var isAllowedReferrer = (referrer) => {
3159
- return Boolean(referrer == null ? void 0 : referrer.match(/(^https:\/\/|\.)(uniform.app|uniform.wtf|localhost:\d{4})\//));
3159
+ return Boolean(
3160
+ referrer == null ? void 0 : referrer.match(/(^https:\/\/|\.)(uniform.app|uniform.wtf|uniformcode.ai|localhost:\d{4})\//)
3161
+ );
3160
3162
  };
3161
3163
 
3162
3164
  // src/utils/isSystemComponentDefinition.ts
package/dist/index.js CHANGED
@@ -3365,7 +3365,9 @@ var getParameterAttributes = ({
3365
3365
 
3366
3366
  // src/utils/isAllowedReferrer.ts
3367
3367
  var isAllowedReferrer = (referrer) => {
3368
- return Boolean(referrer == null ? void 0 : referrer.match(/(^https:\/\/|\.)(uniform.app|uniform.wtf|localhost:\d{4})\//));
3368
+ return Boolean(
3369
+ referrer == null ? void 0 : referrer.match(/(^https:\/\/|\.)(uniform.app|uniform.wtf|uniformcode.ai|localhost:\d{4})\//)
3370
+ );
3369
3371
  };
3370
3372
 
3371
3373
  // src/utils/isSystemComponentDefinition.ts
package/dist/index.mjs CHANGED
@@ -3156,7 +3156,9 @@ var getParameterAttributes = ({
3156
3156
 
3157
3157
  // src/utils/isAllowedReferrer.ts
3158
3158
  var isAllowedReferrer = (referrer) => {
3159
- return Boolean(referrer == null ? void 0 : referrer.match(/(^https:\/\/|\.)(uniform.app|uniform.wtf|localhost:\d{4})\//));
3159
+ return Boolean(
3160
+ referrer == null ? void 0 : referrer.match(/(^https:\/\/|\.)(uniform.app|uniform.wtf|uniformcode.ai|localhost:\d{4})\//)
3161
+ );
3160
3162
  };
3161
3163
 
3162
3164
  // src/utils/isSystemComponentDefinition.ts
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@uniformdev/canvas",
3
- "version": "20.71.1",
3
+ "version": "20.71.2-alpha.13+1445ced748",
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.1",
40
- "@uniformdev/context": "20.71.1",
41
- "@uniformdev/richtext": "20.71.1",
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",
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": "61da3b98665928e0cef764fb9ae78d25ca558085"
53
+ "gitHead": "1445ced748266b10644d34f1addf52bbab2ef4bb"
54
54
  }