@nyrra/maker 0.0.2-next.14 → 0.0.2-next.16
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/package.json +10 -4
package/package.json
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@nyrra/maker",
|
|
3
|
-
"version": "0.0.2-next.
|
|
4
|
-
"description": "
|
|
5
|
-
"license": "
|
|
3
|
+
"version": "0.0.2-next.16",
|
|
4
|
+
"description": "Ontology-as-code authoring DSL by NYRRA Inc., compatible with Palantir's OAC toolchain.",
|
|
5
|
+
"license": "BUSL-1.1",
|
|
6
6
|
"type": "module",
|
|
7
7
|
"repository": {
|
|
8
8
|
"type": "git",
|
|
@@ -16,8 +16,14 @@
|
|
|
16
16
|
"maker",
|
|
17
17
|
"ontology",
|
|
18
18
|
"ontology-as-code",
|
|
19
|
+
"oac",
|
|
19
20
|
"palantir",
|
|
20
|
-
"
|
|
21
|
+
"foundry",
|
|
22
|
+
"osdk",
|
|
23
|
+
"pharmaceutical",
|
|
24
|
+
"gxp",
|
|
25
|
+
"prismantix",
|
|
26
|
+
"nyrra"
|
|
21
27
|
],
|
|
22
28
|
"main": "./index.js",
|
|
23
29
|
"module": "./index.js",
|