Skip to content

Commit 91bf9c3

Browse files
Update data sources to 2025-11-05 and replace old URL for founding schema validation (#76)
1 parent 42ee082 commit 91bf9c3

File tree

4 files changed

+4498
-1934
lines changed

4 files changed

+4498
-1934
lines changed

scripts/generate-funding-schema.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import yaml from "js-yaml";
66
import path from "path";
77
import { exists } from "./utils.js";
88

9-
const FUNDING_SCHEMA_URL = "https://fundingjson.org/schema/v1.0.0/funding.schema.json";
9+
const FUNDING_SCHEMA_URL = "https://fundingjson.org/schema/v1.1.0.json";
1010

1111
/**
1212
* Fetch the funding.json schema from the official URL

src/lib/config/data/donate.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ projects:
33
slug: spyder
44
image: /assets/media/spyder_splash_bg.webp
55
donationLinkID: Pjm6SyqYNb
6-
pastDonations: 17795
6+
pastDonations: 8542
77
- id: 1
88
slug: code-completions
99
image: /assets/media/donations-code_completions.webp

0 commit comments

Comments
 (0)