@vocab/phrase
Advanced tools
Comparing version 0.0.5 to 0.0.6
# @vocab/phrase | ||
## 0.0.6 | ||
### Patch Changes | ||
- [`80a46c0`](https://github.com/seek-oss/vocab/commit/80a46c01a55408675f5822c3618519f80136c3ab) [#27](https://github.com/seek-oss/vocab/pull/27) Thanks [@mattcompiles](https://github.com/mattcompiles)! - Add `ignore` config for ignoring files/folders from cli scripts | ||
* [`80a46c0`](https://github.com/seek-oss/vocab/commit/80a46c01a55408675f5822c3618519f80136c3ab) [#27](https://github.com/seek-oss/vocab/pull/27) Thanks [@mattcompiles](https://github.com/mattcompiles)! - Ignore node_modules from push, pull and compile scripts | ||
* Updated dependencies [[`80a46c0`](https://github.com/seek-oss/vocab/commit/80a46c01a55408675f5822c3618519f80136c3ab), [`80a46c0`](https://github.com/seek-oss/vocab/commit/80a46c01a55408675f5822c3618519f80136c3ab)]: | ||
- @vocab/core@0.0.6 | ||
- @vocab/types@0.0.6 | ||
## 0.0.5 | ||
@@ -4,0 +16,0 @@ |
@@ -153,3 +153,4 @@ 'use strict'; | ||
const allVocabTranslations = await core.loadAllTranslations({ | ||
fallbacks: 'none' | ||
fallbacks: 'none', | ||
includeNodeModules: false | ||
}, config); | ||
@@ -213,3 +214,4 @@ | ||
const allLanguageTranslations = await core.loadAllTranslations({ | ||
fallbacks: 'none' | ||
fallbacks: 'none', | ||
includeNodeModules: false | ||
}, config); | ||
@@ -216,0 +218,0 @@ trace(`Pushing translations to branch ${branch}`); |
@@ -153,3 +153,4 @@ 'use strict'; | ||
const allVocabTranslations = await core.loadAllTranslations({ | ||
fallbacks: 'none' | ||
fallbacks: 'none', | ||
includeNodeModules: false | ||
}, config); | ||
@@ -213,3 +214,4 @@ | ||
const allLanguageTranslations = await core.loadAllTranslations({ | ||
fallbacks: 'none' | ||
fallbacks: 'none', | ||
includeNodeModules: false | ||
}, config); | ||
@@ -216,0 +218,0 @@ trace(`Pushing translations to branch ${branch}`); |
@@ -141,3 +141,4 @@ import { promises } from 'fs'; | ||
const allVocabTranslations = await loadAllTranslations({ | ||
fallbacks: 'none' | ||
fallbacks: 'none', | ||
includeNodeModules: false | ||
}, config); | ||
@@ -201,3 +202,4 @@ | ||
const allLanguageTranslations = await loadAllTranslations({ | ||
fallbacks: 'none' | ||
fallbacks: 'none', | ||
includeNodeModules: false | ||
}, config); | ||
@@ -204,0 +206,0 @@ trace(`Pushing translations to branch ${branch}`); |
{ | ||
"name": "@vocab/phrase", | ||
"version": "0.0.5", | ||
"version": "0.0.6", | ||
"main": "dist/vocab-phrase.cjs.js", | ||
@@ -9,4 +9,4 @@ "module": "dist/vocab-phrase.esm.js", | ||
"dependencies": { | ||
"@vocab/core": "^0.0.5", | ||
"@vocab/types": "^0.0.5", | ||
"@vocab/core": "^0.0.6", | ||
"@vocab/types": "^0.0.6", | ||
"chalk": "^4.1.0", | ||
@@ -13,0 +13,0 @@ "debug": "^4.3.1", |
@@ -34,3 +34,3 @@ import { writeFile, mkdir } from './file'; | ||
const allVocabTranslations = await loadAllTranslations( | ||
{ fallbacks: 'none' }, | ||
{ fallbacks: 'none', includeNodeModules: false }, | ||
config, | ||
@@ -37,0 +37,0 @@ ); |
@@ -17,3 +17,3 @@ import { TranslationsByLanguage } from './../../types/src/index'; | ||
const allLanguageTranslations = await loadAllTranslations( | ||
{ fallbacks: 'none' }, | ||
{ fallbacks: 'none', includeNodeModules: false }, | ||
config, | ||
@@ -20,0 +20,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
49714
1058
+ Added@vocab/core@0.0.6(transitive)
+ Added@vocab/types@0.0.6(transitive)
- Removed@vocab/core@0.0.5(transitive)
- Removed@vocab/types@0.0.5(transitive)
Updated@vocab/core@^0.0.6
Updated@vocab/types@^0.0.6