@digipair/skill-web-spectrum 0.11.1 → 0.11.3

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": "@digipair/skill-web-spectrum",
3
- "version": "0.11.1",
3
+ "version": "0.11.3",
4
4
  "dependencies": {},
5
5
  "main": "./index.cjs.js",
6
6
  "module": "./index.esm.js"
package/schema.json CHANGED
@@ -1065,6 +1065,24 @@
1065
1065
  "schema": {
1066
1066
  "type": "boolean"
1067
1067
  }
1068
+ },
1069
+ {
1070
+ "name": "variant",
1071
+ "summary": "Variante",
1072
+ "required": false,
1073
+ "description": "Variante du message d'alerte",
1074
+ "schema": {
1075
+ "type": "string"
1076
+ }
1077
+ },
1078
+ {
1079
+ "name": "id",
1080
+ "summary": "Identifiant",
1081
+ "required": false,
1082
+ "description": "Identifiant du message d'alerte",
1083
+ "schema": {
1084
+ "type": "string"
1085
+ }
1068
1086
  }
1069
1087
  ],
1070
1088
  "x-events": []
File without changes