Skip to content

Commit

Permalink
build: ban rdf-js
Browse files Browse the repository at this point in the history
  • Loading branch information
tpluscode committed Mar 8, 2024
1 parent ae37c88 commit d3570dc
Show file tree
Hide file tree
Showing 107 changed files with 608 additions and 192 deletions.
108 changes: 108 additions & 0 deletions .changeset/loud-ducks-exercise.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,108 @@
---
"@vocabulary/quantitykind": patch
"@vocabulary/dash-sparql": patch
"@vocabulary/discipline": patch
"@vocabulary/constant": patch
"@vocabulary/dcmitype": patch
"@vocabulary/dcterms": patch
"@vocabulary/ebucore": patch
"@vocabulary/prefix": patch
"@vocabulary/schema": patch
"@vocabulary/skosxl": patch
"@vocabulary/string": patch
"@vocabulary/dtype": patch
"@vocabulary/grddl": patch
"@vocabulary/hydra": patch
"@vocabulary/lvont": patch
"@vocabulary/solid": patch
"@vocabulary/vcard": patch
"@vocabulary/builder": patch
"@vocabulary/bibo": patch
"@vocabulary/cert": patch
"@vocabulary/csvw": patch
"@vocabulary/ctag": patch
"@vocabulary/dash": patch
"@vocabulary/dc11": patch
"@vocabulary/dcam": patch
"@vocabulary/dcat": patch
"@vocabulary/doap": patch
"@vocabulary/earl": patch
"@vocabulary/exif": patch
"@vocabulary/foaf": patch
"@vocabulary/frbr": patch
"@vocabulary/geof": patch
"@vocabulary/geor": patch
"@vocabulary/gtfs": patch
"@vocabulary/http": patch
"@vocabulary/ical": patch
"@vocabulary/list": patch
"@vocabulary/locn": patch
"@vocabulary/mads": patch
"@vocabulary/math": patch
"@vocabulary/oidc": patch
"@vocabulary/prov": patch
"@vocabulary/qkdv": patch
"@vocabulary/qudt": patch
"@vocabulary/rdau": patch
"@vocabulary/rdfa": patch
"@vocabulary/rdfs": patch
"@vocabulary/rico": patch
"@vocabulary/sdmx": patch
"@vocabulary/shex": patch
"@vocabulary/shsh": patch
"@vocabulary/sioc": patch
"@vocabulary/skos": patch
"@vocabulary/sosa": patch
"@vocabulary/stat": patch
"@vocabulary/test": patch
"@vocabulary/time": patch
"@vocabulary/unit": patch
"@vocabulary/vaem": patch
"@vocabulary/vann": patch
"@vocabulary/void": patch
"@vocabulary/wdrs": patch
"@vocabulary/xkos": patch
"@vocabulary/acl": patch
"@vocabulary/cnt": patch
"@vocabulary/crm": patch
"@vocabulary/dbo": patch
"@vocabulary/dig": patch
"@vocabulary/dpv": patch
"@vocabulary/dqv": patch
"@vocabulary/duv": patch
"@vocabulary/geo": patch
"@vocabulary/gml": patch
"@vocabulary/gs1": patch
"@vocabulary/ldp": patch
"@vocabulary/log": patch
"@vocabulary/m4i": patch
"@vocabulary/org": patch
"@vocabulary/owl": patch
"@vocabulary/pim": patch
"@vocabulary/rdf": patch
"@vocabulary/rev": patch
"@vocabulary/rss": patch
"@vocabulary/sem": patch
"@vocabulary/set": patch
"@vocabulary/sou": patch
"@vocabulary/ssn": patch
"@vocabulary/wgs": patch
"@vocabulary/xhv": patch
"@vocabulary/xsd": patch
"@vocabulary/as": patch
"@vocabulary/cc": patch
"@vocabulary/gn": patch
"@vocabulary/gr": patch
"@vocabulary/la": patch
"@vocabulary/ma": patch
"@vocabulary/oa": patch
"@vocabulary/og": patch
"@vocabulary/qb": patch
"@vocabulary/rr": patch
"@vocabulary/sd": patch
"@vocabulary/sf": patch
"@vocabulary/sh": patch
"@vocabulary/vs": patch
---

Use `@rdfjs/types` instead of `rdf-js` in built TS module
5 changes: 4 additions & 1 deletion ontologies/acl/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,8 @@
"*.d.ts",
"*.nq",
"*.nt"
]
],
"peerDependencies": {
"@rdfjs/types": "^1.0.0"
}
}
3 changes: 3 additions & 0 deletions ontologies/as/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,8 @@
],
"bugs": {
"url": "https://github.com/zazuko/rdf-vocabularies/issues"
},
"peerDependencies": {
"@rdfjs/types": "^1.0.0"
}
}
3 changes: 3 additions & 0 deletions ontologies/bibo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,8 @@
],
"bugs": {
"url": "https://github.com/zazuko/rdf-vocabularies/issues"
},
"peerDependencies": {
"@rdfjs/types": "^1.0.0"
}
}
3 changes: 3 additions & 0 deletions ontologies/cc/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,8 @@
],
"bugs": {
"url": "https://github.com/zazuko/rdf-vocabularies/issues"
},
"peerDependencies": {
"@rdfjs/types": "^1.0.0"
}
}
3 changes: 3 additions & 0 deletions ontologies/cert/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,8 @@
],
"bugs": {
"url": "https://github.com/zazuko/rdf-vocabularies/issues"
},
"peerDependencies": {
"@rdfjs/types": "^1.0.0"
}
}
3 changes: 3 additions & 0 deletions ontologies/cnt/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,8 @@
],
"bugs": {
"url": "https://github.com/zazuko/rdf-vocabularies/issues"
},
"peerDependencies": {
"@rdfjs/types": "^1.0.0"
}
}
3 changes: 3 additions & 0 deletions ontologies/constant/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,8 @@
],
"bugs": {
"url": "https://github.com/zazuko/rdf-vocabularies/issues"
},
"peerDependencies": {
"@rdfjs/types": "^1.0.0"
}
}
3 changes: 3 additions & 0 deletions ontologies/crm/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,8 @@
],
"bugs": {
"url": "https://github.com/zazuko/rdf-vocabularies/issues"
},
"peerDependencies": {
"@rdfjs/types": "^1.0.0"
}
}
3 changes: 3 additions & 0 deletions ontologies/csvw/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,8 @@
],
"bugs": {
"url": "https://github.com/zazuko/rdf-vocabularies/issues"
},
"peerDependencies": {
"@rdfjs/types": "^1.0.0"
}
}
3 changes: 3 additions & 0 deletions ontologies/ctag/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,8 @@
],
"bugs": {
"url": "https://github.com/zazuko/rdf-vocabularies/issues"
},
"peerDependencies": {
"@rdfjs/types": "^1.0.0"
}
}
3 changes: 3 additions & 0 deletions ontologies/dash-sparql/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,8 @@
],
"bugs": {
"url": "https://github.com/zazuko/rdf-vocabularies/issues"
},
"peerDependencies": {
"@rdfjs/types": "^1.0.0"
}
}
3 changes: 3 additions & 0 deletions ontologies/dash/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,8 @@
],
"bugs": {
"url": "https://github.com/zazuko/rdf-vocabularies/issues"
},
"peerDependencies": {
"@rdfjs/types": "^1.0.0"
}
}
3 changes: 3 additions & 0 deletions ontologies/dbo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,8 @@
],
"bugs": {
"url": "https://github.com/zazuko/rdf-vocabularies/issues"
},
"peerDependencies": {
"@rdfjs/types": "^1.0.0"
}
}
3 changes: 3 additions & 0 deletions ontologies/dc11/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,8 @@
],
"bugs": {
"url": "https://github.com/zazuko/rdf-vocabularies/issues"
},
"peerDependencies": {
"@rdfjs/types": "^1.0.0"
}
}
3 changes: 3 additions & 0 deletions ontologies/dcam/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,8 @@
],
"bugs": {
"url": "https://github.com/zazuko/rdf-vocabularies/issues"
},
"peerDependencies": {
"@rdfjs/types": "^1.0.0"
}
}
3 changes: 3 additions & 0 deletions ontologies/dcat/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,8 @@
],
"bugs": {
"url": "https://github.com/zazuko/rdf-vocabularies/issues"
},
"peerDependencies": {
"@rdfjs/types": "^1.0.0"
}
}
3 changes: 3 additions & 0 deletions ontologies/dcmitype/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,8 @@
],
"bugs": {
"url": "https://github.com/zazuko/rdf-vocabularies/issues"
},
"peerDependencies": {
"@rdfjs/types": "^1.0.0"
}
}
3 changes: 3 additions & 0 deletions ontologies/dcterms/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,8 @@
],
"bugs": {
"url": "https://github.com/zazuko/rdf-vocabularies/issues"
},
"peerDependencies": {
"@rdfjs/types": "^1.0.0"
}
}
5 changes: 4 additions & 1 deletion ontologies/dig/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,8 @@
"*.d.ts",
"*.nq",
"*.nt"
]
],
"peerDependencies": {
"@rdfjs/types": "^1.0.0"
}
}
3 changes: 3 additions & 0 deletions ontologies/discipline/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,8 @@
],
"bugs": {
"url": "https://github.com/zazuko/rdf-vocabularies/issues"
},
"peerDependencies": {
"@rdfjs/types": "^1.0.0"
}
}
3 changes: 3 additions & 0 deletions ontologies/doap/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,8 @@
],
"bugs": {
"url": "https://github.com/zazuko/rdf-vocabularies/issues"
},
"peerDependencies": {
"@rdfjs/types": "^1.0.0"
}
}
5 changes: 4 additions & 1 deletion ontologies/dpv/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,5 +44,8 @@
"*.d.ts",
"*.nq",
"*.nt"
]
],
"peerDependencies": {
"@rdfjs/types": "^1.0.0"
}
}
5 changes: 4 additions & 1 deletion ontologies/dqv/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,8 @@
"*.d.ts",
"*.nq",
"*.nt"
]
],
"peerDependencies": {
"@rdfjs/types": "^1.0.0"
}
}
5 changes: 4 additions & 1 deletion ontologies/dtype/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,8 @@
"*.d.ts",
"*.nq",
"*.nt"
]
],
"peerDependencies": {
"@rdfjs/types": "^1.0.0"
}
}
5 changes: 4 additions & 1 deletion ontologies/duv/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,8 @@
"*.d.ts",
"*.nq",
"*.nt"
]
],
"peerDependencies": {
"@rdfjs/types": "^1.0.0"
}
}
5 changes: 4 additions & 1 deletion ontologies/earl/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,8 @@
"*.d.ts",
"*.nq",
"*.nt"
]
],
"peerDependencies": {
"@rdfjs/types": "^1.0.0"
}
}
5 changes: 4 additions & 1 deletion ontologies/ebucore/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,8 @@
"*.d.ts",
"*.nq",
"*.nt"
]
],
"peerDependencies": {
"@rdfjs/types": "^1.0.0"
}
}
5 changes: 4 additions & 1 deletion ontologies/exif/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,8 @@
"*.d.ts",
"*.nq",
"*.nt"
]
],
"peerDependencies": {
"@rdfjs/types": "^1.0.0"
}
}
5 changes: 4 additions & 1 deletion ontologies/foaf/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,8 @@
"*.d.ts",
"*.nq",
"*.nt"
]
],
"peerDependencies": {
"@rdfjs/types": "^1.0.0"
}
}
5 changes: 4 additions & 1 deletion ontologies/frbr/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,8 @@
"*.d.ts",
"*.nq",
"*.nt"
]
],
"peerDependencies": {
"@rdfjs/types": "^1.0.0"
}
}
5 changes: 4 additions & 1 deletion ontologies/geo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,8 @@
"*.d.ts",
"*.nq",
"*.nt"
]
],
"peerDependencies": {
"@rdfjs/types": "^1.0.0"
}
}
Loading

0 comments on commit d3570dc

Please sign in to comment.