@lwrjs/config 0.17.2-alpha.30 → 0.17.2-alpha.31

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,8 +108,9 @@ 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;
111
113
  constructor(sourceText) {
112
- this.diagnostics = [];
113
114
  this.sourceText = sourceText;
114
115
  }
115
116
  getLocationFromNode(node) {
package/package.json CHANGED
@@ -4,7 +4,7 @@
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
7
- "version": "0.17.2-alpha.30",
7
+ "version": "0.17.2-alpha.31",
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.17.2-alpha.30",
46
- "@lwrjs/instrumentation": "0.17.2-alpha.30",
47
- "@lwrjs/shared-utils": "0.17.2-alpha.30",
45
+ "@lwrjs/diagnostics": "0.17.2-alpha.31",
46
+ "@lwrjs/instrumentation": "0.17.2-alpha.31",
47
+ "@lwrjs/shared-utils": "0.17.2-alpha.31",
48
48
  "fs-extra": "^11.2.0",
49
49
  "jsonc-parser": "^3.3.1"
50
50
  },
51
51
  "devDependencies": {
52
- "@lwrjs/types": "0.17.2-alpha.30",
52
+ "@lwrjs/types": "0.17.2-alpha.31",
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": "818bbb13d2d4b14d128c4c4f23229c9ce7458a23"
74
+ "gitHead": "bbb087ab080321047b10bbcda40e88e69b6a69a5"
75
75
  }