Skip to content

Commit

Permalink
Update dependencies (#169)
Browse files Browse the repository at this point in the history
* Update dependencies

* Build action

* Bookmark Ginger Cheesecake Cookies Recipe

---------

Co-authored-by: GitHub Action <[email protected]>
  • Loading branch information
katydecorah and actions-user authored Dec 8, 2024
1 parent 0927c7d commit 16f3561
Show file tree
Hide file tree
Showing 8 changed files with 54,628 additions and 25,043 deletions.
2 changes: 0 additions & 2 deletions .eslintignore

This file was deleted.

12 changes: 12 additions & 0 deletions _data/recipes.json
Original file line number Diff line number Diff line change
Expand Up @@ -319,5 +319,17 @@
"image": "bookmark-lemon-blueberry-muffins-recipe.jpg",
"type": "article",
"waybackUrl": "http://web.archive.org/web/20240425211245/https://cooking.nytimes.com/recipes/1025013-lemon-blueberry-muffins"
},
{
"title": "Ginger Cheesecake Cookies Recipe",
"site": "NYT Cooking",
"author": "",
"date": "2024-12-08",
"timestamp": "2024-12-08T13:20:54.154Z",
"description": "Three types of ginger — ground, fresh and crystallized — run through these flavorful cookies with a secret Hidden inside is a creamy cheesecake filling that readily complements and tempers their spicy bite Skip the crystallized ginger, if you like, but it really makes them pop, as does a finish in brightly colored sanding sugar",
"url": "https://cooking.nytimes.com/recipes/1026326-ginger-cheesecake-cookies",
"image": "bookmark-ginger-cheesecake-cookies-recipe.jpg",
"type": "article",
"waybackUrl": "http://web.archive.org/web/20241202152737/https://cooking.nytimes.com/recipes/1026326-ginger-cheesecake-cookies"
}
]
17 changes: 8 additions & 9 deletions dist/37.index.js → dist/101.index.js
Original file line number Diff line number Diff line change
@@ -1,16 +1,15 @@
export const id = 37;
export const ids = [37];
export const id = 101;
export const ids = [101];
export const modules = {

/***/ 4037:
/***/ 29101:
/***/ ((__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) => {

__webpack_require__.r(__webpack_exports__);
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
/* harmony export */ "toFormData": () => (/* binding */ toFormData)
/* harmony export */ toFormData: () => (/* binding */ toFormData)
/* harmony export */ });
/* harmony import */ var fetch_blob_from_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(2777);
/* harmony import */ var formdata_polyfill_esm_min_js__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(8010);
/* harmony import */ var fetch_blob_from_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(9802);
/* harmony import */ var formdata_polyfill_esm_min_js__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(83018);



Expand Down Expand Up @@ -366,7 +365,7 @@ async function toFormData(Body, ct) {
let contentType;
let filename;
const entryChunks = [];
const formData = new formdata_polyfill_esm_min_js__WEBPACK_IMPORTED_MODULE_1__/* .FormData */ .Ct();
const formData = new formdata_polyfill_esm_min_js__WEBPACK_IMPORTED_MODULE_1__/* .FormData */ .fS();

const onPartData = ui8a => {
entryValue += decoder.decode(ui8a, {stream: true});
Expand All @@ -377,7 +376,7 @@ async function toFormData(Body, ct) {
};

const appendFileToFormData = () => {
const file = new fetch_blob_from_js__WEBPACK_IMPORTED_MODULE_0__/* .File */ .$B(entryChunks, filename, {type: contentType});
const file = new fetch_blob_from_js__WEBPACK_IMPORTED_MODULE_0__/* .File */ .ZH(entryChunks, filename, {type: contentType});
formData.append(entryName, file);
};

Expand Down
Loading

0 comments on commit 16f3561

Please sign in to comment.