mirror of
https://github.com/zhigang1992/connect.git
synced 2026-03-26 10:14:16 +08:00
build: lib versions, update typings on connect
This commit is contained in:
committed by
Thomas Osmonson
parent
20c3af09ea
commit
e031934d3c
@@ -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"
|
||||
}
|
||||
|
||||
@@ -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",
|
||||
|
||||
@@ -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": [
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user