@xata.io/client
Advanced tools
Comparing version 0.0.0-alpha.6d8ac35 to 0.0.0-alpha.6daa3ca
@@ -186,2 +186,2 @@ export interface XataRecord { | ||
export declare type Links = Record<string, Array<string[]>>; | ||
export {}; | ||
export * from './api'; |
"use strict"; | ||
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) { | ||
if (k2 === undefined) k2 = k; | ||
Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } }); | ||
}) : (function(o, m, k, k2) { | ||
if (k2 === undefined) k2 = k; | ||
o[k2] = m[k]; | ||
})); | ||
var __exportStar = (this && this.__exportStar) || function(m, exports) { | ||
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p); | ||
}; | ||
var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) { | ||
@@ -510,1 +520,2 @@ function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); } | ||
}; | ||
__exportStar(require("./api"), exports); |
export declare const errors: { | ||
noFetchImplementation: string; | ||
invalidApiProvider: string; | ||
falsyFetchImplementation: string; /** @todo add a link after docs exist */ | ||
}; |
@@ -5,2 +5,4 @@ "use strict"; | ||
exports.errors = { | ||
noFetchImplementation: 'No fetch implementation provided', | ||
invalidApiProvider: 'Invalid API provider', | ||
falsyFetchImplementation: `The \`fetch\` option passed to the Xata client is resolving to a falsy value and may not be correctly imported. | ||
@@ -7,0 +9,0 @@ |
{ | ||
"name": "@xata.io/client", | ||
"version": "0.0.0-alpha.6d8ac35", | ||
"version": "0.0.0-alpha.6daa3ca", | ||
"description": "Xata.io SDK for TypeScript and JavaScript", | ||
@@ -23,3 +23,3 @@ "main": "./dist/index.js", | ||
"homepage": "https://github.com/xataio/client-ts/blob/main/client/README.md", | ||
"gitHead": "6d8ac35e46ca7f32e38e4132d480e4b1cf9813be" | ||
"gitHead": "6daa3caebf249585054f06216c1c7244e80613a1" | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
155851
23
3991
21807
6
4
19