@vocab/cli
Advanced tools
Comparing version 1.4.0 to 1.4.1
export * from "./declarations/src/index"; | ||
//# sourceMappingURL=vocab-cli.cjs.d.ts.map |
{ | ||
"name": "@vocab/cli", | ||
"version": "1.4.0", | ||
"version": "1.4.1", | ||
"main": "dist/vocab-cli.cjs.js", | ||
@@ -17,4 +17,4 @@ "module": "dist/vocab-cli.esm.js", | ||
"@types/env-ci": "^3.1.0", | ||
"@vocab/core": "^1.5.0", | ||
"@vocab/phrase": "^1.3.0", | ||
"@vocab/core": "^1.6.0", | ||
"@vocab/phrase": "^1.3.1", | ||
"env-ci": "^5.0.2", | ||
@@ -21,0 +21,0 @@ "fast-glob": "^3.2.4", |
@@ -32,3 +32,3 @@ # Vocab | ||
You can configure Vocab directly when calling the API or via a `vocab.config.js` file. | ||
You can configure Vocab directly when calling the API or via a `vocab.config.js` or `vocab.config.cjs` file. | ||
@@ -188,3 +188,3 @@ In this example we've configured two languages, English and French, where our initial `translation.json` files will use English. | ||
Configuration can either be passed into the Node API directly or be gathered from the nearest _vocab.config.js_ file. | ||
Configuration can either be passed into the Node API directly or be gathered from the nearest _vocab.config.js_ or _vocab.config.cjs_ file. | ||
@@ -346,3 +346,3 @@ **vocab.config.js** | ||
Vocab can generate a pseudo-localized language via the [`generatedLanguages` config][generated languages config], either via the webpack plugin or your `vocab.config.js` file. | ||
Vocab can generate a pseudo-localized language via the [`generatedLanguages` config][generated languages config], either via the webpack plugin or your `vocab.config.js` or `vocab.config.cjs` file. | ||
`@vocab/pseudo-localize` exports a `generator` that can be used directly in your config. | ||
@@ -349,0 +349,0 @@ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
25761
11
239
Updated@vocab/core@^1.6.0
Updated@vocab/phrase@^1.3.1