@eid-easy/eideasy-widget 2.34.0 → 2.34.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/dist/index.html CHANGED
@@ -159,12 +159,12 @@
159
159
  base: () => 'https://id.eideasy.eu',
160
160
  },
161
161
  translations: {
162
- 'en': {
163
- message: "I am provided in settings",
164
- },
165
162
  'et': {
166
163
  "message": "Mina olen antud kasutaja poolt i18n !!",
167
164
  },
165
+ 'en': {
166
+ message: "I am provided in settings",
167
+ }
168
168
  }, // translations object to override existing translations
169
169
  // identification: true or 'all' will enable all methods
170
170
  // if you want to enable specific methods, then use
package/package.json CHANGED
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@eid-easy/eideasy-widget",
3
- "version": "2.34.0",
3
+ "version": "2.34.1",
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-Vk+GVLfqoWl2t46sxU5QPklC/M4tXx6hkBVXnE44dig=",
7
- "productionReleaseVersion": "2.34.0",
8
- "productionReleaseSri": "sha256-Vk+GVLfqoWl2t46sxU5QPklC/M4tXx6hkBVXnE44dig=",
6
+ "sri": "sha256-TJnBqrMPZNyNFIQmtC/Sz9wKzAZbxUdrTjIh288aBis=",
7
+ "productionReleaseVersion": "2.34.1",
8
+ "productionReleaseSri": "sha256-TJnBqrMPZNyNFIQmtC/Sz9wKzAZbxUdrTjIh288aBis=",
9
9
  "files": [
10
10
  "dist"
11
11
  ],