@notionhq/client
Advanced tools
Comparing version 0.1.1 to 0.1.2
export { default as Client } from './Client'; | ||
export { LogLevel, Logger } from './logging'; | ||
export { APIErrorCode, APIResponseError, HTTPResponseError, RequestTimeoutError } from './errors'; | ||
//# sourceMappingURL=index.d.ts.map |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.RequestTimeoutError = exports.HTTPResponseError = exports.APIResponseError = exports.APIErrorCode = exports.Client = void 0; | ||
exports.RequestTimeoutError = exports.HTTPResponseError = exports.APIResponseError = exports.APIErrorCode = exports.LogLevel = exports.Client = void 0; | ||
var Client_1 = require("./Client"); | ||
Object.defineProperty(exports, "Client", { enumerable: true, get: function () { return Client_1.default; } }); | ||
var logging_1 = require("./logging"); | ||
Object.defineProperty(exports, "LogLevel", { enumerable: true, get: function () { return logging_1.LogLevel; } }); | ||
var errors_1 = require("./errors"); | ||
@@ -7,0 +9,0 @@ Object.defineProperty(exports, "APIErrorCode", { enumerable: true, get: function () { return errors_1.APIErrorCode; } }); |
{ | ||
"name": "@notionhq/client", | ||
"version": "0.1.1", | ||
"version": "0.1.2", | ||
"description": "A simple and easy to use client for the Notion API", | ||
@@ -5,0 +5,0 @@ "engines": { |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
136636
1469