@uniformdev/canvas 17.5.0 → 17.5.1-alpha.105

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.
Files changed (2) hide show
  1. package/dist/index.d.ts +1 -1
  2. package/package.json +6 -6
package/dist/index.d.ts CHANGED
@@ -406,7 +406,7 @@ declare class CanvasClient extends ApiClient<ClientOptions> {
406
406
  }[] | undefined;
407
407
  slugSettings?: {
408
408
  required?: "no" | "yes" | "disabled" | undefined;
409
- unique?: "global" | "no" | "local" | undefined;
409
+ unique?: "no" | "local" | "global" | undefined;
410
410
  regularExpression?: string | undefined;
411
411
  regularExpressionMessage?: string | undefined;
412
412
  } | undefined;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@uniformdev/canvas",
3
- "version": "17.5.0",
3
+ "version": "17.5.1-alpha.105+9b3f152e7",
4
4
  "description": "Common functionality and types for Uniform Canvas",
5
5
  "license": "SEE LICENSE IN LICENSE.txt",
6
6
  "main": "./dist/index.js",
@@ -48,16 +48,16 @@
48
48
  },
49
49
  "devDependencies": {
50
50
  "@types/retry": "0.12.1",
51
- "@types/yargs": "17.0.13",
52
- "@uniformdev/cli": "^17.5.0",
51
+ "@types/yargs": "17.0.14",
52
+ "@uniformdev/cli": "^17.5.1-alpha.105+9b3f152e7",
53
53
  "p-limit": "4.0.0",
54
54
  "p-retry": "5.1.1",
55
55
  "p-throttle": "5.0.0",
56
- "pusher-js": "7.4.0",
56
+ "pusher-js": "7.5.0",
57
57
  "yargs": "17.6.2"
58
58
  },
59
59
  "dependencies": {
60
- "@uniformdev/context": "^17.5.0"
60
+ "@uniformdev/context": "^17.5.1-alpha.105+9b3f152e7"
61
61
  },
62
62
  "files": [
63
63
  "/dist"
@@ -65,5 +65,5 @@
65
65
  "publishConfig": {
66
66
  "access": "public"
67
67
  },
68
- "gitHead": "de1f52defe798010336e1dd3b2732fce359855fb"
68
+ "gitHead": "9b3f152e7455f37fd8609004bab4ded4a9a88bc7"
69
69
  }