UNPKG

splitwise

Version:

A TypeScript SDK for the Splitwise API.

18 lines 622 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.SDK_VERSION = void 0; /** * SDK version, sent in the User-Agent header. * * IMPORTANT: keep this in sync with `package.json#version`. The duplication * exists because there's no way to import a JSON file in a way that works for * both ESM and CJS builds without bundler help, and we ship without a bundler. * * Release checklist: * 1. Update package.json#version * 2. Update SDK_VERSION below to match * 3. Add a CHANGELOG entry * 4. `npm publish` */ exports.SDK_VERSION = '2.0.0'; //# sourceMappingURL=version.js.map