@fastly/grip-compute-js
Advanced tools
Comparing version 0.1.0 to 0.2.0
@@ -20,3 +20,3 @@ /* | ||
if (f) throw new TypeError("Generator is already executing."); | ||
while (_) try { | ||
while (g && (g = 0, op[0] && (_ = 0)), _) try { | ||
if (f = 1, y && (t = op[0] & 2 ? y["return"] : op[0] ? y["throw"] || ((t = y["return"]) && t.call(y), 0) : y.next) && !(t = t.call(y, op[1])).done) return t; | ||
@@ -23,0 +23,0 @@ if (y = 0, t) op = [op[0] & 2, t.value]; |
{ | ||
"name": "@fastly/grip-compute-js", | ||
"version": "0.1.0", | ||
"version": "0.2.0", | ||
"author": "Fastly, Inc. <oss@fastly.com>", | ||
"description": "Extension of js-grip for Compute@Edge", | ||
"packageManager": "pnpm@7.1.9", | ||
"description": "Extension of js-grip for Fastly Compute", | ||
"contributors": [ | ||
@@ -19,2 +18,11 @@ { | ||
"types": "./build/src/index.d.ts", | ||
"scripts": { | ||
"prepack": "npm run build", | ||
"build": "npm run lint && npm run build-package", | ||
"build-package": "npm run build-package:clean && npm run build-package:compile", | ||
"build-package:clean": "rimraf build", | ||
"build-package:compile": "tsc --build tsconfig.json && tsc --build tsconfig.esm.json", | ||
"lint": "npm run lint:eslint", | ||
"lint:eslint": "eslint src" | ||
}, | ||
"repository": { | ||
@@ -46,11 +54,3 @@ "type": "git", | ||
"@fanoutio/grip": "^3.1.0" | ||
}, | ||
"scripts": { | ||
"build": "pnpm lint && pnpm build-package", | ||
"build-package": "pnpm build-package:clean && pnpm build-package:compile", | ||
"build-package:clean": "rimraf build", | ||
"build-package:compile": "tsc --build tsconfig.json && tsc --build tsconfig.esm.json", | ||
"lint": "pnpm lint:eslint", | ||
"lint:eslint": "eslint src" | ||
} | ||
} | ||
} |
# js-grip-compute-js | ||
A GRIP interface library for JavaScript on Compute@Edge. | ||
A GRIP interface library for JavaScript on Fastly Compute. | ||
This is an adapter for using [`@fanoutio/grip`](https://github.com/fanout/js-grip) on | ||
Compute@Edge with JavaScript. | ||
Fastly Compute with JavaScript. | ||
@@ -8,0 +8,0 @@ ## Usage |
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
81614