iota-tangle
Advanced tools
Comparing version 0.0.4 to 0.0.5
export { Factory } from './factory'; | ||
export { Serializer } from './serializer'; | ||
export { Hash } from './hash'; | ||
export { Transaction } from './transaction'; |
@@ -5,3 +5,7 @@ "use strict"; | ||
exports.Factory = factory_1.Factory; | ||
var serializer_1 = require("./serializer"); | ||
exports.Serializer = serializer_1.Serializer; | ||
var hash_1 = require("./hash"); | ||
exports.Hash = hash_1.Hash; | ||
var transaction_1 = require("./transaction"); | ||
exports.Transaction = transaction_1.Transaction; |
{ | ||
"name": "iota-tangle", | ||
"version": "0.0.4", | ||
"version": "0.0.5", | ||
"description": "Basic models and services for IOTA's tangle", | ||
@@ -5,0 +5,0 @@ "main": "./dist/index.js", |
export { Factory } from './factory' | ||
export { Transaction } from './transaction' | ||
export { Serializer } from './serializer' | ||
export { Hash } from './hash' | ||
export { Transaction } from './transaction' |
19961
236