Skip to content

Commit

Permalink
Release v3.3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
dpilafian committed Sep 28, 2024
1 parent 7a49852 commit d77f508
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion dist/fetch-json.d.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
//! fetch-json v3.3.3 ~~ https://fetch-json.js.org ~~ MIT License
//! fetch-json v3.3.4 ~~ https://fetch-json.js.org ~~ MIT License

export type Json = string | number | boolean | null | undefined | JsonObject | Json[];
export type JsonObject = {
Expand Down
4 changes: 2 additions & 2 deletions dist/fetch-json.dev.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
//! fetch-json v3.3.3 ~~ https://fetch-json.js.org ~~ MIT License
//! fetch-json v3.3.4 ~~ https://fetch-json.js.org ~~ MIT License

const fetchJson = {
version: '3.3.3',
version: '3.3.4',
baseOptions: {},
getBaseOptions() {
return this.baseOptions;
Expand Down
4 changes: 2 additions & 2 deletions dist/fetch-json.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
//! fetch-json v3.3.3 ~~ https://fetch-json.js.org ~~ MIT License
//! fetch-json v3.3.4 ~~ https://fetch-json.js.org ~~ MIT License

const fetchJson = {
version: '3.3.3',
version: '3.3.4',
baseOptions: {},
getBaseOptions() {
return this.baseOptions;
Expand Down
4 changes: 2 additions & 2 deletions dist/fetch-json.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "fetch-json",
"description": "A wrapper around Fetch just for JSON",
"version": "3.3.3",
"version": "3.3.4",
"license": "MIT",
"type": "module",
"module": "dist/fetch-json.js",
Expand Down Expand Up @@ -74,7 +74,7 @@
"devDependencies": {
"@eslint/js": "~9.11",
"@fortawesome/fontawesome-free": "~6.6",
"@types/node": "~22.5",
"@types/node": "~22.7",
"add-dist-header": "~1.4",
"assert-deep-strict-equal": "~1.2",
"copy-file-util": "~1.2",
Expand All @@ -92,7 +92,7 @@
"rimraf": "~6.0",
"run-scripts-util": "~1.3",
"typescript": "~5.6",
"typescript-eslint": "~8.6",
"typescript-eslint": "~8.7",
"uglify-js": "~3.19",
"w3c-html-validator": "~1.8",
"web-ignition": "~2.2",
Expand Down

0 comments on commit d77f508

Please sign in to comment.