@empathyco/x-components 6.0.0-alpha.182 → 6.0.0-alpha.184
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 +16 -0
- package/package.json +6 -6
- package/types/views/adapter.d.ts.map +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,22 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
## 6.0.0-alpha.184 (2025-12-11)
|
|
7
|
+
|
|
8
|
+
* chore(tests): upgrade cypress and enable e2e tests (#1942) ([b6ad1dd](https://github.com/empathyco/x/commit/b6ad1dd)), closes [#1942](https://github.com/empathyco/x/issues/1942)
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
## 6.0.0-alpha.183 (2025-12-08)
|
|
15
|
+
|
|
16
|
+
* chore(deps): update cypress-related dependencies (#1941) ([3c751ef](https://github.com/empathyco/x/commit/3c751ef)), closes [#1941](https://github.com/empathyco/x/issues/1941)
|
|
17
|
+
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
|
|
6
22
|
## 6.0.0-alpha.182 (2025-11-26)
|
|
7
23
|
|
|
8
24
|
* chore(deps): upgrade cypress version to 14.5.4 (#1933) ([83b93e8](https://github.com/empathyco/x/commit/83b93e8)), closes [#1933](https://github.com/empathyco/x/issues/1933)
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@empathyco/x-components",
|
|
3
|
-
"version": "6.0.0-alpha.
|
|
3
|
+
"version": "6.0.0-alpha.184",
|
|
4
4
|
"description": "Empathy X Components",
|
|
5
5
|
"author": "Empathy Systems Corporation S.L.",
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -96,8 +96,8 @@
|
|
|
96
96
|
},
|
|
97
97
|
"devDependencies": {
|
|
98
98
|
"@babel/preset-env": "7.28.0",
|
|
99
|
-
"@badeball/cypress-cucumber-preprocessor": "23.2.
|
|
100
|
-
"@bahmutov/cypress-esbuild-preprocessor": "2.2.
|
|
99
|
+
"@badeball/cypress-cucumber-preprocessor": "23.2.1",
|
|
100
|
+
"@bahmutov/cypress-esbuild-preprocessor": "2.2.8",
|
|
101
101
|
"@cucumber/messages": "30.1.0",
|
|
102
102
|
"@empathyco/x-tailwindcss": "2.0.0-alpha.17",
|
|
103
103
|
"@microsoft/api-documenter": "7.23.0",
|
|
@@ -111,7 +111,7 @@
|
|
|
111
111
|
"@vue/vue3-jest": "29.2.6",
|
|
112
112
|
"autoprefixer": "10.4.21",
|
|
113
113
|
"convert-source-map": "2.0.0",
|
|
114
|
-
"cypress": "
|
|
114
|
+
"cypress": "15.7.1",
|
|
115
115
|
"esbuild": "0.20.0",
|
|
116
116
|
"jest": "29.7.0",
|
|
117
117
|
"jest-environment-jsdom": "29.7.0",
|
|
@@ -127,7 +127,7 @@
|
|
|
127
127
|
"rollup-plugin-typescript2": "0.36.0",
|
|
128
128
|
"rollup-plugin-vue": "6.0.0",
|
|
129
129
|
"sass": "1.70.0",
|
|
130
|
-
"start-server-and-test": "2.
|
|
130
|
+
"start-server-and-test": "2.1.3",
|
|
131
131
|
"tailwindcss": "3.4.0",
|
|
132
132
|
"ts-jest": "29.4.0",
|
|
133
133
|
"ts-node": "10.9.2",
|
|
@@ -143,5 +143,5 @@
|
|
|
143
143
|
"access": "public",
|
|
144
144
|
"directory": "dist"
|
|
145
145
|
},
|
|
146
|
-
"gitHead": "
|
|
146
|
+
"gitHead": "db0936d8e2552df1629c8c01f6b40f37a0f901c1"
|
|
147
147
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"adapter.d.ts","sourceRoot":"","sources":["../../../src/views/adapter.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,+BAA+B,CAAA;AAIpE,eAAO,MAAM,aAAa;;CAEzB,CAAA;
|
|
1
|
+
{"version":3,"file":"adapter.d.ts","sourceRoot":"","sources":["../../../src/views/adapter.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,+BAA+B,CAAA;AAIpE,eAAO,MAAM,aAAa;;CAEzB,CAAA;AAED,eAAO,MAAM,OAAO,iBAGlB,CAAA"}
|