@uniformdev/canvas 17.4.1-alpha.1 → 17.4.1-alpha.34
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.ts +1 -1
- package/package.json +4 -4
package/dist/index.d.ts
CHANGED
@@ -690,7 +690,7 @@ declare class CanvasClient extends ApiClient<ClientOptions> {
|
|
690
690
|
}[] | undefined;
|
691
691
|
slugSettings?: {
|
692
692
|
required?: "no" | "yes" | "disabled" | undefined;
|
693
|
-
unique?: "
|
693
|
+
unique?: "global" | "no" | "local" | undefined;
|
694
694
|
regularExpression?: string | undefined;
|
695
695
|
regularExpressionMessage?: string | undefined;
|
696
696
|
} | undefined;
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@uniformdev/canvas",
|
3
|
-
"version": "17.4.1-alpha.
|
3
|
+
"version": "17.4.1-alpha.34+d7b9aa4ba",
|
4
4
|
"description": "Common functionality and types for Uniform Canvas",
|
5
5
|
"license": "SEE LICENSE IN LICENSE.txt",
|
6
6
|
"main": "./dist/index.js",
|
@@ -49,7 +49,7 @@
|
|
49
49
|
"devDependencies": {
|
50
50
|
"@types/retry": "0.12.1",
|
51
51
|
"@types/yargs": "17.0.13",
|
52
|
-
"@uniformdev/cli": "^17.4.1-alpha.
|
52
|
+
"@uniformdev/cli": "^17.4.1-alpha.34+d7b9aa4ba",
|
53
53
|
"p-limit": "4.0.0",
|
54
54
|
"p-retry": "5.1.1",
|
55
55
|
"p-throttle": "5.0.0",
|
@@ -57,7 +57,7 @@
|
|
57
57
|
"yargs": "17.6.0"
|
58
58
|
},
|
59
59
|
"dependencies": {
|
60
|
-
"@uniformdev/context": "^17.4.1-alpha.
|
60
|
+
"@uniformdev/context": "^17.4.1-alpha.34+d7b9aa4ba"
|
61
61
|
},
|
62
62
|
"files": [
|
63
63
|
"/dist"
|
@@ -65,5 +65,5 @@
|
|
65
65
|
"publishConfig": {
|
66
66
|
"access": "public"
|
67
67
|
},
|
68
|
-
"gitHead": "
|
68
|
+
"gitHead": "d7b9aa4ba467282780318d3b3eafa5f38ca886da"
|
69
69
|
}
|