rosaenlg-commons
Advanced tools
Comparing version 2.4.0 to 3.0.0
@@ -28,1 +28,6 @@ /** | ||
} | ||
export interface LinguisticResources { | ||
verbs: VerbsInfo; | ||
words: WordsInfo; | ||
adjectives: AdjectivesInfo; | ||
} |
{ | ||
"name": "rosaenlg-commons", | ||
"version": "2.4.0", | ||
"version": "3.0.0", | ||
"description": "Common technical elements for RosaeNLG", | ||
@@ -53,3 +53,3 @@ "main": "dist/index.js", | ||
}, | ||
"gitHead": "8306d0f4f01556a596db289cdbb98d5bc1dd088f" | ||
"gitHead": "f29cc6f345687b2901f66077f413cecb0ba0d6d7" | ||
} |
42657
561