@eid-easy/eideasy-widget 2.8.0 → 2.9.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
@@ -151,10 +151,10 @@
151
151
  language: 'et', // ISO 639-1 two letter language code,
152
152
  sandbox: true,
153
153
  clientId: 'SNcycaJFfibUABHrbx6c51YRqSiV76Nz',
154
- docId: '1NTU5D9JEmDwXvEdwbqWhLh5VS8PVlDxqVI1MO5C',
154
+ docId: 'VDu0UefMoCvlekkFLm0eusMcHDx7M4xV6hOrqG5J',
155
155
  redirectUri: 'http://localhost:8080/', // this gets used for redirects e.g. when using eParaksts mobile
156
156
  apiEndpoints: {
157
- base: () => 'https://id.eideasy.localhost',
157
+ base: () => 'https://id.eideasy.eu',
158
158
  },
159
159
  translations: {
160
160
  'et': {
package/package.json CHANGED
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@eid-easy/eideasy-widget",
3
- "version": "2.8.0",
3
+ "version": "2.9.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-XHTSsgziNjgCjhEU4UwgNM3zCO9mgOHJmA8hanP5Pp4=",
7
- "productionReleaseVersion": "2.8.0",
8
- "productionReleaseSri": "sha256-XHTSsgziNjgCjhEU4UwgNM3zCO9mgOHJmA8hanP5Pp4=",
6
+ "sri": "sha256-tKLV/7vd4d3KBasLsL8/1LWbJrUpgiM3tqMf7BwaZII=",
7
+ "productionReleaseVersion": "2.9.0",
8
+ "productionReleaseSri": "sha256-tKLV/7vd4d3KBasLsL8/1LWbJrUpgiM3tqMf7BwaZII=",
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.12.0",
44
+ "@eid-easy/eideasy-browser-client": "2.12.1",
45
45
  "core-js": "^3.6.5",
46
46
  "i18n-iso-countries": "^6.7.0",
47
47
  "lodash.defaultsdeep": "^4.6.1",