@lwrjs/label-module-provider 0.10.0-alpha.3 → 0.10.0-alpha.6

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.
@@ -13,10 +13,10 @@ interface LabelKeyInfo extends LabelDirConfig {
13
13
  export interface LabelInfo extends LabelKeyInfo {
14
14
  labelValue: string;
15
15
  }
16
- declare type LabelEntry = {
16
+ type LabelEntry = {
17
17
  [key: string]: string;
18
18
  };
19
- export declare type LabelMap = {
19
+ export type LabelMap = {
20
20
  [key: string]: string | LabelEntry;
21
21
  };
22
22
  /**
package/package.json CHANGED
@@ -4,7 +4,7 @@
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
7
- "version": "0.10.0-alpha.3",
7
+ "version": "0.10.0-alpha.6",
8
8
  "homepage": "https://developer.salesforce.com/docs/platform/lwr/overview",
9
9
  "repository": {
10
10
  "type": "git",
@@ -30,15 +30,15 @@
30
30
  "build/**/*.d.ts"
31
31
  ],
32
32
  "dependencies": {
33
- "@lwrjs/diagnostics": "0.10.0-alpha.3",
34
- "@lwrjs/shared-utils": "0.10.0-alpha.3",
33
+ "@lwrjs/diagnostics": "0.10.0-alpha.6",
34
+ "@lwrjs/shared-utils": "0.10.0-alpha.6",
35
35
  "ajv": "6.12.6"
36
36
  },
37
37
  "devDependencies": {
38
- "@lwrjs/types": "0.10.0-alpha.3"
38
+ "@lwrjs/types": "0.10.0-alpha.6"
39
39
  },
40
40
  "engines": {
41
41
  "node": ">=16.0.0 <20"
42
42
  },
43
- "gitHead": "e5c38c00c2ef094961b65e7dffa1ca6ee7c5f734"
43
+ "gitHead": "9592d07bd5204eb85c9cb8b576e2a267a798ce00"
44
44
  }