meta: update npm version

- @urbit/api@1.4.0
 - @urbit/eslint-config@1.0.3
 - @urbit/http-api@1.3.1
This commit is contained in:
Liam Fitzgerald 2021-07-23 11:37:16 +10:00
parent de5118fa5f
commit d3a1f490e8
No known key found for this signature in database
GPG Key ID: D390E12C61D1CFFB
6 changed files with 7 additions and 7 deletions

View File

@ -1,6 +1,6 @@
{
"name": "@urbit/api",
"version": "1.3.0",
"version": "1.4.0",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

View File

@ -1,6 +1,6 @@
{
"name": "@urbit/api",
"version": "1.3.0",
"version": "1.4.0",
"description": "",
"repository": {
"type": "git",
@ -21,7 +21,7 @@
"dependencies": {
"@babel/runtime": "^7.12.5",
"@types/lodash": "^4.14.168",
"@urbit/eslint-config": "^1.0.2",
"@urbit/eslint-config": "^1.0.3",
"big-integer": "^1.6.48",
"immer": "^9.0.1",
"lodash": "^4.17.20",

View File

@ -1,6 +1,6 @@
{
"name": "@urbit/eslint-config",
"version": "1.0.2",
"version": "1.0.3",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

View File

@ -1,6 +1,6 @@
{
"name": "@urbit/eslint-config",
"version": "1.0.2",
"version": "1.0.3",
"description": "",
"repository": {
"type": "git",

View File

@ -1,6 +1,6 @@
{
"name": "@urbit/http-api",
"version": "1.3.0",
"version": "1.3.1",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

View File

@ -1,6 +1,6 @@
{
"name": "@urbit/http-api",
"version": "1.3.0",
"version": "1.3.1",
"license": "MIT",
"description": "Library to interact with an Urbit ship over HTTP",
"repository": {