@digipair/skill-web-interact 0.4.9 → 0.4.11

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.
Files changed (2) hide show
  1. package/package.json +1 -1
  2. package/schema.json +2 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@digipair/skill-web-interact",
3
- "version": "0.4.9",
3
+ "version": "0.4.11",
4
4
  "dependencies": {},
5
5
  "main": "./index.cjs.js",
6
6
  "module": "./index.esm.js"
package/schema.json CHANGED
@@ -9,7 +9,7 @@
9
9
  "paths": {
10
10
  "/dispatchEvent": {
11
11
  "post": {
12
- "tags": [],
12
+ "tags": ["web", "boost"],
13
13
  "summary": "Emettre un évènement",
14
14
  "description": "Emet un évènement sur un élément du DOM",
15
15
  "parameters": [
@@ -46,7 +46,7 @@
46
46
  },
47
47
  "/setAttribute": {
48
48
  "post": {
49
- "tags": [],
49
+ "tags": ["web", "boost"],
50
50
  "summary": "Modifier un attribute",
51
51
  "description": "Permet de modifier la valeur d'un attribut d'un élément du DOM sans espace ni caractère spécial sauf '-'",
52
52
  "parameters": [