@uuv/dictionary 0.0.1 → 0.1.1

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/CHANGELOG.md ADDED
@@ -0,0 +1,13 @@
1
+ ## [0.1.1](https://github.com/e2e-test-quest/uuv/compare/dictionary-v0.1.0...dictionary-v0.1.1) (2025-11-20)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * **assistant:** set dom-accessibility-api dependency as runtime dependency ([8f6588e](https://github.com/e2e-test-quest/uuv/commit/8f6588e71bdb5fccee1e4fe8047038853e76e13a))
7
+
8
+ # [0.1.0](https://github.com/e2e-test-quest/uuv/compare/dictionary-v0.0.1...dictionary-v0.1.0) (2025-11-19)
9
+
10
+
11
+ ### Features
12
+
13
+ * release 0.0.1 of mcp-server and dictionary ([838be49](https://github.com/e2e-test-quest/uuv/commit/838be49f758896e8d10c847919de4d7de3f919f5))
@@ -0,0 +1,6 @@
1
+ # [0.1.0](https://github.com/e2e-test-quest/uuv/compare/dictionary-v0.0.1...dictionary-v0.1.0) (2025-11-19)
2
+
3
+
4
+ ### Features
5
+
6
+ * release 0.0.1 of mcp-server and dictionary ([838be49](https://github.com/e2e-test-quest/uuv/commit/838be49f758896e8d10c847919de4d7de3f919f5))
package/dist/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@uuv/dictionary",
3
- "version": "0.0.1",
3
+ "version": "0.1.0",
4
4
  "author": "Louis Fredice NJAKO MOLOM (https://github.com/luifr10) & Stanley SERVICAL (https://github.com/stanlee974)",
5
5
  "description": "UUV built-in set of cucumber sentences to write e2e tests",
6
6
  "type": "commonjs",
package/package.json CHANGED
@@ -1,29 +1,29 @@
1
1
  {
2
2
  "name": "@uuv/dictionary",
3
- "version": "0.0.1",
3
+ "version": "0.1.1",
4
4
  "author": "Louis Fredice NJAKO MOLOM (https://github.com/luifr10) & Stanley SERVICAL (https://github.com/stanlee974)",
5
5
  "description": "UUV built-in set of cucumber sentences to write e2e tests",
6
6
  "type": "commonjs",
7
7
  "main": "./dist/index.js",
8
8
  "types": "./dist/index.d.ts",
9
9
  "keywords": [
10
- "uuv",
11
- "e2e",
12
- "end2end",
13
- "end 2 end",
14
- "test",
15
- "testing",
16
- "accessibility",
17
- "accessibilite",
18
- "a11y",
19
- "cypress",
20
- "playwright",
21
- "testing-library",
22
- "cucumber",
23
- "gherkin",
24
- "bdd",
25
- "tdd",
26
- "acceptance"
10
+ "uuv",
11
+ "e2e",
12
+ "end2end",
13
+ "end 2 end",
14
+ "test",
15
+ "testing",
16
+ "accessibility",
17
+ "accessibilite",
18
+ "a11y",
19
+ "cypress",
20
+ "playwright",
21
+ "testing-library",
22
+ "cucumber",
23
+ "gherkin",
24
+ "bdd",
25
+ "tdd",
26
+ "acceptance"
27
27
  ],
28
28
  "scripts": {
29
29
  "package": "npm pack --pack-destination=\"../../dist/packages\"",
@@ -35,13 +35,13 @@
35
35
  },
36
36
  "exports": {
37
37
  ".": {
38
- "import": "./dist/index.js",
39
- "require": "./dist/index.js",
40
- "types": "./dist/index.d.ts"
38
+ "import": "./dist/index.js",
39
+ "require": "./dist/index.js",
40
+ "types": "./dist/index.d.ts"
41
41
  }
42
42
  },
43
43
  "funding": {
44
- "type": "opencollective",
45
- "url": "https://opencollective.com/uuv"
44
+ "type": "opencollective",
45
+ "url": "https://opencollective.com/uuv"
46
46
  }
47
47
  }