intelliwaketssveltekitv25 0.1.175 → 0.1.176

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.
Files changed (2) hide show
  1. package/dist/Cookie.d.ts +1 -1
  2. package/package.json +1 -1
package/dist/Cookie.d.ts CHANGED
@@ -1,4 +1,4 @@
1
1
  export declare function CookieCreate(name: string, value: string | null, days?: number): void;
2
2
  export declare function CookieReadOld(name: string, defaultValue?: string | null): string | null;
3
- export declare function CookieRead<T extends string, D extends T | null = null>(name: string, defaultValue: D): D extends null ? T | null : T;
3
+ export declare function CookieRead<T extends string, D extends T | null = null>(name: string, defaultValue?: D): D extends null ? T | null : T;
4
4
  export declare function CookieErase(name: string): void;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "intelliwaketssveltekitv25",
3
- "version": "0.1.175",
3
+ "version": "0.1.176",
4
4
  "exports": {
5
5
  ".": {
6
6
  "types": "./dist/index.d.ts",