@neverblink/linkml 0.16.1 → 0.16.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -4
- package/main.js +29314 -29567
- package/main.js.map +4 -4
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,10 +1,7 @@
|
|
|
1
1
|
# @neverblink/linkml
|
|
2
2
|
|
|
3
3
|
JavaScript / TypeScript bindings for [LinkML-Scala](https://github.com/NeverBlink-OSS/linkml-scala) –
|
|
4
|
-
LinkML schema validation and multi-format code generation (JSON Schema, SHACL, RDFS, Scala)
|
|
5
|
-
compiled from Scala 3 to JavaScript via [Scala.js](https://www.scala-js.org/).
|
|
6
|
-
|
|
7
|
-
The package ships a single self-contained ES module. It has no runtime dependencies.
|
|
4
|
+
LinkML schema validation and multi-format code generation (JSON Schema, SHACL, RDFS, Scala).
|
|
8
5
|
|
|
9
6
|
## Installation
|
|
10
7
|
|