@esri/hub-common 18.3.0 → 18.3.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.
@@ -430,7 +430,7 @@ export interface IPost extends Partial<IWithAuthor>, Partial<IWithEditor>, IWith
430
430
  geometry: Geometry | null;
431
431
  featureGeometry: Geometry | null;
432
432
  postType: PostType;
433
- channelId?: string;
433
+ channelId: string;
434
434
  channel?: IChannel;
435
435
  parentId?: string;
436
436
  parent?: IPost | null;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@esri/hub-common",
3
- "version": "18.3.0",
3
+ "version": "18.3.1",
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",