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 11# Changelog
22
3+ ## 4.8.3
4+
5+ May 22, 2023
6+
7+ - Included ` src ` folder in npm package
8+
39## 4.8.2
410
511May 22, 2023
Original file line number Diff line number Diff line change 3131 "soql-parser-js" : " bin/soql-parser-js"
3232 },
3333 "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" ,
4641 " LICENSE.txt" ,
47- " CHANGELOG.md"
42+ " package.json" ,
43+ " README.md"
4844 ],
4945 "dependencies" : {
5046 "chevrotain" : " ^9.0.1" ,
You can’t perform that action at this time.
0 commit comments