@ecomplus/i18n
Advanced tools
@@ -15,3 +15,3 @@ name: Create release | ||
| - name: Checkout | ||
| uses: actions/checkout@v2 | ||
| uses: actions/checkout@v3 | ||
@@ -18,0 +18,0 @@ - name: Get semver number |
@@ -12,8 +12,8 @@ name: Publish | ||
| - name: Checkout | ||
| uses: actions/checkout@v2 | ||
| uses: actions/checkout@v3 | ||
| - name: Setup Node | ||
| uses: actions/setup-node@v2 | ||
| uses: actions/setup-node@v3 | ||
| with: | ||
| node-version: '12.x' | ||
| node-version: '16.x' | ||
| registry-url: 'https://registry.npmjs.org/' | ||
@@ -20,0 +20,0 @@ |
+7
-0
@@ -5,2 +5,9 @@ # Changelog | ||
| ## [1.28.0](https://github.com/ecomplus/i18n/compare/v1.27.0...v1.28.0) (2022-03-18) | ||
| ### Features | ||
| * **words:** new words from [#153](https://github.com/ecomplus/i18n/issues/153) ([#157](https://github.com/ecomplus/i18n/issues/157)) ([5579a94](https://github.com/ecomplus/i18n/commit/5579a94ac47cc32c9b4905a9073e1fb0a56ecdca)) | ||
| ## [1.27.0](https://github.com/ecomplus/i18n/compare/v1.26.0...v1.27.0) (2022-02-05) | ||
@@ -7,0 +14,0 @@ |
+4
-4
| { | ||
| "name": "@ecomplus/i18n", | ||
| "version": "1.27.0", | ||
| "version": "1.28.0", | ||
| "description": "Tree shakable dictionary for e-commerce JS apps", | ||
@@ -31,6 +31,6 @@ "main": "dist/i18n.min.js", | ||
| "devDependencies": { | ||
| "@babel/core": "^7.16.12", | ||
| "@babel/core": "^7.17.5", | ||
| "@babel/preset-env": "^7.16.11", | ||
| "@commitlint/cli": "^16.1.0", | ||
| "@commitlint/config-conventional": "^16.0.0", | ||
| "@commitlint/cli": "^16.2.1", | ||
| "@commitlint/config-conventional": "^16.2.1", | ||
| "babel-loader": "^8.2.3", | ||
@@ -37,0 +37,0 @@ "cross-env": "^7.0.3", |
@@ -289,2 +289,3 @@ export const i19a = 'the' | ||
| export const i19endpoint = 'Endpoint' | ||
| export const i19endsIn = 'Ends in' | ||
| export const i19enterEmailCodeMsg = 'Enter the verification code we send you by email.' | ||
@@ -515,2 +516,3 @@ export const i19enterYourDocNumber = 'Enter your document number' | ||
| export const i19normal = 'Normal' | ||
| export const i19noSavedFavoritesMsg = 'You don\'t have any products saved as favorites yet.' | ||
| export const i19notConfigured = 'Not configured' | ||
@@ -529,2 +531,3 @@ export const i19notFound = 'Not found' | ||
| export const i19ofDiscount = 'Of discount' | ||
| export const i19offer = 'Offer' | ||
| export const i19on = 'On' | ||
@@ -685,2 +688,3 @@ export const i19onFreight = 'On freight' | ||
| export const i19removed = 'Removed' | ||
| export const i19removeFromFavorites = 'Remove from favorites' | ||
| export const i19reopenOrder = 'Reopen order' | ||
@@ -687,0 +691,0 @@ export const i19require = 'Require' |
@@ -289,2 +289,3 @@ export const i19a = 'a' | ||
| export const i19endpoint = 'Endpoint' | ||
| export const i19endsIn = 'Acaba em' | ||
| export const i19enterEmailCodeMsg = 'Insira o código de verificação que te enviamos por e-mail.' | ||
@@ -515,2 +516,3 @@ export const i19enterYourDocNumber = 'Insira o número do documento' | ||
| export const i19normal = 'Normal' | ||
| export const i19noSavedFavoritesMsg = 'Você ainda não tem produtos salvos como favoritos.' | ||
| export const i19notConfigured = 'Não configurado' | ||
@@ -529,2 +531,3 @@ export const i19notFound = 'Não encontrado' | ||
| export const i19ofDiscount = 'De desconto' | ||
| export const i19offer = 'Oferta' | ||
| export const i19on = 'No' | ||
@@ -684,2 +687,3 @@ export const i19onFreight = 'No frete' | ||
| export const i19removed = 'Removido' | ||
| export const i19removeFromFavorites = 'Remover dos favoritos' | ||
| export const i19reopenOrder = 'Reabrir pedido' | ||
@@ -686,0 +690,0 @@ export const i19require = 'Exigir' |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 1 instance in 1 package
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 1 instance in 1 package
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 1 instance in 1 package
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 1 instance in 1 package
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
1357808
0.44%6564
0.38%9
-25%