@xh/hoist 71.0.0-SNAPSHOT.1734627276913 → 71.0.0-SNAPSHOT.1734633945544

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.
@@ -4,7 +4,7 @@ import { StoreType } from 'store2';
4
4
  * Service to provide simple key/value access to browser local storage, appropriately namespaced
5
5
  * by application code and username.
6
6
  *
7
- * Relied upon by Hoist persistence mechanisms when using key 'localStorageKey`
7
+ * Relied upon by Hoist persistence mechanisms when using key 'localStorageKey'.
8
8
  */
9
9
  export declare class LocalStorageService extends BaseStorageService {
10
10
  static instance: LocalStorageService;
@@ -4,7 +4,7 @@ import { StoreType } from 'store2';
4
4
  * Service to provide simple key/value access to browser session storage, appropriately namespaced
5
5
  * by application code and username.
6
6
  *
7
- * Relied upon by Hoist persistence mechanisms when using key 'sessionStorageKey`
7
+ * Relied upon by Hoist persistence mechanisms when using key 'sessionStorageKey'.
8
8
  */
9
9
  export declare class SessionStorageService extends BaseStorageService {
10
10
  static instance: SessionStorageService;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xh/hoist",
3
- "version": "71.0.0-SNAPSHOT.1734627276913",
3
+ "version": "71.0.0-SNAPSHOT.1734633945544",
4
4
  "description": "Hoist add-on for building and deploying React Applications.",
5
5
  "repository": "github:xh/hoist-react",
6
6
  "homepage": "https://xh.io",
@@ -12,7 +12,7 @@ import store, {StoreType} from 'store2';
12
12
  * Service to provide simple key/value access to browser local storage, appropriately namespaced
13
13
  * by application code and username.
14
14
  *
15
- * Relied upon by Hoist persistence mechanisms when using key 'localStorageKey`
15
+ * Relied upon by Hoist persistence mechanisms when using key 'localStorageKey'.
16
16
  */
17
17
  export class LocalStorageService extends BaseStorageService {
18
18
  static instance: LocalStorageService;
@@ -12,7 +12,7 @@ import store, {StoreType} from 'store2';
12
12
  * Service to provide simple key/value access to browser session storage, appropriately namespaced
13
13
  * by application code and username.
14
14
  *
15
- * Relied upon by Hoist persistence mechanisms when using key 'sessionStorageKey`
15
+ * Relied upon by Hoist persistence mechanisms when using key 'sessionStorageKey'.
16
16
  */
17
17
  export class SessionStorageService extends BaseStorageService {
18
18
  static instance: SessionStorageService;