@salesforce/lds-graphql-parser 1.373.0 → 1.375.0

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@salesforce/lds-graphql-parser",
3
- "version": "1.373.0",
3
+ "version": "1.375.0",
4
4
  "license": "SEE LICENSE IN LICENSE.txt",
5
5
  "description": "LDS graphql parser for SFDC",
6
6
  "main": "dist/ldsGraphqlParser.js",
@@ -13,14 +13,14 @@
13
13
  "path": "forcelds/ldsGraphqlParser/",
14
14
  "publishedFileName": "ldsGraphqlParser.js",
15
15
  "overrides": {
16
- "artifactDirectory": "dist"
16
+ "artifactDirectory": "sfdc"
17
17
  }
18
18
  },
19
19
  "exports": {
20
20
  ".": {
21
- "types": "./dist/types/index.d.ts",
22
- "import": "./dist/ldsGraphqlParser.js",
23
- "default": "./dist/ldsGraphqlParser.js"
21
+ "types": "./dist/index.d.ts",
22
+ "import": "./dist/index.js",
23
+ "default": "./dist/index.js"
24
24
  }
25
25
  },
26
26
  "scripts": {
@@ -34,11 +34,11 @@
34
34
  },
35
35
  "dependencies": {
36
36
  "@luvio/graphql-parser": "0.158.7",
37
- "@salesforce/lds-luvio-onestore-graphql-parser": "^1.373.0"
37
+ "@salesforce/lds-luvio-onestore-graphql-parser": "^1.375.0"
38
38
  },
39
39
  "luvioBundlesize": [
40
40
  {
41
- "path": "./dist/ldsGraphqlParser.js",
41
+ "path": "./sfdc/ldsGraphqlParser.js",
42
42
  "maxSize": {
43
43
  "none": "635 kB",
44
44
  "min": "290 kB",
File without changes
File without changes