Skip to content

Commit 471c652

Browse files
author
Arty Buldauskas
committed
Publish
- walt-cli@0.4.0 - walt-compiler@0.15.0 - walt-docs@1.1.2 - walt-link@0.4.2 - walt-loader@1.1.2 - walt-parser-tools@0.2.2 - walt-plugin-syntax-closure@0.2.2 - walt-syntax@0.3.2 - webpack-walt-examples@1.0.35
1 parent 13f4d86 commit 471c652

File tree

9 files changed

+23
-23
lines changed

9 files changed

+23
-23
lines changed

packages/walt-cli/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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": {
@@ -20,9 +20,9 @@
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"
@@ -31,8 +31,8 @@
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": [

packages/walt-compiler/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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": {
@@ -44,8 +44,8 @@
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": {

packages/walt-docs/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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": {
@@ -69,7 +69,7 @@
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
}

packages/walt-link/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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": {
@@ -19,7 +19,7 @@
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",

packages/walt-loader/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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": {
@@ -53,7 +53,7 @@
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"

packages/walt-parser-tools/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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": {
@@ -34,7 +34,7 @@
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",

packages/walt-plugin-syntax-closure/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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": {
@@ -28,7 +28,7 @@
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": {
@@ -57,7 +57,7 @@
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",

packages/walt-syntax/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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": {

packages/webpack-walt-examples/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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": {
@@ -49,7 +49,7 @@
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
},

0 commit comments

Comments
 (0)