Skip to content

Commit

Permalink
v2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
FraudMomo committed Sep 9, 2024
1 parent 98983f0 commit f9cee15
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion dist/nordic-holidays.js
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ var require_package = __commonJS({
"package.json"(exports2, module2) {
module2.exports = {
name: "nordic-holidays",
version: "2.0.0",
version: "2.0.1",
main: "./dist/nordic-holidays.js",
module: "./dist/nordic-holidays.mjs",
types: "./dist/nordic-holidays.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion dist/nordic-holidays.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,7 @@ var getHolidays = (year, country, language = "local") => {
const { default: semver } = yield import("semver");
const { default: pkgJson } = yield import("package-json");
const { default: semverDiff } = yield import("semver-diff");
const { name, version } = yield import("./package-T25KXMSF.mjs");
const { name, version } = yield import("./package-QJ2LCRWF.mjs");
const capitalizeFirstLetter = (string) => string.charAt(0).toUpperCase() + string.slice(1);
const checkUpdate = () => __async(void 0, null, function* () {
const { version: latestVersion } = yield pkgJson(name);
Expand Down
2 changes: 1 addition & 1 deletion dist/package-T25KXMSF.mjs → dist/package-QJ2LCRWF.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import "./chunk-VM2JCVBB.mjs";

// package.json
var name = "nordic-holidays";
var version = "2.0.0";
var version = "2.0.1";
var main = "./dist/nordic-holidays.js";
var module = "./dist/nordic-holidays.mjs";
var types = "./dist/nordic-holidays.d.ts";
Expand Down

0 comments on commit f9cee15

Please sign in to comment.