@uniformdev/canvas 20.14.0 → 20.14.1

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 CHANGED
@@ -10105,10 +10105,7 @@ interface paths$6 {
10105
10105
  path?: never;
10106
10106
  cookie?: never;
10107
10107
  };
10108
- /**
10109
- * @deprecated
10110
- * @description Gets all preview URLs
10111
- */
10108
+ /** @description Gets all preview URLs */
10112
10109
  get: {
10113
10110
  parameters: {
10114
10111
  query: {
@@ -10153,10 +10150,7 @@ interface paths$6 {
10153
10150
  500: components$6["responses"]["InternalServerError"];
10154
10151
  };
10155
10152
  };
10156
- /**
10157
- * @deprecated
10158
- * @description Upserts a preview URL
10159
- */
10153
+ /** @description Upserts a preview URL */
10160
10154
  put: {
10161
10155
  parameters: {
10162
10156
  query?: never;
@@ -10218,10 +10212,7 @@ interface paths$6 {
10218
10212
  };
10219
10213
  };
10220
10214
  post?: never;
10221
- /**
10222
- * @deprecated
10223
- * @description Deletes a preview URL
10224
- */
10215
+ /** @description Deletes a preview URL */
10225
10216
  delete: {
10226
10217
  parameters: {
10227
10218
  query?: never;
@@ -12408,8 +12399,6 @@ declare const createCanvasChannel: ({ listenTo, broadcastTo, }: {
12408
12399
 
12409
12400
  /**
12410
12401
  * API client to work with Uniform Project Preview entities
12411
- *
12412
- * @deprecated beta functionality subject to change
12413
12402
  */
12414
12403
  declare class PreviewClient extends ApiClient {
12415
12404
  constructor(options: ClientOptions);
package/dist/index.d.ts CHANGED
@@ -10105,10 +10105,7 @@ interface paths$6 {
10105
10105
  path?: never;
10106
10106
  cookie?: never;
10107
10107
  };
10108
- /**
10109
- * @deprecated
10110
- * @description Gets all preview URLs
10111
- */
10108
+ /** @description Gets all preview URLs */
10112
10109
  get: {
10113
10110
  parameters: {
10114
10111
  query: {
@@ -10153,10 +10150,7 @@ interface paths$6 {
10153
10150
  500: components$6["responses"]["InternalServerError"];
10154
10151
  };
10155
10152
  };
10156
- /**
10157
- * @deprecated
10158
- * @description Upserts a preview URL
10159
- */
10153
+ /** @description Upserts a preview URL */
10160
10154
  put: {
10161
10155
  parameters: {
10162
10156
  query?: never;
@@ -10218,10 +10212,7 @@ interface paths$6 {
10218
10212
  };
10219
10213
  };
10220
10214
  post?: never;
10221
- /**
10222
- * @deprecated
10223
- * @description Deletes a preview URL
10224
- */
10215
+ /** @description Deletes a preview URL */
10225
10216
  delete: {
10226
10217
  parameters: {
10227
10218
  query?: never;
@@ -12408,8 +12399,6 @@ declare const createCanvasChannel: ({ listenTo, broadcastTo, }: {
12408
12399
 
12409
12400
  /**
12410
12401
  * API client to work with Uniform Project Preview entities
12411
- *
12412
- * @deprecated beta functionality subject to change
12413
12402
  */
12414
12403
  declare class PreviewClient extends ApiClient {
12415
12404
  constructor(options: ClientOptions);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@uniformdev/canvas",
3
- "version": "20.14.0",
3
+ "version": "20.14.1",
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,9 +38,9 @@
38
38
  "p-throttle": "5.0.0"
39
39
  },
40
40
  "dependencies": {
41
- "@uniformdev/assets": "20.14.0",
42
- "@uniformdev/context": "20.14.0",
43
- "@uniformdev/richtext": "20.14.0",
41
+ "@uniformdev/assets": "20.14.1",
42
+ "@uniformdev/context": "20.14.1",
43
+ "@uniformdev/richtext": "20.14.1",
44
44
  "immer": "10.1.1"
45
45
  },
46
46
  "files": [
@@ -49,5 +49,5 @@
49
49
  "publishConfig": {
50
50
  "access": "public"
51
51
  },
52
- "gitHead": "958a8fe27da8ec9191a1a09f289f6f7418dd16d6"
52
+ "gitHead": "1cf777c56f2e7f08514fd44b40700579c48a9c71"
53
53
  }