@stone-js/edge-adapter 0.8.0 → 0.8.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +10 -3
  2. package/package.json +6 -6
package/README.md CHANGED
@@ -1,9 +1,16 @@
1
1
  # Stone.js · Edge adapter
2
2
 
3
- [![npm](https://img.shields.io/npm/v/@stone-js/edge-adapter)](https://www.npmjs.com/package/@stone-js/edge-adapter)
3
+ [![npm license](https://img.shields.io/npm/l/@stone-js/edge-adapter)](https://opensource.org/licenses/MIT)
4
+ [![npm version](https://img.shields.io/npm/v/@stone-js/edge-adapter)](https://www.npmjs.com/package/@stone-js/edge-adapter)
5
+ [![npm downloads](https://img.shields.io/npm/dm/@stone-js/edge-adapter)](https://www.npmjs.com/package/@stone-js/edge-adapter)
6
+ ![Maintenance](https://img.shields.io/maintenance/yes/2026)
4
7
  [![CI](https://github.com/stone-foundation/stone-js-framework/actions/workflows/ci.yml/badge.svg)](https://github.com/stone-foundation/stone-js-framework/actions/workflows/ci.yml)
5
- [![Quality Gate](https://sonarcloud.io/api/project_badges/measure?project=stone-foundation_stone-js-framework&metric=alert_status)](https://sonarcloud.io/summary/new_code?id=stone-foundation_stone-js-framework)
6
- [![License](https://img.shields.io/badge/license-MIT-blue.svg)](https://opensource.org/licenses/MIT)
8
+ [![Release](https://github.com/stone-foundation/stone-js-framework/actions/workflows/release.yml/badge.svg)](https://github.com/stone-foundation/stone-js-framework/actions/workflows/release.yml)
9
+ [![Quality Gate Status](https://sonarcloud.io/api/project_badges/measure?project=stone-foundation_stone-js-framework&metric=alert_status)](https://sonarcloud.io/summary/new_code?id=stone-foundation_stone-js-framework)
10
+ [![Coverage](https://sonarcloud.io/api/project_badges/measure?project=stone-foundation_stone-js-framework&metric=coverage)](https://sonarcloud.io/summary/new_code?id=stone-foundation_stone-js-framework)
11
+ [![Security Policy](https://img.shields.io/badge/Security-Policy-blue.svg)](https://github.com/stone-foundation/stone-js-framework/blob/main/SECURITY.md)
12
+ [![CodeQL](https://github.com/stone-foundation/stone-js-framework/actions/workflows/github-code-scanning/codeql/badge.svg)](https://github.com/stone-foundation/stone-js-framework/security/code-scanning)
13
+ [![Dependabot Status](https://img.shields.io/badge/Dependabot-enabled-brightgreen.svg)](https://github.com/stone-foundation/stone-js-framework/network/updates)
7
14
  [![Conventional Commits](https://img.shields.io/badge/Conventional%20Commits-1.0.0-yellow.svg)](https://conventionalcommits.org)
8
15
 
9
16
  > Deploy a Stone.js app to any WinterCG/edge or JS runtime — Cloudflare Workers, Vercel Edge, Netlify Edge, Deno and Bun — with one-line serve helpers on top of @stone-js/fetch-adapter. Build once, deploy anywhere.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@stone-js/edge-adapter",
3
- "version": "0.8.0",
3
+ "version": "0.8.2",
4
4
  "description": "Deploy a Stone.js app to any WinterCG/edge or JS runtime — Cloudflare Workers, Vercel Edge, Netlify Edge, Deno and Bun — with one-line serve helpers on top of @stone-js/fetch-adapter. Build once, deploy anywhere.",
5
5
  "author": "Mr. Stone <evensstone@gmail.com>",
6
6
  "license": "MIT",
@@ -40,8 +40,8 @@
40
40
  "node": ">=18.17.0"
41
41
  },
42
42
  "peerDependencies": {
43
- "@stone-js/core": "0.8.0",
44
- "@stone-js/fetch-adapter": "0.8.0"
43
+ "@stone-js/core": "0.8.2",
44
+ "@stone-js/fetch-adapter": "0.8.2"
45
45
  },
46
46
  "devDependencies": {
47
47
  "@commitlint/cli": "^19.8.1",
@@ -62,9 +62,9 @@
62
62
  "typedoc-plugin-markdown": "^4.7.0",
63
63
  "typescript": "^5.6.3",
64
64
  "vitest": "^3.2.4",
65
- "@stone-js/core": "0.8.0",
66
- "@stone-js/fetch-adapter": "0.8.0",
67
- "@stone-js/http-core": "0.8.0"
65
+ "@stone-js/core": "0.8.2",
66
+ "@stone-js/fetch-adapter": "0.8.2",
67
+ "@stone-js/http-core": "0.8.2"
68
68
  },
69
69
  "ts-standard": {
70
70
  "globals": [