build: lib versions, update typings on connect

This commit is contained in:
Thomas Osmonson
2020-05-06 08:32:09 -05:00
committed by Thomas Osmonson
parent 20c3af09ea
commit e031934d3c
3 changed files with 4 additions and 4 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "@blockstack/connect",
"version": "2.4.0",
"version": "2.5.0",
"bundlesize": [
{
"path": "./dist/**/*.js",
@@ -81,6 +81,6 @@
"typecheck": "tsc --noEmit"
},
"sideEffects": false,
"typings": "dist/index.d.ts",
"typings": "dist/connect/src/index.d.ts",
"unpkg": "dist/bundle.js"
}

View File

@@ -1,6 +1,6 @@
{
"name": "@blockstack/keychain",
"version": "0.3.3",
"version": "0.3.4",
"description": "A package for managing Blockstack keychains",
"main": "./dist/index.js",
"umd:main": "./dist/keychain.umd.production.js",

View File

@@ -1,7 +1,7 @@
{
"name": "@blockstack/ui",
"description": "Blockstack UI components built using React and styled-components with styled-system.",
"version": "1.2.0",
"version": "1.3.0",
"author": "Blockstack <engineering@blockstack.com> (https://blockstack.org/)",
"bundlesize": [
{