Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
 - walt-buildtools@0.1.1
 - walt-cli@0.4.10
 - walt-compiler@0.21.0
 - walt-explorer@1.1.12
 - walt-link@0.5.0
 - walt-loader@1.1.12
 - walt-parser-tools@0.2.8
 - walt-plugin-syntax-closure@0.2.12
 - walt-syntax@0.7.0
 - webpack-walt-examples@1.0.45
  • Loading branch information
ballercat committed Jan 2, 2019
1 parent b6a6024 commit ae550b6
Show file tree
Hide file tree
Showing 10 changed files with 26 additions and 26 deletions.
2 changes: 1 addition & 1 deletion packages/walt-buildtools/package.json
@@ -1,6 +1,6 @@
{
"name": "walt-buildtools",
"version": "0.1.0",
"version": "0.1.1",
"description": "Walt build utils",
"main": "src/index.js",
"scripts": {
Expand Down
8 changes: 4 additions & 4 deletions packages/walt-cli/package.json
@@ -1,6 +1,6 @@
{
"name": "walt-cli",
"version": "0.4.9",
"version": "0.4.10",
"description": "CLI for Walt",
"main": "index.js",
"bin": {
Expand Down Expand Up @@ -30,9 +30,9 @@
"devDependencies": {
"ava": "^0.25.0",
"prettier": "^1.11.1",
"walt-buildtools": "^0.1.0",
"walt-compiler": "^0.20.0",
"walt-link": "^0.4.11"
"walt-buildtools": "^0.1.1",
"walt-compiler": "^0.21.0",
"walt-link": "^0.5.0"
},
"ava": {
"files": [
Expand Down
8 changes: 4 additions & 4 deletions packages/walt-compiler/package.json
@@ -1,6 +1,6 @@
{
"name": "walt-compiler",
"version": "0.20.0",
"version": "0.21.0",
"description": "Alternative syntax for WebAssembly text format",
"main": "dist/walt.js",
"scripts": {
Expand Down Expand Up @@ -46,8 +46,8 @@
"invariant": "2.2.2",
"moo": "^0.4.3",
"nearley": "^2.15.1",
"walt-parser-tools": "^0.2.7",
"walt-syntax": "^0.6.0",
"walt-parser-tools": "^0.2.8",
"walt-syntax": "^0.7.0",
"wasm-types": "1.0.3"
},
"devDependencies": {
Expand Down Expand Up @@ -85,7 +85,7 @@
"rollup-plugin-walt-grammar": "^0.1.1",
"tap-nyc": "1.0.3",
"uglify-es": "3.0.17",
"walt-buildtools": "^0.1.0"
"walt-buildtools": "^0.1.1"
},
"prettier": {
"trailingComma": "es5",
Expand Down
6 changes: 3 additions & 3 deletions packages/walt-explorer/package.json
@@ -1,6 +1,6 @@
{
"name": "walt-explorer",
"version": "1.1.11",
"version": "1.1.12",
"description": "WAlt documentation",
"main": "index.js",
"scripts": {
Expand Down Expand Up @@ -71,7 +71,7 @@
"semantic-ui-css": "2.2.12",
"semantic-ui-react": "0.73.1",
"uglifyjs-webpack-plugin": "^1.3.0",
"walt-compiler": "^0.20.0",
"walt-plugin-syntax-closure": "^0.2.11"
"walt-compiler": "^0.21.0",
"walt-plugin-syntax-closure": "^0.2.12"
}
}
8 changes: 4 additions & 4 deletions packages/walt-link/package.json
@@ -1,6 +1,6 @@
{
"name": "walt-link",
"version": "0.4.11",
"version": "0.5.0",
"description": "Links .walt WebAssembly programs",
"main": "src/index.js",
"scripts": {
Expand All @@ -18,16 +18,16 @@
"license": "MIT",
"dependencies": {
"invariant": "^2.2.4",
"walt-buildtools": "^0.1.0",
"walt-compiler": "^0.20.0"
"walt-buildtools": "^0.1.1",
"walt-compiler": "^0.21.0"
},
"devDependencies": {
"ava": "^0.25.0",
"babel-plugin-transform-node-env-inline": "^0.4.3",
"coveralls": "^3.0.0",
"nyc": "^11.7.1",
"prettier": "^1.12.0",
"walt-compiler": "^0.20.0"
"walt-compiler": "^0.21.0"
},
"prettier": {
"trailingComma": "es5"
Expand Down
4 changes: 2 additions & 2 deletions packages/walt-loader/package.json
@@ -1,6 +1,6 @@
{
"name": "walt-loader",
"version": "1.1.11",
"version": "1.1.12",
"description": "Webpack loader for Walt(WebAssembly)",
"main": "index.js",
"scripts": {
Expand Down Expand Up @@ -53,7 +53,7 @@
"babel-plugin-transform-runtime": "^6.23.0",
"babel-preset-env": "^1.6.1",
"prettier": "^1.9.2",
"walt-compiler": "^0.20.0"
"walt-compiler": "^0.21.0"
},
"dependencies": {
"wasm-loader": "^1.1.0"
Expand Down
4 changes: 2 additions & 2 deletions packages/walt-parser-tools/package.json
@@ -1,6 +1,6 @@
{
"name": "walt-parser-tools",
"version": "0.2.7",
"version": "0.2.8",
"description": "",
"main": "src/index.js",
"scripts": {
Expand Down Expand Up @@ -34,7 +34,7 @@
"lint-staged": "6.0.0",
"pirates": "^3.0.2",
"prettier": "1.9.2",
"walt-syntax": "^0.6.0"
"walt-syntax": "^0.7.0"
},
"prettier": {
"trailingComma": "es5",
Expand Down
6 changes: 3 additions & 3 deletions packages/walt-plugin-syntax-closure/package.json
@@ -1,6 +1,6 @@
{
"name": "walt-plugin-syntax-closure",
"version": "0.2.11",
"version": "0.2.12",
"description": "Walt Syntax Closures",
"main": "dist/walt-plugin-syntax-closures.js",
"scripts": {
Expand Down Expand Up @@ -28,7 +28,7 @@
},
"homepage": "https://github.com/ballercat/walt#readme",
"dependencies": {
"walt-parser-tools": "^0.2.7",
"walt-parser-tools": "^0.2.8",
"walt-syntax": "^0.1.1"
},
"devDependencies": {
Expand Down Expand Up @@ -57,7 +57,7 @@
"rollup-plugin-uglify": "2.0.1",
"rollup-plugin-walt-grammar": "^0.1.1",
"uglify-es": "3.0.17",
"walt-compiler": "^0.20.0"
"walt-compiler": "^0.21.0"
},
"prettier": {
"trailingComma": "es5",
Expand Down
2 changes: 1 addition & 1 deletion packages/walt-syntax/package.json
@@ -1,6 +1,6 @@
{
"name": "walt-syntax",
"version": "0.6.0",
"version": "0.7.0",
"description": "Walt Syntax",
"main": "dist/walt-syntax.js",
"scripts": {
Expand Down
4 changes: 2 additions & 2 deletions packages/webpack-walt-examples/package.json
@@ -1,6 +1,6 @@
{
"name": "webpack-walt-examples",
"version": "1.0.44",
"version": "1.0.45",
"description": "Examples with Webpack",
"main": "index.js",
"scripts": {
Expand Down Expand Up @@ -49,7 +49,7 @@
"style-loader": "0.18.2",
"url-loader": "0.5.9",
"walt-compiler": "^0.4.3",
"walt-loader": "^1.1.11",
"walt-loader": "^1.1.12",
"webpack": "3.6.0",
"webpack-dev-server": "2.8.2"
},
Expand Down

0 comments on commit ae550b6

Please sign in to comment.