Skip to content

Commit 23bb8d6

Browse files
author
w3c-validate-repos-bot
committed
Update report.json, rec-track-repos.json, hr-repos.json
1 parent 68a75b2 commit 23bb8d6

File tree

1 file changed

+25
-77
lines changed

1 file changed

+25
-77
lines changed

report.json

Lines changed: 25 additions & 77 deletions
Original file line numberDiff line numberDiff line change
@@ -6259,7 +6259,6 @@
62596259
"w3ctag/wiki",
62606260
"WebAssembly/.github",
62616261
"WebAssembly/debugging",
6262-
"webmachinelearning/webnn-types",
62636262
"WICG/bfcache-not-restored-reason",
62646263
"WICG/discourse-archive",
62656264
"WICG/periodic-background-sync",
@@ -6697,8 +6696,7 @@
66976696
"WICG/storage-foundation-api-explainer"
66986697
],
66996698
"nodefaultbranch": [
6700-
"w3ctag/placeholder",
6701-
"webmachinelearning/webnn-types"
6699+
"w3ctag/placeholder"
67026700
],
67036701
"unprotectedbranch": [
67046702
{
@@ -9856,7 +9854,7 @@
98569854
}
98579855
]
98589856
},
9859-
"timestamp": "2025-03-29T00:23:41.209Z",
9857+
"timestamp": "2025-03-30T00:23:26.146Z",
98609858
"repos": [
98619859
{
98629860
"id": "MDEwOlJlcG9zaXRvcnk4MTAyMTg2MA==",
@@ -117222,6 +117220,10 @@
117222117220
"name": "semantics",
117223117221
"color": "f7a311"
117224117222
},
117223+
{
117224+
"name": "spam",
117225+
"color": "B60205"
117226+
},
117225117227
{
117226117228
"name": "substantive",
117227117229
"color": "bd3ffc"
@@ -143191,8 +143193,8 @@
143191143193
"login": "w3c"
143192143194
},
143193143195
"isArchived": false,
143194-
"homepageUrl": null,
143195-
"description": null,
143196+
"homepageUrl": " https://w3c.github.io/webappsec-dbsc/",
143197+
"description": "Device Bound Session Credentials: A Protocol for Protecting From Cookie Theft",
143196143198
"isPrivate": false,
143197143199
"createdAt": "2023-07-06T00:27:27Z",
143198143200
"labels": [
@@ -146943,18 +146945,6 @@
146943146945
"name": "spec clarification",
146944146946
"color": "E5190C"
146945146947
},
146946-
{
146947-
"name": "status: duplicate",
146948-
"color": "f9d0c4"
146949-
},
146950-
{
146951-
"name": "status: invalid",
146952-
"color": "8C5421"
146953-
},
146954-
{
146955-
"name": "status: resolved",
146956-
"color": "0E8A16"
146957-
},
146958146948
{
146959146949
"name": "supportive: chrome",
146960146950
"color": "FBCA04"
@@ -146999,6 +146989,10 @@
146999146989
"name": "topic: automated testing",
147000146990
"color": "4D405F"
147001146991
},
146992+
{
146993+
"name": "topic: background scripting",
146994+
"color": "6B1CB8"
146995+
},
147002146996
{
147003146997
"name": "topic: browser settings",
147004146998
"color": "8B3153"
@@ -147031,6 +147025,10 @@
147031147025
"name": "topic: localization",
147032147026
"color": "006b75"
147033147027
},
147028+
{
147029+
"name": "topic: menus",
147030+
"color": "677BCA"
147031+
},
147034147032
{
147035147033
"name": "topic: navigation",
147036147034
"color": "1A12DB"
@@ -147063,10 +147061,6 @@
147063147061
"name": "topic: secure storage",
147064147062
"color": "B94DD3"
147065147063
},
147066-
{
147067-
"name": "topic: service worker",
147068-
"color": "6B1CB8"
147069-
},
147070147064
{
147071147065
"name": "topic: storage",
147072147066
"color": "006b75"
@@ -177748,7 +177742,9 @@
177748177742
"color": "ffffff"
177749177743
}
177750177744
],
177751-
"defaultBranch": null,
177745+
"defaultBranch": {
177746+
"name": "main"
177747+
},
177752177748
"environments": {
177753177749
"nodes": []
177754177750
},
@@ -177760,9 +177756,13 @@
177760177756
"autoPublish": null,
177761177757
"travis": null,
177762177758
"contributing": null,
177763-
"license": null,
177759+
"license": {
177760+
"text": "All Reports in this Repository are licensed by Contributors\r\nunder the\r\n[W3C Software and Document License](https://www.w3.org/copyright/software-license/).\r\n\r\nContributions to Specifications are made under the\r\n[W3C CLA](https://www.w3.org/community/about/agreements/cla/).\r\n\r\nContributions to Test Suites are made under the\r\n[W3C 3-clause BSD License](https://www.w3.org/copyright/3-clause-bsd-license-2008/)."
177761+
},
177764177762
"codeOfConduct": null,
177765-
"readme": null
177763+
"readme": {
177764+
"text": "# TypeScript Types Declarations for WebNN\r\n\r\nThis package contains the TypeScript type declaration (`.d.ts`) files for the [WebNN API](https://webmachinelearning.github.io/webnn/)\r\n\r\n# Using Types\r\n\r\n## Installing\r\n\r\n* npm: ` npm install --save-dev @webnn/types`\r\n* yarn: `yarn add --dev @webnn/types`\r\n* pnpm: `pnpm add -D @webnn/types`\r\n\r\n## Configuring\r\n\r\nSince this package is outside of [DefinitelyTyped](https://github.com/DefinitelyTyped/DefinitelyTyped), the types won't be automatically picked up. The following is a list of ways to add it to type lookup.\r\n\r\n### In `tscofig.json`\r\n\r\n#### Using `types`\r\n```json\r\n{\r\n \"compilerOptions\": {\r\n \"types\": [\"@webnn/types\"]\r\n }\r\n}\r\n```\r\n#### Using `typeRoots`\r\n```json\r\n{\r\n \"compilerOptions\": {\r\n \"typeRoots\": [\r\n \"./node_modules/@webnn/types\",\r\n \"./node_modules/@types\"\r\n ]\r\n }\r\n}\r\n```\r\nThis package uses `webnn` instead of `dist` so that both `@webnn/types` and `@webgpu/types` can be used in `typeRoots`.\r\n\r\n\r\n# Updating Types\r\n\r\n1. Update WebNN specification under `spec`\r\n `git submodule update --init --recursive`\r\n2. Generate types with `npm run generate`\r\n3. Manually update `webnn/index.d.ts` with changes from `generate/index.d.ts`. Note that there are intentional differences between the versions under `generate/` and `webnn/`.\r\n4. Push changes to all files under `generated/` and `webnn/`.\r\n\r\n# Credits\r\nThis repository is based on the work done by the WebGPU team for their typing files. Without their work on [@webgpu/types](https://github.com/gpuweb/types/), the WebNN types would have been much harder to create.\r\n"
177765+
}
177766177766
},
177767177767
{
177768177768
"id": "R_kgDOMgwk9A",
@@ -206780,62 +206780,14 @@
206780206780
"type": "community group",
206781206781
"fullshortname": "cg/webmachinelearning",
206782206782
"repos": [
206783-
{
206784-
"name": "awesome-webnn",
206785-
"fullName": "webmachinelearning/awesome-webnn"
206786-
},
206787-
{
206788-
"name": "charter",
206789-
"fullName": "webmachinelearning/charter"
206790-
},
206791-
{
206792-
"name": "hybrid-ai",
206793-
"fullName": "webmachinelearning/hybrid-ai"
206794-
},
206795-
{
206796-
"name": "meetings",
206797-
"fullName": "webmachinelearning/meetings"
206798-
},
206799-
{
206800-
"name": "model-loader",
206801-
"fullName": "webmachinelearning/model-loader"
206802-
},
206803206783
{
206804206784
"name": "prompt-api",
206805206785
"fullName": "webmachinelearning/prompt-api"
206806206786
},
206807-
{
206808-
"name": "proposals",
206809-
"fullName": "webmachinelearning/proposals"
206810-
},
206811-
{
206812-
"name": "test-data",
206813-
"fullName": "webmachinelearning/test-data"
206814-
},
206815206787
{
206816206788
"name": "translation-api",
206817206789
"fullName": "webmachinelearning/translation-api"
206818206790
},
206819-
{
206820-
"name": "webmachinelearning.github.io",
206821-
"fullName": "webmachinelearning/webmachinelearning.github.io"
206822-
},
206823-
{
206824-
"name": "webnn-baseline",
206825-
"fullName": "webmachinelearning/webnn-baseline"
206826-
},
206827-
{
206828-
"name": "webnn-native",
206829-
"fullName": "webmachinelearning/webnn-native"
206830-
},
206831-
{
206832-
"name": "webnn-samples",
206833-
"fullName": "webmachinelearning/webnn-samples"
206834-
},
206835-
{
206836-
"name": "webnn-samples-test-framework",
206837-
"fullName": "webmachinelearning/webnn-samples-test-framework"
206838-
},
206839206791
{
206840206792
"name": "writing-assistance-apis",
206841206793
"fullName": "webmachinelearning/writing-assistance-apis"
@@ -206876,10 +206828,6 @@
206876206828
"type": "community group",
206877206829
"fullshortname": "cg/rdf-dev",
206878206830
"repos": [
206879-
{
206880-
"name": "EasierRDF",
206881-
"fullName": "w3c/EasierRDF"
206882-
},
206883206831
{
206884206832
"name": "rdf-star",
206885206833
"fullName": "w3c/rdf-star"

0 commit comments

Comments
 (0)