@eid-easy/eideasy-widget 2.138.0 → 2.139.0

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/dist/index.html CHANGED
@@ -67,12 +67,12 @@
67
67
  countryCode: 'PL', // ISO 3166 two letter country code
68
68
  language: 'en', // ISO 639-1 two letter language code,
69
69
  sandbox: true,
70
- clientId: '9kKmNtYQ7LDOlHvasAE9oYQ0gKS4V4Bl',
70
+ clientId: 'SNcycaJFfibUABHrbx6c51YRqSiV76Nz',
71
71
  redirectUri: 'https://id.eideasy.eu/admin/oauthlogin', // this gets used for redirects e.g. when using eParaksts mobile
72
72
  apiEndpoints: {
73
73
  base: () => 'http://id.eideasy.eu',
74
- identityStart: () => 'http://eid-sample-app.eu/api/identity/start',
75
- identityFinish: () => 'http://eid-sample-app.eu/api/identity/finish',
74
+ identityStart: () => 'https://eid-sample-app.ddev.site/api/identity/start',
75
+ identityFinish: () => 'https://eid-sample-app.ddev.site/api/identity/finish',
76
76
  },
77
77
  translations: {
78
78
  'et': {
@@ -97,7 +97,7 @@
97
97
  enabledCountries: 'all',
98
98
  // use these to prefill the input values
99
99
  inputValues: {
100
- // idcode: '',
100
+ //idcode: '',
101
101
  // phone: '00000766',
102
102
  },
103
103
  modifyRequestSettings: (currentSettings) => {
@@ -168,7 +168,7 @@
168
168
  language: 'en', // ISO 639-1 two letter language code,
169
169
  sandbox: true,
170
170
  clientId: 'SNcycaJFfibUABHrbx6c51YRqSiV76Nz',
171
- docId: 'RCxmf8ZirP31S8A8bI27rjinPjycqjdIzZNgjst0',
171
+ docId: '5rMOVZyEqOYO2uW33w1PN2zwDAndUdHQHI8xyz7W',
172
172
  apiEndpoints: {
173
173
  // base: () => 'http://localhost:8000',
174
174
  base: () => 'https://id.eideasy.eu',
package/package.json CHANGED
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@eid-easy/eideasy-widget",
3
- "version": "2.138.0",
3
+ "version": "2.139.0",
4
4
  "description": "eID Easy Widget is a client-side embeddable component for creating electronic signatures and identifying users through eID Easy API.",
5
5
  "main": "dist/full/eideasy-widget.umd.min.js",
6
- "sri": "sha256-hfEugvzlP9qd2RNgq4hcqR0tJ1TWzAQYfA6nIQ0OuMs=",
7
- "productionReleaseVersion": "2.138.0",
8
- "productionReleaseSri": "sha256-hfEugvzlP9qd2RNgq4hcqR0tJ1TWzAQYfA6nIQ0OuMs=",
6
+ "sri": "sha256-M+fm1I78vqe2QoysZZXNMtEF7Gksk/yiI9MC5ulxks8=",
7
+ "productionReleaseVersion": "2.139.0",
8
+ "productionReleaseSri": "sha256-M+fm1I78vqe2QoysZZXNMtEF7Gksk/yiI9MC5ulxks8=",
9
9
  "files": [
10
10
  "dist"
11
11
  ],
@@ -41,7 +41,7 @@
41
41
  },
42
42
  "license": "MIT",
43
43
  "dependencies": {
44
- "@eid-easy/eideasy-browser-client": "2.109.0",
44
+ "@eid-easy/eideasy-browser-client": "2.110.0",
45
45
  "core-js": "^3.8.3",
46
46
  "i18n-iso-countries": "^6.7.0",
47
47
  "lodash.defaultsdeep": "^4.6.1",