Skip to content

Commit 17776cd

Browse files
committed
update docs metadata files
1 parent 75bd1e3 commit 17776cd

File tree

3 files changed

+22
-1
lines changed

3 files changed

+22
-1
lines changed

bb.edn

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
{:min-bb-version "0.8.156"
33
:deps {outskirtslabs/bb-tasks
44
{:git/url "https://github.com/outskirtslabs/bb-tasks"
5-
:git/sha "8f38522bce745400f38456eab254977f94656651"}}
5+
:git/sha "9741cad8b7232ed27fb0fdd3496d1ff7b8a38614"}}
66
:pods {clj-kondo/clj-kondo {:version "2026.01.19"}}
77
:paths ["resources" "scripts"]
88
:tasks {:requires ([babashka.fs :as fs]

deps.edn

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,7 @@
99
:neil {:project {:name com.outskirtslabs/client-ip
1010
:license {:id "MIT"}
1111
:description "A 0-dependency ring middleware for determining a request's real client IP address from HTTP headers"
12+
:platforms [:clj]
13+
:created "2026-02-16"
14+
:status :stable
1215
:version "0.1.1"}}}}

doc/manifest.edn

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
{:manifest/version 1,
2+
:project
3+
{:id "ol.client-ip",
4+
:coord "com.outskirtslabs/client-ip",
5+
:description
6+
"A 0-dependency ring middleware for determining a request's real client IP address from HTTP headers",
7+
:license "MIT",
8+
:platforms [:clj],
9+
:status :stable,
10+
:created "2026-02-16",
11+
:version "0.1.1"},
12+
:docs
13+
{:component "ol.client-ip",
14+
:title "ol.client-ip",
15+
:version "next",
16+
:prerelease true,
17+
:start-path "doc"},
18+
:repo {:url "https://github.com/outskirtslabs/client-ip"}}

0 commit comments

Comments
 (0)