mirror of
https://github.com/Xahau/xahau.js.git
synced 2025-12-06 17:27:59 +00:00
Update version to 0.16.4
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
##0.16.3
|
##0.16.4
|
||||||
**Changes**
|
**Changes**
|
||||||
+ [Update ws to 1.0.1](https://github.com/ripple/ripple-lib/pull/682)
|
+ [Update ws to 1.0.1](https://github.com/ripple/ripple-lib/pull/682)
|
||||||
|
|
||||||
|
|||||||
8
npm-shrinkwrap.json
generated
8
npm-shrinkwrap.json
generated
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "ripple-lib",
|
"name": "ripple-lib",
|
||||||
"version": "0.16.3",
|
"version": "0.16.4",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"ajv": {
|
"ajv": {
|
||||||
"version": "1.4.10",
|
"version": "1.4.10",
|
||||||
@@ -304,17 +304,17 @@
|
|||||||
},
|
},
|
||||||
"ws": {
|
"ws": {
|
||||||
"version": "1.0.1",
|
"version": "1.0.1",
|
||||||
"from": "ws@1.0.1",
|
"from": "https://registry.npmjs.org/ws/-/ws-1.0.1.tgz",
|
||||||
"resolved": "https://registry.npmjs.org/ws/-/ws-1.0.1.tgz",
|
"resolved": "https://registry.npmjs.org/ws/-/ws-1.0.1.tgz",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"options": {
|
"options": {
|
||||||
"version": "0.0.6",
|
"version": "0.0.6",
|
||||||
"from": "options@>=0.0.5",
|
"from": "https://registry.npmjs.org/options/-/options-0.0.6.tgz",
|
||||||
"resolved": "https://registry.npmjs.org/options/-/options-0.0.6.tgz"
|
"resolved": "https://registry.npmjs.org/options/-/options-0.0.6.tgz"
|
||||||
},
|
},
|
||||||
"ultron": {
|
"ultron": {
|
||||||
"version": "1.0.2",
|
"version": "1.0.2",
|
||||||
"from": "ultron@>=1.0.0 <1.1.0",
|
"from": "https://registry.npmjs.org/ultron/-/ultron-1.0.2.tgz",
|
||||||
"resolved": "https://registry.npmjs.org/ultron/-/ultron-1.0.2.tgz"
|
"resolved": "https://registry.npmjs.org/ultron/-/ultron-1.0.2.tgz"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "ripple-lib",
|
"name": "ripple-lib",
|
||||||
"version": "0.16.3",
|
"version": "0.16.4",
|
||||||
"license": "ISC",
|
"license": "ISC",
|
||||||
"description": "A JavaScript API for interacting with Ripple in Node.js and the browser",
|
"description": "A JavaScript API for interacting with Ripple in Node.js and the browser",
|
||||||
"files": [
|
"files": [
|
||||||
|
|||||||
Reference in New Issue
Block a user