@blockworks-foundation/mango-feeds
Advanced tools
Comparing version 0.1.1 to 0.1.2
export {}; | ||
//# sourceMappingURL=fills.d.ts.map |
@@ -74,1 +74,2 @@ interface FillsFeedOptions { | ||
export {}; | ||
//# sourceMappingURL=fills.d.ts.map |
@@ -1,1 +0,3 @@ | ||
export { FillsFeed } from './fills'; | ||
import { FillsFeed } from './fills'; | ||
export { FillsFeed }; | ||
//# sourceMappingURL=index.d.ts.map |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.FillsFeed = void 0; | ||
var fills_1 = require("./fills"); | ||
const fills_1 = require("./fills"); | ||
Object.defineProperty(exports, "FillsFeed", { enumerable: true, get: function () { return fills_1.FillsFeed; } }); |
@@ -1,2 +0,3 @@ | ||
export { FillsFeed } from './fills'; | ||
import { FillsFeed } from './fills'; | ||
export { FillsFeed }; | ||
//# sourceMappingURL=index.d.ts.map |
@@ -1,1 +0,2 @@ | ||
export { FillsFeed } from './fills'; | ||
import { FillsFeed } from './fills'; | ||
export { FillsFeed }; |
@@ -1,2 +0,3 @@ | ||
export { FillsFeed } from './fills'; | ||
import { FillsFeed } from './fills'; | ||
export { FillsFeed }; | ||
//# sourceMappingURL=index.d.ts.map |
{ | ||
"name": "@blockworks-foundation/mango-feeds", | ||
"version": "0.1.1", | ||
"version": "0.1.2", | ||
"description": "Typescript Client for mango-feeds.", | ||
@@ -15,7 +15,2 @@ "repository": "https://github.com/blockworks-foundation/mango-feeds", | ||
"types": "./dist/types/src/index.d.ts", | ||
"exports": { | ||
"import": "./dist/esm/index.js", | ||
"require": "./dist/cjs/index.js", | ||
"default": "./dist/esm/index.js" | ||
}, | ||
"files": [ | ||
@@ -45,3 +40,4 @@ "dist" | ||
"typedoc": "^0.22.5", | ||
"typescript": "^4.8.4" | ||
"typescript": "^4.9.4", | ||
"ws": "^8.13.0" | ||
}, | ||
@@ -48,0 +44,0 @@ "prettier": { |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
914706
200
521
11