File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 44 " packages/*"
55 ],
66 "hoist" : true ,
7- "version" : " 0.0.5 "
7+ "version" : " 0.0.6 "
88}
Original file line number Diff line number Diff line change 11{
22 "name" : " @ts-jison/common" ,
3- "version" : " 0.0.5 " ,
3+ "version" : " 0.0.6 " ,
44 "main" : " ./lib/common.js" ,
55 "types" : " ./lib/common.d.ts" ,
66 "files" : [
Original file line number Diff line number Diff line change 11{
22 "name" : " @ts-jison/lexer-generator" ,
33 "description" : " A lightly-typescriptified version of jison-lex" ,
4- "version" : " 0.0.5 " ,
4+ "version" : " 0.0.6 " ,
55 "license" : " MIT" ,
66 "keywords" : [
77 " jison" ,
2424 "url" : " http://github.com/ericprud/ts-jison/issues"
2525 },
2626 "main" : " ./lib/regexp-lexer.js" ,
27- "bin" : { "ts-lex" : " lib/cli.js" },
27+ "bin" : {
28+ "ts-lex" : " lib/cli.js"
29+ },
2830 "types999" : " ./lib/common.d.ts" ,
2931 "files" : [
3032 " lib" ,
3537 "node" : " >=0.4"
3638 },
3739 "dependencies" : {
38- "@ts-jison/lexer" : " ^0.0.5 "
40+ "@ts-jison/lexer" : " ^0.0.6 "
3941 },
4042 "publishConfig" : {
4143 "access" : " public"
Original file line number Diff line number Diff line change 11{
22 "name" : " @ts-jison/lexer" ,
3- "version" : " 0.0.5 " ,
3+ "version" : " 0.0.6 " ,
44 "main" : " ./lib/lexer.js" ,
55 "types" : " ./lib/lexer.d.ts" ,
66 "files" : [
77 " lib"
88 ],
99 "dependencies" : {
10- "@ts-jison/common" : " ^0.0.5 "
10+ "@ts-jison/common" : " ^0.0.6 "
1111 },
1212 "publishConfig" : {
1313 "access" : " public"
Original file line number Diff line number Diff line change 11{
22 "name" : " @ts-jison/parser-generator" ,
33 "description" : " A lightly-typescriptified version of jison" ,
4- "version" : " 0.0.5 " ,
4+ "version" : " 0.0.6 " ,
55 "license" : " MIT" ,
66 "keywords" : [
77 " jison" ,
2424 "url" : " http://github.com/ericprud/ts-jison/issues"
2525 },
2626 "main" : " lib/jison" ,
27- "bin" : { "ts-jison" : " lib/cli.js" },
27+ "bin" : {
28+ "ts-jison" : " lib/cli.js"
29+ },
2830 "types999" : " ./lib/common.d.ts" ,
2931 "files" : [
3032 " lib" ,
3537 "node" : " >=0.4"
3638 },
3739 "dependencies" : {
38- "@ts-jison/lexer-generator" : " ^0.0.5 " ,
39- "@ts-jison/parser" : " ^0.0.5 " ,
40+ "@ts-jison/lexer-generator" : " ^0.0.6 " ,
41+ "@ts-jison/parser" : " ^0.0.6 " ,
4042 "JSONSelect" : " ^0.4.0" ,
4143 "cjson" : " ^0.5.0" ,
4244 "escodegen" : " ^2.0.0" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " @ts-jison/parser" ,
3- "version" : " 0.0.5 " ,
3+ "version" : " 0.0.6 " ,
44 "main" : " ./lib/parser.js" ,
55 "types" : " ./lib/parser.d.ts" ,
66 "files" : [
77 " lib"
88 ],
99 "dependencies" : {
10- "@ts-jison/common" : " ^0.0.5 " ,
11- "@ts-jison/lexer" : " ^0.0.5 "
10+ "@ts-jison/common" : " ^0.0.6 " ,
11+ "@ts-jison/lexer" : " ^0.0.6 "
1212 },
1313 "publishConfig" : {
1414 "access" : " public"
You can’t perform that action at this time.
0 commit comments