@uniformdev/canvas 20.75.1-alpha.16 → 20.75.1-alpha.6

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
@@ -1092,7 +1092,7 @@ var BatchEntry = class {
1092
1092
  this._reject(reason);
1093
1093
  this._isCompleted = true;
1094
1094
  }
1095
- /** @return Whether the batch entry has been completed (resolved or rejected). */
1095
+ /** @returns Whether the batch entry has been completed (resolved or rejected). */
1096
1096
  get isCompleted() {
1097
1097
  return this._isCompleted;
1098
1098
  }
package/dist/index.js CHANGED
@@ -1307,7 +1307,7 @@ var BatchEntry = class {
1307
1307
  this._reject(reason);
1308
1308
  this._isCompleted = true;
1309
1309
  }
1310
- /** @return Whether the batch entry has been completed (resolved or rejected). */
1310
+ /** @returns Whether the batch entry has been completed (resolved or rejected). */
1311
1311
  get isCompleted() {
1312
1312
  return this._isCompleted;
1313
1313
  }
package/dist/index.mjs CHANGED
@@ -1092,7 +1092,7 @@ var BatchEntry = class {
1092
1092
  this._reject(reason);
1093
1093
  this._isCompleted = true;
1094
1094
  }
1095
- /** @return Whether the batch entry has been completed (resolved or rejected). */
1095
+ /** @returns Whether the batch entry has been completed (resolved or rejected). */
1096
1096
  get isCompleted() {
1097
1097
  return this._isCompleted;
1098
1098
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@uniformdev/canvas",
3
- "version": "20.75.1-alpha.16+4e56d1cd21",
3
+ "version": "20.75.1-alpha.6+28f494b01a",
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.75.1-alpha.16+4e56d1cd21",
40
- "@uniformdev/context": "20.75.1-alpha.16+4e56d1cd21",
41
- "@uniformdev/richtext": "20.75.1-alpha.16+4e56d1cd21",
39
+ "@uniformdev/assets": "20.75.1-alpha.6+28f494b01a",
40
+ "@uniformdev/context": "20.75.1-alpha.6+28f494b01a",
41
+ "@uniformdev/richtext": "20.75.1-alpha.6+28f494b01a",
42
42
  "immer": "10.2.0",
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": "4e56d1cd21f2d4a02b13d733e51fb71441cac298"
53
+ "gitHead": "28f494b01a1b988afdf9f7e3ecf6fad402bb3777"
54
54
  }