@uniformdev/canvas 19.37.0 → 19.37.1-alpha.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/index.d.mts +0 -4
- package/dist/index.d.ts +0 -4
- package/package.json +3 -3
package/dist/index.d.mts
CHANGED
@@ -6238,8 +6238,6 @@ interface external$3 {
|
|
6238
6238
|
targetPreserveIncomingProtocol?: boolean;
|
6239
6239
|
/** @description Rewritten url should match the domain of the incoming request regardless of what is defined in the redirection target. */
|
6240
6240
|
targetPreserveIncomingDomain?: boolean;
|
6241
|
-
/** @description Stop running rules after this redirect rule gets executed. */
|
6242
|
-
stopExecutingAfter?: boolean;
|
6243
6241
|
/** @description Merge incoming querystring with the querystring defined on the redirection target, taking the incoming querystring parameter where a merge is not possible. */
|
6244
6242
|
targetMergeQuerystring?: boolean;
|
6245
6243
|
/** @description Label as system generated or user generated. */
|
@@ -7747,8 +7745,6 @@ interface external$2 {
|
|
7747
7745
|
targetPreserveIncomingProtocol?: boolean;
|
7748
7746
|
/** @description Rewritten url should match the domain of the incoming request regardless of what is defined in the redirection target. */
|
7749
7747
|
targetPreserveIncomingDomain?: boolean;
|
7750
|
-
/** @description Stop running rules after this redirect rule gets executed. */
|
7751
|
-
stopExecutingAfter?: boolean;
|
7752
7748
|
/** @description Merge incoming querystring with the querystring defined on the redirection target, taking the incoming querystring parameter where a merge is not possible. */
|
7753
7749
|
targetMergeQuerystring?: boolean;
|
7754
7750
|
/** @description Label as system generated or user generated. */
|
package/dist/index.d.ts
CHANGED
@@ -6238,8 +6238,6 @@ interface external$3 {
|
|
6238
6238
|
targetPreserveIncomingProtocol?: boolean;
|
6239
6239
|
/** @description Rewritten url should match the domain of the incoming request regardless of what is defined in the redirection target. */
|
6240
6240
|
targetPreserveIncomingDomain?: boolean;
|
6241
|
-
/** @description Stop running rules after this redirect rule gets executed. */
|
6242
|
-
stopExecutingAfter?: boolean;
|
6243
6241
|
/** @description Merge incoming querystring with the querystring defined on the redirection target, taking the incoming querystring parameter where a merge is not possible. */
|
6244
6242
|
targetMergeQuerystring?: boolean;
|
6245
6243
|
/** @description Label as system generated or user generated. */
|
@@ -7747,8 +7745,6 @@ interface external$2 {
|
|
7747
7745
|
targetPreserveIncomingProtocol?: boolean;
|
7748
7746
|
/** @description Rewritten url should match the domain of the incoming request regardless of what is defined in the redirection target. */
|
7749
7747
|
targetPreserveIncomingDomain?: boolean;
|
7750
|
-
/** @description Stop running rules after this redirect rule gets executed. */
|
7751
|
-
stopExecutingAfter?: boolean;
|
7752
7748
|
/** @description Merge incoming querystring with the querystring defined on the redirection target, taking the incoming querystring parameter where a merge is not possible. */
|
7753
7749
|
targetMergeQuerystring?: boolean;
|
7754
7750
|
/** @description Label as system generated or user generated. */
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@uniformdev/canvas",
|
3
|
-
"version": "19.37.
|
3
|
+
"version": "19.37.1-alpha.4+d2fd8a8f3",
|
4
4
|
"description": "Common functionality and types for Uniform Canvas",
|
5
5
|
"license": "SEE LICENSE IN LICENSE.txt",
|
6
6
|
"main": "./dist/index.js",
|
@@ -38,7 +38,7 @@
|
|
38
38
|
"pusher-js": "8.2.0"
|
39
39
|
},
|
40
40
|
"dependencies": {
|
41
|
-
"@uniformdev/context": "19.37.
|
41
|
+
"@uniformdev/context": "19.37.1-alpha.4+d2fd8a8f3",
|
42
42
|
"immer": "9.0.21"
|
43
43
|
},
|
44
44
|
"files": [
|
@@ -47,5 +47,5 @@
|
|
47
47
|
"publishConfig": {
|
48
48
|
"access": "public"
|
49
49
|
},
|
50
|
-
"gitHead": "
|
50
|
+
"gitHead": "d2fd8a8f3cd9348ecdd87bdd821e1ab89a7b8054"
|
51
51
|
}
|