@nemigo/storage 1.7.1 → 1.7.2

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/cookie.d.ts CHANGED
@@ -1,6 +1,6 @@
1
1
  import type { ConstructVeilPrefixStorage } from "./internal/veil-prefix.js";
2
2
  import { VeilPrefixStorage } from "./internal/veil-prefix.js";
3
- import type { IStorage, IStorageValue, IStorageSetOptions } from "./types.js";
3
+ import type { IStorage, IStorageSetOptions, IStorageValue } from "./types.js";
4
4
  import type { SetDocumentCookieOptions } from "@nemigo/helpers/html/cookie";
5
5
  /**
6
6
  * Опции для {@link CookieStorage.set}
@@ -1,5 +1,5 @@
1
+ import type { IStorage } from "../types.js";
1
2
  import type { CanBePromise } from "@nemigo/helpers/types";
2
- import type { IStorage } from "@nemigo/storage/types";
3
3
  export interface VaultItem<PayloadData> {
4
4
  /**
5
5
  * Полезная нагрузка
package/dist/runtime.d.ts CHANGED
@@ -1,4 +1,4 @@
1
- import type { IStorage, IStorageValue, IStorageSetOptions } from "./types.js";
1
+ import type { IStorage, IStorageSetOptions, IStorageValue } from "./types.js";
2
2
  import type { Timestamp } from "@nemigo/helpers/types";
3
3
  export interface EntryValue {
4
4
  value: IStorageValue;
package/dist/web.d.ts CHANGED
@@ -1,5 +1,5 @@
1
1
  import { VeilPrefixStorage } from "./internal/veil-prefix.js";
2
- import type { IStorage, IStorageValue, IStorageSetOptions } from "./types.js";
2
+ import type { IStorage, IStorageSetOptions, IStorageValue } from "./types.js";
3
3
  import type { Timestamp } from "@nemigo/helpers/types";
4
4
  export type WebStorageType = "local" | "session";
5
5
  export interface WebStorageOptions {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nemigo/storage",
3
- "version": "1.7.1",
3
+ "version": "1.7.2",
4
4
  "private": false,
5
5
  "author": {
6
6
  "name": "Vlad Logvin",