Skip to content
This repository has been archived by the owner on Feb 8, 2024. It is now read-only.

Commit

Permalink
Explicitly export types (#74)
Browse files Browse the repository at this point in the history
* explicitly export types

* bump version too

* upgrade stellar-sdk
  • Loading branch information
Morley Zhi authored Jul 2, 2019
1 parent 8752277 commit af192fa
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 6 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@stellar/wallet-sdk",
"version": "0.0.3-rc7",
"version": "0.0.3-rc8",
"description": "Libraries to help you write Stellar-enabled wallets in Javascript",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down Expand Up @@ -67,7 +67,7 @@
"lodash": "^4.17.11",
"query-string": "^6.4.2",
"scrypt-async": "^2.0.1",
"stellar-sdk": "2.0.0-beta.8",
"stellar-sdk": "^2.0.0-beta.9",
"tweetnacl": "^1.0.1",
"tweetnacl-util": "^0.15.0",
"url": "^0.11.0"
Expand Down
5 changes: 5 additions & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
/**
* Types
*/
export * from "./types";

/**
* Constants
*/
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4977,10 +4977,10 @@ stellar-base@^1.0.2:
optionalDependencies:
sodium-native "^2.3.0"

[email protected].8:
version "2.0.0-beta.8"
resolved "https://registry.yarnpkg.com/stellar-sdk/-/stellar-sdk-2.0.0-beta.8.tgz#a6b710974588bd68287a08dbc962492c5d5e78c8"
integrity sha512-PNoW5qBYtYIDA8PubkdUiXXKdSlFoUMN81VvjTO+UkH9zgJzwF4RBsEvvH46NEF7Smf5gZ3hZXhCINmM+E1v6w==
stellar-sdk@^2.0.0-beta.9:
version "2.0.0-beta.9"
resolved "https://registry.yarnpkg.com/stellar-sdk/-/stellar-sdk-2.0.0-beta.9.tgz#b714120cbee1c9c8d474e62d29adb55866d60a2b"
integrity sha512-NJnHt5FlsbLXtutdlt9LRSc15UBOrg8UvWnTlocoBnmwjGp+Ei4LSyAEd7kNTKeVvqzSlQscKP3WnwfxceC1DQ==
dependencies:
"@types/eventsource" "^1.1.0"
"@types/node" ">= 8"
Expand Down

0 comments on commit af192fa

Please sign in to comment.