@esri/hub-common 11.0.0-beta.5 → 11.0.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.
@@ -121,7 +121,7 @@ export class HubProject {
121
121
  }
122
122
  }
123
123
  /**
124
- * Save the HubProject to the store
124
+ * Save the HubProject to the backing store. Currently Projects are stored as Items in Portal
125
125
  * @returns
126
126
  */
127
127
  async save() {
@@ -124,7 +124,7 @@ class HubProject {
124
124
  }
125
125
  }
126
126
  /**
127
- * Save the HubProject to the store
127
+ * Save the HubProject to the backing store. Currently Projects are stored as Items in Portal
128
128
  * @returns
129
129
  */
130
130
  async save() {
@@ -59,7 +59,7 @@ export declare class HubProject implements IWithStoreBehavior<IHubProject>, IWit
59
59
  */
60
60
  update(changes: Partial<IHubProject>): void;
61
61
  /**
62
- * Save the HubProject to the store
62
+ * Save the HubProject to the backing store. Currently Projects are stored as Items in Portal
63
63
  * @returns
64
64
  */
65
65
  save(): Promise<void>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@esri/hub-common",
3
- "version": "11.0.0-beta.5",
3
+ "version": "11.0.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",