@autheur/generator
Advanced tools
Comparing version 1.0.0 to 1.0.1
{ | ||
"name": "@autheur/generator", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "Random french sentence generator", | ||
@@ -32,11 +32,5 @@ "funding": "https://github.com/sponsors/CorentinTh", | ||
], | ||
"scripts": { | ||
"build": "unbuild", | ||
"test": "vitest --passWithNoTests", | ||
"prepack": "npm run build", | ||
"release": "standard-version" | ||
}, | ||
"dependencies": { | ||
"@autheur/datasets": "workspace:^1.0.0", | ||
"@autheur/operators": "workspace:^1.0.0", | ||
"@autheur/datasets": "^1.0.0", | ||
"@autheur/operators": "^1.0.0", | ||
"defu": "^6.0.0" | ||
@@ -48,3 +42,8 @@ }, | ||
"vitest": "^0.9.4" | ||
}, | ||
"scripts": { | ||
"build": "unbuild", | ||
"test": "vitest --passWithNoTests", | ||
"release": "standard-version" | ||
} | ||
} | ||
} |
14171
6
+ Added@autheur/datasets@1.0.6(transitive)
+ Added@autheur/operators@1.1.0(transitive)
Updated@autheur/datasets@^1.0.0
Updated@autheur/operators@^1.0.0