@glomex/integration-web-component 1.1462.3 → 1.1463.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.
Files changed (2) hide show
  1. package/dist/index.d.ts +1 -1
  2. package/package.json +3 -3
package/dist/index.d.ts CHANGED
@@ -1220,7 +1220,7 @@ export declare interface IntegrationProperties {
1220
1220
  /**
1221
1221
  * Preferred language for the current user.
1222
1222
  * When provided, this value is used for the UI instead of the browser language detected in the environment.
1223
- * Expected to be an ISO 639-1 language code (e.g. "de", "en", "it", "es").
1223
+ * Accepts a BCP 47 language tag (e.g. "de", "en-US").
1224
1224
  */
1225
1225
  userLanguage?: string;
1226
1226
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@glomex/integration-web-component",
3
- "version": "1.1462.3",
3
+ "version": "1.1463.1",
4
4
  "description": "Web component and types to integrate the glomex player",
5
5
  "documentation": "https://docs.glomex.com",
6
6
  "homepage": "https://glomex.com",
@@ -32,7 +32,7 @@
32
32
  },
33
33
  "devDependencies": {
34
34
  "@biomejs/biome": "catalog:",
35
- "@glomex/integration": "1.1462.3",
35
+ "@glomex/integration": "1.1463.1",
36
36
  "@microsoft/api-extractor": "catalog:",
37
37
  "@rslib/core": "catalog:",
38
38
  "npm-run-all": "catalog:",
@@ -42,5 +42,5 @@
42
42
  "access": "public"
43
43
  },
44
44
  "license": "MIT",
45
- "gitHead": "a97df7e9bc9c25cebf69043d9a5f3db90d64118c"
45
+ "gitHead": "2041d2660c25b41a8d5ac18f6da8dcb2c4ff12f0"
46
46
  }