File tree Expand file tree Collapse file tree 2 files changed +15
-13
lines changed Expand file tree Collapse file tree 2 files changed +15
-13
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## 4.8.3
4
+
5
+ May 22, 2023
6
+
7
+ - Included ` src ` folder in npm package
8
+
3
9
## 4.8.2
4
10
5
11
May 22, 2023
Original file line number Diff line number Diff line change 31
31
"soql-parser-js" : " bin/soql-parser-js"
32
32
},
33
33
"files" : [
34
- " dist/src/**/*.js" ,
35
- " dist/src/**/*.js.map" ,
36
- " dist/src/**/*.d.ts" ,
37
- " dist/index.js" ,
38
- " dist/index.js.map" ,
39
- " dist/index.js.LICENSE.txt" ,
40
- " dist/main.licenses.txt" ,
41
- " dist_esm/**/*.js" ,
42
- " dist_esm/**/*.js.map" ,
43
- " dist_cli/**/*.js" ,
44
- " bin/**/*.js" ,
45
- " README.md" ,
34
+ " dist/**" ,
35
+ " dist_esm/**" ,
36
+ " dist_cli/**" ,
37
+ " src/**" ,
38
+ " bin/**" ,
39
+ " AUTHORS.md" ,
40
+ " CHANGELOG.md" ,
46
41
" LICENSE.txt" ,
47
- " CHANGELOG.md"
42
+ " package.json" ,
43
+ " README.md"
48
44
],
49
45
"dependencies" : {
50
46
"chevrotain" : " ^9.0.1" ,
You can’t perform that action at this time.
0 commit comments