File tree Expand file tree Collapse file tree 9 files changed +23
-23
lines changed
walt-plugin-syntax-closure Expand file tree Collapse file tree 9 files changed +23
-23
lines changed Original file line number Diff line number Diff line change 11{
22 "name" : " walt-cli" ,
3- "version" : " 0.3.1 " ,
3+ "version" : " 0.4.0 " ,
44 "description" : " CLI for Walt" ,
55 "main" : " index.js" ,
66 "bin" : {
2020 "author" : " Arthur Buldauskas" ,
2121 "license" : " MIT" ,
2222 "peerDependencies" : {
23+ "walt-buildtools" : " ^0.1.0" ,
2324 "walt-compiler" : " ^0.13.0" ,
24- "walt-link" : " ^0.4.1" ,
25- "walt-buildtools" : " ^0.1.0"
25+ "walt-link" : " ^0.4.1"
2626 },
2727 "dependencies" : {
2828 "meow" : " ^4.0.0"
3131 "ava" : " ^0.25.0" ,
3232 "prettier" : " ^1.11.1" ,
3333 "walt-buildtools" : " ^0.1.0" ,
34- "walt-compiler" : " ^0.13 .0" ,
35- "walt-link" : " ^0.4.1 "
34+ "walt-compiler" : " ^0.15 .0" ,
35+ "walt-link" : " ^0.4.2 "
3636 },
3737 "ava" : {
3838 "files" : [
Original file line number Diff line number Diff line change 11{
22 "name" : " walt-compiler" ,
3- "version" : " 0.13 .0" ,
3+ "version" : " 0.15 .0" ,
44 "description" : " Alternative syntax for WebAssembly text format" ,
55 "main" : " dist/walt.js" ,
66 "scripts" : {
4444 "invariant" : " 2.2.2" ,
4545 "moo" : " ^0.4.3" ,
4646 "nearley" : " ^2.15.1" ,
47- "walt-parser-tools" : " ^0.2.1 " ,
48- "walt-syntax" : " ^0.3.1 " ,
47+ "walt-parser-tools" : " ^0.2.2 " ,
48+ "walt-syntax" : " ^0.3.2 " ,
4949 "wasm-types" : " 1.0.3"
5050 },
5151 "devDependencies" : {
Original file line number Diff line number Diff line change 11{
22 "name" : " walt-docs" ,
3- "version" : " 1.1.1 " ,
3+ "version" : " 1.1.2 " ,
44 "description" : " WAlt documentation" ,
55 "main" : " index.js" ,
66 "scripts" : {
6969 "react-dom" : " 15.6.1" ,
7070 "semantic-ui-css" : " 2.2.12" ,
7171 "semantic-ui-react" : " 0.73.1" ,
72- "walt-compiler" : " ^0.13 .0" ,
73- "walt-plugin-syntax-closure" : " ^0.2.1 "
72+ "walt-compiler" : " ^0.15 .0" ,
73+ "walt-plugin-syntax-closure" : " ^0.2.2 "
7474 }
7575}
Original file line number Diff line number Diff line change 11{
22 "name" : " walt-link" ,
3- "version" : " 0.4.1 " ,
3+ "version" : " 0.4.2 " ,
44 "description" : " Links .walt WebAssembly programs" ,
55 "main" : " src/index.js" ,
66 "scripts" : {
1919 "dependencies" : {
2020 "invariant" : " ^2.2.4" ,
2121 "walt-buildtools" : " ^0.1.0" ,
22- "walt-compiler" : " ^0.13 .0"
22+ "walt-compiler" : " ^0.15 .0"
2323 },
2424 "devDependencies" : {
2525 "ava" : " ^0.25.0" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " walt-loader" ,
3- "version" : " 1.1.1 " ,
3+ "version" : " 1.1.2 " ,
44 "description" : " Webpack loader for Walt(WebAssembly)" ,
55 "main" : " index.js" ,
66 "scripts" : {
5353 "babel-plugin-transform-runtime" : " ^6.23.0" ,
5454 "babel-preset-env" : " ^1.6.1" ,
5555 "prettier" : " ^1.9.2" ,
56- "walt-compiler" : " ^0.13 .0"
56+ "walt-compiler" : " ^0.15 .0"
5757 },
5858 "dependencies" : {
5959 "wasm-loader" : " ^1.1.0"
Original file line number Diff line number Diff line change 11{
22 "name" : " walt-parser-tools" ,
3- "version" : " 0.2.1 " ,
3+ "version" : " 0.2.2 " ,
44 "description" : " " ,
55 "main" : " src/index.js" ,
66 "scripts" : {
3434 "lint-staged" : " 6.0.0" ,
3535 "pirates" : " ^3.0.2" ,
3636 "prettier" : " 1.9.2" ,
37- "walt-syntax" : " ^0.3.1 "
37+ "walt-syntax" : " ^0.3.2 "
3838 },
3939 "prettier" : {
4040 "trailingComma" : " es5" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " walt-plugin-syntax-closure" ,
3- "version" : " 0.2.1 " ,
3+ "version" : " 0.2.2 " ,
44 "description" : " Walt Syntax Closures" ,
55 "main" : " dist/walt-plugin-syntax-closures.js" ,
66 "scripts" : {
2828 },
2929 "homepage" : " https://github.com/ballercat/walt#readme" ,
3030 "dependencies" : {
31- "walt-parser-tools" : " ^0.2.1 " ,
31+ "walt-parser-tools" : " ^0.2.2 " ,
3232 "walt-syntax" : " ^0.1.1"
3333 },
3434 "devDependencies" : {
5757 "rollup-plugin-uglify" : " 2.0.1" ,
5858 "rollup-plugin-walt-grammar" : " ^0.1.1" ,
5959 "uglify-es" : " 3.0.17" ,
60- "walt-compiler" : " ^0.13 .0"
60+ "walt-compiler" : " ^0.15 .0"
6161 },
6262 "prettier" : {
6363 "trailingComma" : " es5" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " walt-syntax" ,
3- "version" : " 0.3.1 " ,
3+ "version" : " 0.3.2 " ,
44 "description" : " Walt Syntax" ,
55 "main" : " dist/walt-syntax.js" ,
66 "scripts" : {
Original file line number Diff line number Diff line change 11{
22 "name" : " webpack-walt-examples" ,
3- "version" : " 1.0.34 " ,
3+ "version" : " 1.0.35 " ,
44 "description" : " Examples with Webpack" ,
55 "main" : " index.js" ,
66 "scripts" : {
4949 "style-loader" : " 0.18.2" ,
5050 "url-loader" : " 0.5.9" ,
5151 "walt-compiler" : " ^0.4.3" ,
52- "walt-loader" : " ^1.1.1 " ,
52+ "walt-loader" : " ^1.1.2 " ,
5353 "webpack" : " 3.6.0" ,
5454 "webpack-dev-server" : " 2.8.2"
5555 },
You can’t perform that action at this time.
0 commit comments