Skip to content

Commit

Permalink
Merge pull request #92 from AlchemyCMS/dependabot/npm_and_yarn/rollup…
Browse files Browse the repository at this point in the history
…-4.24.4

Bump rollup from 2.79.2 to 4.24.4
  • Loading branch information
tvdeyen authored Nov 8, 2024
2 parents 8498676 + 3e858a7 commit 1ed6e31
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 15 deletions.
8 changes: 1 addition & 7 deletions dist/alchemy-json_api.js
Original file line number Diff line number Diff line change
@@ -1,15 +1,9 @@
'use strict';

Object.defineProperty(exports, '__esModule', { value: true });

var structuredClone = require('@ungap/structured-clone');

function _interopDefaultLegacy (e) { return e && typeof e === 'object' && 'default' in e ? e : { 'default': e }; }

var structuredClone__default = /*#__PURE__*/_interopDefaultLegacy(structuredClone);

function deserialize(originalResponse) {
const response = structuredClone__default["default"](originalResponse);
const response = structuredClone(originalResponse);
const included = response.included || [];
if (Array.isArray(response.data)) {
return response.data.map(data => {
Expand Down
8 changes: 1 addition & 7 deletions dist/deserialize.js
Original file line number Diff line number Diff line change
@@ -1,15 +1,9 @@
'use strict';

Object.defineProperty(exports, '__esModule', { value: true });

var structuredClone = require('@ungap/structured-clone');

function _interopDefaultLegacy (e) { return e && typeof e === 'object' && 'default' in e ? e : { 'default': e }; }

var structuredClone__default = /*#__PURE__*/_interopDefaultLegacy(structuredClone);

function deserialize(originalResponse) {
const response = structuredClone__default["default"](originalResponse);
const response = structuredClone(originalResponse);
const included = response.included || [];
if (Array.isArray(response.data)) {
return response.data.map(data => {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"babel-jest": "^29.0.2",
"jest": "^29.0.2",
"prettier": "^3.3.3",
"rollup": "^2.79.0"
"rollup": "^4.24.4"
},
"scripts": {
"build": "rollup --config",
Expand Down
File renamed without changes.

0 comments on commit 1ed6e31

Please sign in to comment.