@netlify/cache 1.6.0 → 1.6.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.
@@ -1,5 +1,5 @@
1
- import { E as EnvironmentOptions } from '../cache-dc160ee0.js';
2
- export { B as Base64Encoder, N as NetlifyCache, O as Operation, R as RequestContextFactory } from '../cache-dc160ee0.js';
1
+ import { E as EnvironmentOptions } from '../cache-fc378069.js';
2
+ export { B as Base64Encoder, N as NetlifyCache, O as Operation, R as RequestContextFactory } from '../cache-fc378069.js';
3
3
 
4
4
  declare class NetlifyCacheStorage {
5
5
  #private;
@@ -1,5 +1,5 @@
1
- import { E as EnvironmentOptions } from '../cache-dc160ee0.js';
2
- export { B as Base64Encoder, N as NetlifyCache, O as Operation, R as RequestContextFactory } from '../cache-dc160ee0.js';
1
+ import { E as EnvironmentOptions } from '../cache-fc378069.js';
2
+ export { B as Base64Encoder, N as NetlifyCache, O as Operation, R as RequestContextFactory } from '../cache-fc378069.js';
3
3
 
4
4
  declare class NetlifyCacheStorage {
5
5
  #private;
@@ -4,7 +4,7 @@ interface EnvironmentOptions {
4
4
  getContext: RequestContextFactory;
5
5
  userAgent?: string;
6
6
  }
7
- declare const enum Operation {
7
+ declare enum Operation {
8
8
  Delete = "delete",
9
9
  Read = "read",
10
10
  Write = "write"
package/dist/main.d.cts CHANGED
@@ -1,4 +1,4 @@
1
- import { N as NetlifyCache } from './cache-dc160ee0.js';
1
+ import { N as NetlifyCache } from './cache-fc378069.js';
2
2
 
3
3
  interface CacheSettings {
4
4
  /**
package/dist/main.d.ts CHANGED
@@ -1,4 +1,4 @@
1
- import { N as NetlifyCache } from './cache-dc160ee0.js';
1
+ import { N as NetlifyCache } from './cache-fc378069.js';
2
2
 
3
3
  interface CacheSettings {
4
4
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@netlify/cache",
3
- "version": "1.6.0",
3
+ "version": "1.6.1",
4
4
  "description": "TypeScript utilities for interacting with the Netlify cache",
5
5
  "type": "module",
6
6
  "engines": {