@lwrjs/config 0.22.1 → 0.22.2

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.
@@ -108,9 +108,8 @@ function isNotEmptyString(node) {
108
108
  }
109
109
  export const BASE_PATH_REGEX = /^(\/[A-Za-z0-9](?:[A-Za-z0-9-]{0,61}[A-Za-z0-9])?)+$/g;
110
110
  export class ValidationContext {
111
- diagnostics = [];
112
- sourceText;
113
111
  constructor(sourceText) {
112
+ this.diagnostics = [];
114
113
  this.sourceText = sourceText;
115
114
  }
116
115
  getLocationFromNode(node) {
package/package.json CHANGED
@@ -4,7 +4,7 @@
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
7
- "version": "0.22.1",
7
+ "version": "0.22.2",
8
8
  "homepage": "https://developer.salesforce.com/docs/platform/lwr/overview",
9
9
  "repository": {
10
10
  "type": "git",
@@ -42,14 +42,14 @@
42
42
  "test": "jest"
43
43
  },
44
44
  "dependencies": {
45
- "@lwrjs/diagnostics": "0.22.1",
46
- "@lwrjs/instrumentation": "0.22.1",
47
- "@lwrjs/shared-utils": "0.22.1",
45
+ "@lwrjs/diagnostics": "0.22.2",
46
+ "@lwrjs/instrumentation": "0.22.2",
47
+ "@lwrjs/shared-utils": "0.22.2",
48
48
  "fs-extra": "^11.2.0",
49
49
  "jsonc-parser": "^3.3.1"
50
50
  },
51
51
  "devDependencies": {
52
- "@lwrjs/types": "0.22.1",
52
+ "@lwrjs/types": "0.22.2",
53
53
  "jest": "29.7.0",
54
54
  "memfs": "^4.13.0",
55
55
  "ts-jest": "^29.2.6"
@@ -71,5 +71,5 @@
71
71
  "volta": {
72
72
  "extends": "../../../package.json"
73
73
  },
74
- "gitHead": "29d44fb69ae394a4191c6a81024a8a81f2125556"
74
+ "gitHead": "30870e466e15e6691d238e75836e9266a45203e3"
75
75
  }