pcm-shared-components 2.1.373 → 2.1.376

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -53,6 +53,8 @@ NPM_TOKEN=your_npm_token_here
53
53
 
54
54
  The token will be used automatically during release and publishing.
55
55
 
56
+ If `npm publish` fails with a 404 (even though the package exists), your token has likely expired or lost publish access. Regenerate it from the [pcm-shared-components package page](https://www.npmjs.com/package/pcm-shared-components) (Settings tab) or from [https://www.npmjs.com/settings/tokens](https://www.npmjs.com/settings/tokens), then update `NPM_TOKEN` in `.env`.
57
+
56
58
 
57
59
  ------------------------------------------------------------------------------------------------------------
58
60
 
@@ -4037,7 +4037,8 @@
4037
4037
  "failed": "Failed",
4038
4038
  "opened": "Opened",
4039
4039
  "pending": "Pending",
4040
- "sent": "Sent"
4040
+ "sent": "Sent",
4041
+ "blacklisted": "Blacklisted"
4041
4042
  },
4042
4043
  "table": {
4043
4044
  "date": "Date",
@@ -4037,7 +4037,8 @@
4037
4037
  "failed": "Fallido",
4038
4038
  "opened": "Abierto",
4039
4039
  "pending": "Pendiente",
4040
- "sent": "Enviado"
4040
+ "sent": "Enviado",
4041
+ "blacklisted": "Lista negra"
4041
4042
  },
4042
4043
  "table": {
4043
4044
  "date": "Fecha",
@@ -4037,7 +4037,8 @@
4037
4037
  "failed": "Échoué",
4038
4038
  "opened": "Ouvert",
4039
4039
  "pending": "En attente",
4040
- "sent": "Envoyé"
4040
+ "sent": "Envoyé",
4041
+ "blacklisted": "Liste noire"
4041
4042
  },
4042
4043
  "table": {
4043
4044
  "date": "Date",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pcm-shared-components",
3
- "version": "2.1.373",
3
+ "version": "2.1.376",
4
4
  "private": false,
5
5
  "main": "dist/index.js",
6
6
  "babel": {