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", "name": "@urbit/api",
"version": "1.3.0", "version": "1.4.0",
"lockfileVersion": 1, "lockfileVersion": 1,
"requires": true, "requires": true,
"dependencies": { "dependencies": {

View File

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

View File

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

View File

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

View File

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

View File

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