@revolugo/common 6.15.8-alpha.2 → 6.15.8-alpha.20

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@revolugo/common",
3
- "version": "6.15.8-alpha.2",
3
+ "version": "6.15.8-alpha.20",
4
4
  "private": false,
5
5
  "description": "Revolugo common",
6
6
  "author": "Revolugo",
@@ -36,7 +36,7 @@
36
36
  "slugify": "1.6.6",
37
37
  "type-fest": "5.4.1",
38
38
  "uuid": "13.0.0",
39
- "zod": "4.3.5"
39
+ "zod": "4.3.6"
40
40
  },
41
41
  "scripts": {
42
42
  "test": "vitest"
@@ -173,6 +173,7 @@ export const ICONS_NAME = Object.freeze({
173
173
  tent: 'ph:tent',
174
174
  thermometerHot: 'ph:thermometer-hot',
175
175
  thumbsUp: 'ph:thumbs-up',
176
+ timer: 'ph:timer',
176
177
  tooth: 'ph:tooth',
177
178
  train: 'ph:train',
178
179
  trash: 'ph:trash-simple',