@esri/hub-common 14.217.0 → 14.218.0

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.
@@ -71,7 +71,7 @@ export var PostStatus;
71
71
  PostStatus["BLOCKED"] = "blocked";
72
72
  })(PostStatus || (PostStatus = {}));
73
73
  /**
74
- * possible discussionn content types, i.e. a post can be about an item, dataset, or group
74
+ * possible discussion content types, i.e. a post can be about an item, dataset, or group
75
75
  *
76
76
  * @export
77
77
  * @enum {string}
@@ -74,7 +74,7 @@ var PostStatus;
74
74
  PostStatus["BLOCKED"] = "blocked";
75
75
  })(PostStatus = exports.PostStatus || (exports.PostStatus = {}));
76
76
  /**
77
- * possible discussionn content types, i.e. a post can be about an item, dataset, or group
77
+ * possible discussion content types, i.e. a post can be about an item, dataset, or group
78
78
  *
79
79
  * @export
80
80
  * @enum {string}
@@ -82,7 +82,7 @@ export declare enum PostStatus {
82
82
  BLOCKED = "blocked"
83
83
  }
84
84
  /**
85
- * possible discussionn content types, i.e. a post can be about an item, dataset, or group
85
+ * possible discussion content types, i.e. a post can be about an item, dataset, or group
86
86
  *
87
87
  * @export
88
88
  * @enum {string}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@esri/hub-common",
3
- "version": "14.217.0",
3
+ "version": "14.218.0",
4
4
  "description": "Common TypeScript types and utility functions for @esri/hub.js.",
5
5
  "main": "dist/node/index.js",
6
6
  "module": "dist/esm/index.js",