@eid-easy/eideasy-widget 2.33.1 → 2.35.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
@@ -153,18 +153,18 @@
153
153
  countryCode: 'FI', // ISO 3166 two letter country code
154
154
  language: 'en', // ISO 639-1 two letter language code,
155
155
  sandbox: true,
156
- clientId: '8bCSWU8EPV17KWmGUpRGeafUn0Gzjd2N',
157
- docId: 'rdwLRarEaLI5aatUWUrCeLNWtVbILeVcIot5Cqur',
156
+ clientId: '9kKmNtYQ7LDOlHvasAE9oYQ0gKS4V4Bl',
157
+ docId: 'rLK9rfmOOUFzwwAiDQTR81mvnrKbxhxQ7YGpS7vN',
158
158
  apiEndpoints: {
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.33.1",
3
+ "version": "2.35.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-ge4kMiJ7w7EyJ+lrWQsNX67zX9ZkZAo9H3xm1hV2HaM=",
7
- "productionReleaseVersion": "2.33.1",
8
- "productionReleaseSri": "sha256-ge4kMiJ7w7EyJ+lrWQsNX67zX9ZkZAo9H3xm1hV2HaM=",
6
+ "sri": "sha256-x05bzHgtOg+kNhcA9zhi113VCqsf1UXKNEnXRyXw/yI=",
7
+ "productionReleaseVersion": "2.35.0",
8
+ "productionReleaseSri": "sha256-x05bzHgtOg+kNhcA9zhi113VCqsf1UXKNEnXRyXw/yI=",
9
9
  "files": [
10
10
  "dist"
11
11
  ],
@@ -43,7 +43,7 @@
43
43
  },
44
44
  "license": "MIT",
45
45
  "dependencies": {
46
- "@eid-easy/eideasy-browser-client": "2.33.0",
46
+ "@eid-easy/eideasy-browser-client": "2.35.0",
47
47
  "core-js": "^3.6.5",
48
48
  "i18n-iso-countries": "^6.7.0",
49
49
  "lodash.defaultsdeep": "^4.6.1",