@fastly/js-compute
Advanced tools
Comparing version 2.0.2 to 2.1.0
# Changelog | ||
## 2.1.0 (2023-06-02) | ||
### Added | ||
* Implement a SimpleCache Class ([#548](https://github.com/fastly/js-compute-runtime/issues/548)) ([865382d](https://github.com/fastly/js-compute-runtime/commit/865382df3a74832abce1f0d40e3627d8339b4aeb)) | ||
## 2.0.2 (2023-06-01) | ||
@@ -5,0 +12,0 @@ |
{ | ||
"name": "@fastly/js-compute", | ||
"version": "2.0.2", | ||
"version": "2.1.0", | ||
"engines": { | ||
@@ -5,0 +5,0 @@ "node": "16 - 20", |
@@ -39,2 +39,3 @@ import { build } from 'esbuild' | ||
case 'secret-store': { return { contents: `export const SecretStore = globalThis.SecretStore;export const SecretStoreEntry = globalThis.SecretStoreEntry;` } } | ||
case 'cache': { return { contents: `export const SimpleCache = globalThis.SimpleCache;export const SimpleCacheEntry = globalThis.SimpleCacheEntry;` } } | ||
} | ||
@@ -41,0 +42,0 @@ }) |
@@ -11,3 +11,4 @@ /// <reference path="fastly:backend.d.ts" /> | ||
/// <reference path="fastly:kv-store.d.ts" /> | ||
/// <reference path="fastly:cache.d.ts" /> | ||
/// <reference path="fastly:secret-store.d.ts" /> | ||
/// <reference path="globals.d.ts" /> |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
23417569
35
3149
0