@fastly/compute-js-static-publish
Advanced tools
Comparing version 2.0.0-alpha.2 to 2.0.0
{ | ||
"name": "@fastly/compute-js-static-publish", | ||
"type": "module", | ||
"version": "2.0.0-alpha.2", | ||
"version": "2.0.0", | ||
"description": "Static Publisher for Compute@Edge JavaScript", | ||
@@ -6,0 +6,0 @@ "main": "./build/index.js", |
@@ -88,3 +88,3 @@ # Static Publisher for JavaScript on Compute@Edge | ||
| `sveltekit` | `./dist` | (None) | For apps written using [SvelteKit](https://kit.svelte.dev). | | ||
| `next` | `./out` | (None) | For apps written using [Next.js](https://nextjs.org), using `npm run export`. | | ||
| `next` | `./out` | (None) | For apps written using [Next.js](https://nextjs.org), using `npm run export`. *1 | | ||
| `gatsby` | `./public` | (None) | For apps written using [Gatsby](https://www.gatsbyjs.com). | | ||
@@ -95,2 +95,5 @@ | `docusaurus` | `./build` | (None) | For apps written using [Docusaurus](https://docusaurus.io) | | ||
*1 - For Next.js, consider using `@fastly/next-compute-js`, a Node.js server implementation that allows you to run | ||
your Next.js application on Compute@Edge. | ||
## Issues | ||
@@ -97,0 +100,0 @@ |
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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
71734
1
110