@grackle-ai/web-server 0.75.10 → 0.75.12

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 -0
  2. package/package.json +7 -3
package/README.md CHANGED
@@ -1,5 +1,15 @@
1
1
  # @grackle-ai/web-server
2
2
 
3
+ <p align="center">
4
+ <a href="https://www.npmjs.com/package/@grackle-ai/web-server"><img src="https://img.shields.io/npm/v/@grackle-ai/web-server.svg" alt="npm version" /></a>
5
+ <a href="https://github.com/nick-pape/grackle/actions/workflows/ci.yml"><img src="https://github.com/nick-pape/grackle/actions/workflows/ci.yml/badge.svg?branch=main" alt="CI" /></a>
6
+ <a href="https://opensource.org/licenses/MIT"><img src="https://img.shields.io/badge/License-MIT-yellow.svg" alt="License: MIT" /></a>
7
+ </p>
8
+
9
+ <p align="center">
10
+ <img src="https://raw.githubusercontent.com/nick-pape/grackle/main/apps/docs-site/static/img/grackle-logo.png" alt="Grackle" width="200" />
11
+ </p>
12
+
3
13
  HTTP web server for [Grackle](https://github.com/nick-pape/grackle) — static file serving, device pairing, OAuth authorization, and ConnectRPC proxy.
4
14
 
5
15
  ## Overview
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@grackle-ai/web-server",
3
- "version": "0.75.10",
3
+ "version": "0.75.12",
4
4
  "description": "HTTP web server for Grackle — static file serving, pairing, OAuth, and ConnectRPC proxy",
5
5
  "license": "MIT",
6
6
  "repository": {
@@ -15,6 +15,10 @@
15
15
  "oauth",
16
16
  "pairing"
17
17
  ],
18
+ "homepage": "https://github.com/nick-pape/grackle#readme",
19
+ "bugs": {
20
+ "url": "https://github.com/nick-pape/grackle/issues"
21
+ },
18
22
  "engines": {
19
23
  "node": ">=22.0.0"
20
24
  },
@@ -27,8 +31,8 @@
27
31
  "dependencies": {
28
32
  "@connectrpc/connect": "^2.0.0",
29
33
  "@connectrpc/connect-node": "^2.0.0",
30
- "@grackle-ai/auth": "0.75.10",
31
- "@grackle-ai/web": "0.75.10"
34
+ "@grackle-ai/web": "0.75.12",
35
+ "@grackle-ai/auth": "0.75.12"
32
36
  },
33
37
  "devDependencies": {
34
38
  "@rushstack/heft": "1.2.7",