@lwrjs/label-module-provider 0.10.0-alpha.12 → 0.10.0-alpha.13

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
- type LabelEntry = {
16
+ declare type LabelEntry = {
17
17
  [key: string]: string;
18
18
  };
19
- export type LabelMap = {
19
+ export declare 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.12",
7
+ "version": "0.10.0-alpha.13",
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.12",
34
- "@lwrjs/shared-utils": "0.10.0-alpha.12",
33
+ "@lwrjs/diagnostics": "0.10.0-alpha.13",
34
+ "@lwrjs/shared-utils": "0.10.0-alpha.13",
35
35
  "ajv": "6.12.6"
36
36
  },
37
37
  "devDependencies": {
38
- "@lwrjs/types": "0.10.0-alpha.12"
38
+ "@lwrjs/types": "0.10.0-alpha.13"
39
39
  },
40
40
  "engines": {
41
41
  "node": ">=16.0.0 <20"
42
42
  },
43
- "gitHead": "c280f6e4914d67a58cb18a52d2320824c8ed4a7b"
43
+ "gitHead": "f6d142d5a027554cb1685389e0b173734149683d"
44
44
  }