@fastly/compute-js-static-publish
Advanced tools
Comparing version 2.0.0-alpha.1 to 2.0.0-alpha.2
@@ -107,3 +107,3 @@ // This program builds static resources out of the files in the | ||
const knownAssets = {}; | ||
let fileContents = ''; | ||
let fileContents = 'import { Buffer } from "buffer";\n'; | ||
for (const [index, file] of files.entries()) { | ||
@@ -110,0 +110,0 @@ const relativeFilePath = path.relative('./src', file); |
{ | ||
"name": "@fastly/compute-js-static-publish", | ||
"type": "module", | ||
"version": "2.0.0-alpha.1", | ||
"version": "2.0.0-alpha.2", | ||
"description": "Static Publisher for Compute@Edge JavaScript", | ||
@@ -6,0 +6,0 @@ "main": "./build/index.js", |
@@ -132,3 +132,3 @@ // This program builds static resources out of the files in the | ||
let fileContents = ''; | ||
let fileContents = 'import { Buffer } from "buffer";\n'; | ||
@@ -135,0 +135,0 @@ for (const [index, file] of files.entries()) { |
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
71581