Skip to content

Commit 1674248

Browse files
Merge pull request #230 from kingthorin/new-entries
add and update techs
2 parents 7f2fab0 + 3015c89 commit 1674248

File tree

6 files changed

+145
-1
lines changed

6 files changed

+145
-1
lines changed

src/images/icons/bun.svg

Lines changed: 1 addition & 0 deletions
Loading

src/images/icons/opentelemetry.svg

Lines changed: 4 additions & 0 deletions
Loading

src/images/icons/supabase.svg

Lines changed: 99 additions & 0 deletions
Loading

src/technologies/b.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -283,6 +283,16 @@
283283
],
284284
"website": "https://btolead.it"
285285
},
286+
"bun": {
287+
"cats": [27],
288+
"description": "Bun is a fast JavaScript runtime compatible with Node.js and Deno.",
289+
"icon": "bun.svg",
290+
"headers": {
291+
"X-Powered-By": "Bun"
292+
},
293+
"oss": true,
294+
"website": "https://bun.sh"
295+
},
286296
"BUROGU": {
287297
"cats": [
288298
11

src/technologies/o.json

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1651,6 +1651,19 @@
16511651
},
16521652
"website": "https://pkp.sfu.ca/ojs"
16531653
},
1654+
"opentelemetry": {
1655+
"cats": [10],
1656+
"description": "OpenTelemetry is a framework for observability, providing standardized APIs, libraries, and agents to collect telemetry data.",
1657+
"icon": "opentelemetry.svg",
1658+
"js": {
1659+
"otel": ""
1660+
},
1661+
"scriptSrc": [
1662+
"opentelemetry.*\\.js"
1663+
],
1664+
"oss": true,
1665+
"website": "https://opentelemetry.io"
1666+
},
16541667
"Open Web Analytics": {
16551668
"cats": [
16561669
10

src/technologies/s.json

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -592,6 +592,20 @@
592592
"saas": true,
593593
"website": "https://studio.design"
594594
},
595+
"supabase": {
596+
"cats": [34],
597+
"description": "Supabase is an open-source backend-as-a-service (BaaS) platform providing features like database, authentication, storage, and real-time capabilities.",
598+
"icon": "supabase.svg",
599+
"js": {
600+
"createClient": "supabase\\."
601+
},
602+
"scriptSrc": [
603+
"cdn\\.supabase\\.com"
604+
],
605+
"oss": true,
606+
"saas": true,
607+
"website": "https://supabase.com"
608+
},
595609
"SUSE": {
596610
"cats": [
597611
28
@@ -1499,7 +1513,7 @@
14991513
"saas": true,
15001514
"website": "https://www.sana-commerce.com"
15011515
},
1502-
"Sanity": {
1516+
"Sanity.io": {
15031517
"cats": [
15041518
1
15051519
],
@@ -1516,6 +1530,9 @@
15161530
"content-security-policy": "cdn\\.sanity\\.io",
15171531
"x-sanity-shard": ""
15181532
},
1533+
"scriptSrc": [
1534+
"cdn\\.sanity\\.io"
1535+
],
15191536
"icon": "Sanity.svg",
15201537
"pricing": [
15211538
"freemium",

0 commit comments

Comments
 (0)