From 8e6ddc7577cbc13922c6df561fe5c2376ed3c957 Mon Sep 17 00:00:00 2001 From: Lawrence Daniels Date: Tue, 21 Mar 2017 21:09:48 -0700 Subject: [PATCH] Released as v0.4.0-pre1 --- README.md | 4 ++-- build.sbt | 2 +- package.json | 2 +- src/test/resources/watchfile.json | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 050069e1c..0bd2f454d 100644 --- a/README.md +++ b/README.md @@ -231,7 +231,7 @@ The following core Node.js modules (v7.7.1) have been implemented: | vm | The vm module provides APIs for compiling and running code within V8 Virtual Machine contexts.| | zlib | This provides bindings to Gzip/Gunzip, Deflate/Inflate, and DeflateRaw/InflateRaw classes. | -*NOTE*: The SBT artifact for the complete Node.js platform is: "io.scalajs.npm" %%% "nodejs" % "3.0.6" +*NOTE*: The SBT artifact for the complete Node.js platform is: "io.scalajs.npm" %%% "nodejs" % "0.4.0-pre1" #### Third-party Modules @@ -298,7 +298,7 @@ The following Third Party/OSS Node.js (npm) modules have been implemented: | [winston-daily-rotate-file](https://github.com/scalajs-io/winston-daily-rotate-file) | 1.4.4 | A multi-transport async logging library for Node.js. | | [xml2js](https://github.com/scalajs-io/xml2js) | 0.4.16 | Simple XML to JavaScript object converter. | -*NOTE*: The full SBT artifact expression is: "io.scalajs.npm" %%% "xxxx" % version (e.g. "io.scalajs.npm" %%% "express" % "4.14.1-4") +*NOTE*: The full SBT artifact expression is: "io.scalajs.npm" %%% "xxxx" % version (e.g. "io.scalajs.npm" %%% "express" % "0.4.0-pre1") I've provided an example to demonstrate how similar the Scala.js code is to the JavaScript that it replaces. diff --git a/build.sbt b/build.sbt index 3d5884465..51928932d 100644 --- a/build.sbt +++ b/build.sbt @@ -5,7 +5,7 @@ import sbt._ import scala.language.postfixOps -val scalaJsIOVersion = "0.3.0.8" +val scalaJsIOVersion = "0.4.0-pre1" val apiVersion = scalaJsIOVersion val scalaJsVersion = "2.12.1" diff --git a/package.json b/package.json index 9b3b1427f..426fb28e9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "nodejs-sfs", - "version": "0.3.0-6", + "version": "0.4.0-pre1", "private": true, "dependencies": { "source-map": "^0.5.6" diff --git a/src/test/resources/watchfile.json b/src/test/resources/watchfile.json index 91eefc488..c5a4f05d3 100644 --- a/src/test/resources/watchfile.json +++ b/src/test/resources/watchfile.json @@ -1,6 +1,6 @@ { "name": "scalajs-io", - "version": "0.4.0", + "version": "0.4.0-pre1", "private": true, "dependencies": { "async": "^2.0.1",