@fastly/js-compute
Advanced tools
Comparing version 3.8.2 to 3.8.3
# Changelog | ||
## 3.8.3 (2024-02-21) | ||
### Fixed | ||
* do not use colon character in types for windows support ([#726](https://github.com/fastly/js-compute-runtime/issues/726)) ([25bf1a2](https://github.com/fastly/js-compute-runtime/commit/25bf1a2bb40528bf02e0773e6bc624560a12869a)) | ||
## 3.8.2 (2024-01-25) | ||
@@ -5,0 +12,0 @@ |
{ | ||
"name": "@fastly/js-compute", | ||
"version": "3.8.2", | ||
"version": "3.8.3", | ||
"engines": { | ||
@@ -5,0 +5,0 @@ "node": "16 - 20", |
@@ -1,13 +0,13 @@ | ||
/// <reference path="fastly:backend.d.ts" /> | ||
/// <reference path="fastly:cache-override.d.ts" /> | ||
/// <reference path="fastly:config-store.d.ts" /> | ||
/// <reference path="fastly:dictionary.d.ts" /> | ||
/// <reference path="fastly:env.d.ts" /> | ||
/// <reference path="fastly:experimental.d.ts" /> | ||
/// <reference path="fastly:fanout.d.ts" /> | ||
/// <reference path="fastly:geolocation.d.ts" /> | ||
/// <reference path="fastly:logger.d.ts" /> | ||
/// <reference path="fastly:kv-store.d.ts" /> | ||
/// <reference path="fastly:cache.d.ts" /> | ||
/// <reference path="fastly:secret-store.d.ts" /> | ||
/// <reference path="backend.d.ts" /> | ||
/// <reference path="cache-override.d.ts" /> | ||
/// <reference path="config-store.d.ts" /> | ||
/// <reference path="dictionary.d.ts" /> | ||
/// <reference path="env.d.ts" /> | ||
/// <reference path="experimental.d.ts" /> | ||
/// <reference path="fanout.d.ts" /> | ||
/// <reference path="geolocation.d.ts" /> | ||
/// <reference path="logger.d.ts" /> | ||
/// <reference path="kv-store.d.ts" /> | ||
/// <reference path="cache.d.ts" /> | ||
/// <reference path="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
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
19429600
3299