@semantha/product-sdk 9.7.1 → 10.0.0
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
CHANGED
|
@@ -225,7 +225,6 @@ interface Reference {
|
|
|
225
225
|
type?: string;
|
|
226
226
|
color?: string;
|
|
227
227
|
comment?: string;
|
|
228
|
-
hasOppositeMeaning?: boolean;
|
|
229
228
|
}
|
|
230
229
|
|
|
231
230
|
/**
|
|
@@ -634,7 +633,6 @@ interface ExtendedReference {
|
|
|
634
633
|
type?: string;
|
|
635
634
|
color?: string;
|
|
636
635
|
comment?: string;
|
|
637
|
-
hasOppositeMeaning?: boolean;
|
|
638
636
|
tags?: string[];
|
|
639
637
|
metadata?: string;
|
|
640
638
|
used?: boolean;
|
|
@@ -225,7 +225,6 @@ interface Reference {
|
|
|
225
225
|
type?: string;
|
|
226
226
|
color?: string;
|
|
227
227
|
comment?: string;
|
|
228
|
-
hasOppositeMeaning?: boolean;
|
|
229
228
|
}
|
|
230
229
|
|
|
231
230
|
/**
|
|
@@ -634,7 +633,6 @@ interface ExtendedReference {
|
|
|
634
633
|
type?: string;
|
|
635
634
|
color?: string;
|
|
636
635
|
comment?: string;
|
|
637
|
-
hasOppositeMeaning?: boolean;
|
|
638
636
|
tags?: string[];
|
|
639
637
|
metadata?: string;
|
|
640
638
|
used?: boolean;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@semantha/product-sdk",
|
|
3
|
-
"description": "",
|
|
4
|
-
"version": "
|
|
3
|
+
"description": "SDK for semantha products",
|
|
4
|
+
"version": "10.0.0",
|
|
5
5
|
"files": [
|
|
6
6
|
"./dist"
|
|
7
7
|
],
|
|
@@ -14,9 +14,9 @@
|
|
|
14
14
|
"test": "jest --verbose",
|
|
15
15
|
"test:coverage": "jest --coverage"
|
|
16
16
|
},
|
|
17
|
-
"author": "
|
|
17
|
+
"author": "Aleph Alpha Engineering <engineering@aleph-alpha.com>",
|
|
18
18
|
"license": "Apache-2.0",
|
|
19
|
-
"homepage": "https://
|
|
19
|
+
"homepage": "https://aleph-alpha.com",
|
|
20
20
|
"devDependencies": {
|
|
21
21
|
"@types/jest": "^30.0.0",
|
|
22
22
|
"@types/node": "^20.17.50",
|