@smileid/web-components 1.4.3 → 1.4.4

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.
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@smileid/signature-pad",
3
- "version": "1.4.3",
3
+ "version": "1.4.4",
4
4
  "private": "true",
5
5
  "exports": {
6
6
  ".": "./index.js"
@@ -296,7 +296,7 @@ context('SmartCameraWeb', () => {
296
296
  .should('not.be.visible');
297
297
  });
298
298
 
299
- it('should switch to request screen when "Rest"', () => {
299
+ it('should switch to request screen when "Reset"', () => {
300
300
  cy.get('smart-camera-web').then((element) => {
301
301
  element[0].reset();
302
302
  });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@smileid/web-components",
3
- "version": "1.4.3",
3
+ "version": "1.4.4",
4
4
  "exports": {
5
5
  ".": "./index.js",
6
6
  "./combobox": "./components/combobox/src/index.js",
@@ -32,7 +32,7 @@
32
32
  "validate.js": "^0.13.1"
33
33
  },
34
34
  "devDependencies": {
35
- "cypress": "^13.14.1",
35
+ "cypress": "^13.15.0",
36
36
  "esbuild": "^0.21.5",
37
37
  "eslint": "^8.57.0",
38
38
  "eslint-config-airbnb-base": "^15.0.0",