mirror of
https://github.com/holidayapi/holidayapi-node.git
synced 2025-06-21 12:36:33 +00:00
test: drop end of life Node.js version
* test: Dropped Node v13.x since it's now past it's expiration. * test: Migrated from Travis CI to GitHub Actions. * test: Migrated from Coveralls to CodeCov. * docs: Dropped over 1.x stuff from the read me. * perf: Updated dependencies and rebuilt against latest TypeScript. * feat: Bumped major version number due to Node.js support changing.
This commit is contained in:
parent
2edef851ca
commit
07988d8c71
10 changed files with 1826 additions and 1880 deletions
1
dist/holidayapi.js
vendored
1
dist/holidayapi.js
vendored
|
@ -47,6 +47,7 @@ var __generator = (this && this.__generator) || function (thisArg, body) {
|
|||
}
|
||||
};
|
||||
Object.defineProperty(exports, "__esModule", { value: true });
|
||||
exports.HolidayAPI = void 0;
|
||||
var node_fetch_1 = require("node-fetch");
|
||||
var url_1 = require("url");
|
||||
var HolidayAPI = (function () {
|
||||
|
|
16
dist/index.js
vendored
16
dist/index.js
vendored
|
@ -1,6 +1,14 @@
|
|||
"use strict";
|
||||
function __export(m) {
|
||||
for (var p in m) if (!exports.hasOwnProperty(p)) exports[p] = m[p];
|
||||
}
|
||||
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" && !exports.hasOwnProperty(p)) __createBinding(exports, m, p);
|
||||
};
|
||||
Object.defineProperty(exports, "__esModule", { value: true });
|
||||
__export(require("./holidayapi"));
|
||||
__exportStar(require("./types"), exports);
|
||||
__exportStar(require("./holidayapi"), exports);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue