diff --git a/packages/packemon/package.json b/packages/packemon/package.json index a3b497674..d180f9d32 100644 --- a/packages/packemon/package.json +++ b/packages/packemon/package.json @@ -81,7 +81,7 @@ "@rollup/plugin-commonjs": "^21.1.0", "@rollup/plugin-json": "^4.1.0", "@rollup/plugin-node-resolve": "^13.2.1", - "@swc/core": "^1.2.171", + "@swc/core": "^1.2.181", "babel-plugin-cjs-esm-interop": "^2.0.0", "babel-plugin-conditional-invariant": "^2.0.0", "babel-plugin-env-constants": "^2.0.0", diff --git a/packages/packemon/tests/examples/__snapshots__/cjsMjsWrapper.test.ts.snap b/packages/packemon/tests/examples/__snapshots__/cjsMjsWrapper.test.ts.snap index c3b159d41..932ac602d 100644 --- a/packages/packemon/tests/examples/__snapshots__/cjsMjsWrapper.test.ts.snap +++ b/packages/packemon/tests/examples/__snapshots__/cjsMjsWrapper.test.ts.snap @@ -1609,26 +1609,44 @@ Array [ }); _exports.optimal = void 0; _exports.optimal = optimal; + function _getRequireWildcardCache() { + if (typeof WeakMap !== \\"function\\") return null; + var cache = new WeakMap(); + _getRequireWildcardCache = function() { + return cache; + }; + return cache; + } function _interopRequireWildcard(obj) { if (obj && obj.__esModule) { return obj; - } else { - var newObj = {}; - if (obj != null) { - for(var key in obj){ - if (Object.prototype.hasOwnProperty.call(obj, key)) { - var desc = Object.defineProperty && Object.getOwnPropertyDescriptor ? Object.getOwnPropertyDescriptor(obj, key) : {}; - if (desc.get || desc.set) { - Object.defineProperty(newObj, key, desc); - } else { - newObj[key] = obj[key]; - } - } + } + if (obj === null || typeof obj !== \\"object\\" && typeof obj !== \\"function\\") { + return { + default: obj + }; + } + var cache = _getRequireWildcardCache(); + if (cache && cache.has(obj)) { + return cache.get(obj); + } + var newObj = {}; + var hasPropertyDescriptor = Object.defineProperty && Object.getOwnPropertyDescriptor; + for(var key in obj){ + if (Object.prototype.hasOwnProperty.call(obj, key)) { + var desc = hasPropertyDescriptor ? Object.getOwnPropertyDescriptor(obj, key) : null; + if (desc && (desc.get || desc.set)) { + Object.defineProperty(newObj, key, desc); + } else { + newObj[key] = obj[key]; } } - newObj.default = obj; - return newObj; } + newObj.default = obj; + if (cache) { + cache.set(obj, newObj); + } + return newObj; } }); //# sourceMappingURL=index-browser-current-umd.js.map @@ -1759,26 +1777,44 @@ Array [ }); _exports.optimal = void 0; _exports.optimal = optimal; + function _getRequireWildcardCache() { + if (typeof WeakMap !== \\"function\\") return null; + var cache = new WeakMap(); + _getRequireWildcardCache = function() { + return cache; + }; + return cache; + } function _interopRequireWildcard(obj) { if (obj && obj.__esModule) { return obj; - } else { - var newObj = {}; - if (obj != null) { - for(var key in obj){ - if (Object.prototype.hasOwnProperty.call(obj, key)) { - var desc = Object.defineProperty && Object.getOwnPropertyDescriptor ? Object.getOwnPropertyDescriptor(obj, key) : {}; - if (desc.get || desc.set) { - Object.defineProperty(newObj, key, desc); - } else { - newObj[key] = obj[key]; - } - } + } + if (obj === null || typeof obj !== \\"object\\" && typeof obj !== \\"function\\") { + return { + default: obj + }; + } + var cache = _getRequireWildcardCache(); + if (cache && cache.has(obj)) { + return cache.get(obj); + } + var newObj = {}; + var hasPropertyDescriptor = Object.defineProperty && Object.getOwnPropertyDescriptor; + for(var key in obj){ + if (Object.prototype.hasOwnProperty.call(obj, key)) { + var desc = hasPropertyDescriptor ? Object.getOwnPropertyDescriptor(obj, key) : null; + if (desc && (desc.get || desc.set)) { + Object.defineProperty(newObj, key, desc); + } else { + newObj[key] = obj[key]; } } - newObj.default = obj; - return newObj; } + newObj.default = obj; + if (cache) { + cache.set(obj, newObj); + } + return newObj; } }); //# sourceMappingURL=index-browser-experimental-umd.js.map @@ -1925,26 +1961,44 @@ Array [ }); _exports.optimal = void 0; _exports.optimal = optimal; + function _getRequireWildcardCache() { + if (typeof WeakMap !== \\"function\\") return null; + var cache = new WeakMap(); + _getRequireWildcardCache = function() { + return cache; + }; + return cache; + } function _interopRequireWildcard(obj) { if (obj && obj.__esModule) { return obj; - } else { - var newObj = {}; - if (obj != null) { - for(var key in obj){ - if (Object.prototype.hasOwnProperty.call(obj, key)) { - var desc = Object.defineProperty && Object.getOwnPropertyDescriptor ? Object.getOwnPropertyDescriptor(obj, key) : {}; - if (desc.get || desc.set) { - Object.defineProperty(newObj, key, desc); - } else { - newObj[key] = obj[key]; - } - } + } + if (obj === null || typeof obj !== \\"object\\" && typeof obj !== \\"function\\") { + return { + default: obj + }; + } + var cache = _getRequireWildcardCache(); + if (cache && cache.has(obj)) { + return cache.get(obj); + } + var newObj = {}; + var hasPropertyDescriptor = Object.defineProperty && Object.getOwnPropertyDescriptor; + for(var key in obj){ + if (Object.prototype.hasOwnProperty.call(obj, key)) { + var desc = hasPropertyDescriptor ? Object.getOwnPropertyDescriptor(obj, key) : null; + if (desc && (desc.get || desc.set)) { + Object.defineProperty(newObj, key, desc); + } else { + newObj[key] = obj[key]; } } - newObj.default = obj; - return newObj; } + newObj.default = obj; + if (cache) { + cache.set(obj, newObj); + } + return newObj; } }); //# sourceMappingURL=index-browser-legacy-umd.js.map @@ -2075,26 +2129,44 @@ Array [ }); _exports.optimal = void 0; _exports.optimal = optimal; + function _getRequireWildcardCache() { + if (typeof WeakMap !== \\"function\\") return null; + var cache = new WeakMap(); + _getRequireWildcardCache = function() { + return cache; + }; + return cache; + } function _interopRequireWildcard(obj) { if (obj && obj.__esModule) { return obj; - } else { - var newObj = {}; - if (obj != null) { - for(var key in obj){ - if (Object.prototype.hasOwnProperty.call(obj, key)) { - var desc = Object.defineProperty && Object.getOwnPropertyDescriptor ? Object.getOwnPropertyDescriptor(obj, key) : {}; - if (desc.get || desc.set) { - Object.defineProperty(newObj, key, desc); - } else { - newObj[key] = obj[key]; - } - } + } + if (obj === null || typeof obj !== \\"object\\" && typeof obj !== \\"function\\") { + return { + default: obj + }; + } + var cache = _getRequireWildcardCache(); + if (cache && cache.has(obj)) { + return cache.get(obj); + } + var newObj = {}; + var hasPropertyDescriptor = Object.defineProperty && Object.getOwnPropertyDescriptor; + for(var key in obj){ + if (Object.prototype.hasOwnProperty.call(obj, key)) { + var desc = hasPropertyDescriptor ? Object.getOwnPropertyDescriptor(obj, key) : null; + if (desc && (desc.get || desc.set)) { + Object.defineProperty(newObj, key, desc); + } else { + newObj[key] = obj[key]; } } - newObj.default = obj; - return newObj; } + newObj.default = obj; + if (cache) { + cache.set(obj, newObj); + } + return newObj; } }); //# sourceMappingURL=index-browser-stable-umd.js.map diff --git a/packages/packemon/tests/examples/__snapshots__/dynamicImports.test.ts.snap b/packages/packemon/tests/examples/__snapshots__/dynamicImports.test.ts.snap index 9e2717ab4..e8ad23b7e 100644 --- a/packages/packemon/tests/examples/__snapshots__/dynamicImports.test.ts.snap +++ b/packages/packemon/tests/examples/__snapshots__/dynamicImports.test.ts.snap @@ -1322,26 +1322,44 @@ Array [ } })(this, function() { \\"use strict\\"; + function _getRequireWildcardCache() { + if (typeof WeakMap !== \\"function\\") return null; + var cache = new WeakMap(); + _getRequireWildcardCache = function() { + return cache; + }; + return cache; + } function _interopRequireWildcard(obj) { if (obj && obj.__esModule) { return obj; - } else { - var newObj = {}; - if (obj != null) { - for(var key in obj){ - if (Object.prototype.hasOwnProperty.call(obj, key)) { - var desc = Object.defineProperty && Object.getOwnPropertyDescriptor ? Object.getOwnPropertyDescriptor(obj, key) : {}; - if (desc.get || desc.set) { - Object.defineProperty(newObj, key, desc); - } else { - newObj[key] = obj[key]; - } - } + } + if (obj === null || typeof obj !== \\"object\\" && typeof obj !== \\"function\\") { + return { + default: obj + }; + } + var cache = _getRequireWildcardCache(); + if (cache && cache.has(obj)) { + return cache.get(obj); + } + var newObj = {}; + var hasPropertyDescriptor = Object.defineProperty && Object.getOwnPropertyDescriptor; + for(var key in obj){ + if (Object.prototype.hasOwnProperty.call(obj, key)) { + var desc = hasPropertyDescriptor ? Object.getOwnPropertyDescriptor(obj, key) : null; + if (desc && (desc.get || desc.set)) { + Object.defineProperty(newObj, key, desc); + } else { + newObj[key] = obj[key]; } } - newObj.default = obj; - return newObj; } + newObj.default = obj; + if (cache) { + cache.set(obj, newObj); + } + return newObj; } import('./bundle-ca4fc8e9.js').then((result)=>{ result.foo(); @@ -1468,26 +1486,44 @@ Array [ } })(this, function() { \\"use strict\\"; + function _getRequireWildcardCache() { + if (typeof WeakMap !== \\"function\\") return null; + var cache = new WeakMap(); + _getRequireWildcardCache = function() { + return cache; + }; + return cache; + } function _interopRequireWildcard(obj) { if (obj && obj.__esModule) { return obj; - } else { - var newObj = {}; - if (obj != null) { - for(var key in obj){ - if (Object.prototype.hasOwnProperty.call(obj, key)) { - var desc = Object.defineProperty && Object.getOwnPropertyDescriptor ? Object.getOwnPropertyDescriptor(obj, key) : {}; - if (desc.get || desc.set) { - Object.defineProperty(newObj, key, desc); - } else { - newObj[key] = obj[key]; - } - } + } + if (obj === null || typeof obj !== \\"object\\" && typeof obj !== \\"function\\") { + return { + default: obj + }; + } + var cache = _getRequireWildcardCache(); + if (cache && cache.has(obj)) { + return cache.get(obj); + } + var newObj = {}; + var hasPropertyDescriptor = Object.defineProperty && Object.getOwnPropertyDescriptor; + for(var key in obj){ + if (Object.prototype.hasOwnProperty.call(obj, key)) { + var desc = hasPropertyDescriptor ? Object.getOwnPropertyDescriptor(obj, key) : null; + if (desc && (desc.get || desc.set)) { + Object.defineProperty(newObj, key, desc); + } else { + newObj[key] = obj[key]; } } - newObj.default = obj; - return newObj; } + newObj.default = obj; + if (cache) { + cache.set(obj, newObj); + } + return newObj; } import('./bundle-ca4fc8e9.js').then((result)=>{ result.foo(); @@ -1618,26 +1654,44 @@ Array [ } })(this, function() { \\"use strict\\"; + function _getRequireWildcardCache() { + if (typeof WeakMap !== \\"function\\") return null; + var cache = new WeakMap(); + _getRequireWildcardCache = function() { + return cache; + }; + return cache; + } function _interopRequireWildcard(obj) { if (obj && obj.__esModule) { return obj; - } else { - var newObj = {}; - if (obj != null) { - for(var key in obj){ - if (Object.prototype.hasOwnProperty.call(obj, key)) { - var desc = Object.defineProperty && Object.getOwnPropertyDescriptor ? Object.getOwnPropertyDescriptor(obj, key) : {}; - if (desc.get || desc.set) { - Object.defineProperty(newObj, key, desc); - } else { - newObj[key] = obj[key]; - } - } + } + if (obj === null || typeof obj !== \\"object\\" && typeof obj !== \\"function\\") { + return { + default: obj + }; + } + var cache = _getRequireWildcardCache(); + if (cache && cache.has(obj)) { + return cache.get(obj); + } + var newObj = {}; + var hasPropertyDescriptor = Object.defineProperty && Object.getOwnPropertyDescriptor; + for(var key in obj){ + if (Object.prototype.hasOwnProperty.call(obj, key)) { + var desc = hasPropertyDescriptor ? Object.getOwnPropertyDescriptor(obj, key) : null; + if (desc && (desc.get || desc.set)) { + Object.defineProperty(newObj, key, desc); + } else { + newObj[key] = obj[key]; } } - newObj.default = obj; - return newObj; } + newObj.default = obj; + if (cache) { + cache.set(obj, newObj); + } + return newObj; } import(\\"./bundle-ca4fc8e9.js\\").then(function(result) { result.foo(); @@ -1765,26 +1819,44 @@ Array [ } })(this, function() { \\"use strict\\"; + function _getRequireWildcardCache() { + if (typeof WeakMap !== \\"function\\") return null; + var cache = new WeakMap(); + _getRequireWildcardCache = function() { + return cache; + }; + return cache; + } function _interopRequireWildcard(obj) { if (obj && obj.__esModule) { return obj; - } else { - var newObj = {}; - if (obj != null) { - for(var key in obj){ - if (Object.prototype.hasOwnProperty.call(obj, key)) { - var desc = Object.defineProperty && Object.getOwnPropertyDescriptor ? Object.getOwnPropertyDescriptor(obj, key) : {}; - if (desc.get || desc.set) { - Object.defineProperty(newObj, key, desc); - } else { - newObj[key] = obj[key]; - } - } + } + if (obj === null || typeof obj !== \\"object\\" && typeof obj !== \\"function\\") { + return { + default: obj + }; + } + var cache = _getRequireWildcardCache(); + if (cache && cache.has(obj)) { + return cache.get(obj); + } + var newObj = {}; + var hasPropertyDescriptor = Object.defineProperty && Object.getOwnPropertyDescriptor; + for(var key in obj){ + if (Object.prototype.hasOwnProperty.call(obj, key)) { + var desc = hasPropertyDescriptor ? Object.getOwnPropertyDescriptor(obj, key) : null; + if (desc && (desc.get || desc.set)) { + Object.defineProperty(newObj, key, desc); + } else { + newObj[key] = obj[key]; } } - newObj.default = obj; - return newObj; } + newObj.default = obj; + if (cache) { + cache.set(obj, newObj); + } + return newObj; } import('./bundle-ca4fc8e9.js').then((result)=>{ result.foo(); diff --git a/packages/packemon/tests/examples/__snapshots__/nodePolyfills.test.ts.snap b/packages/packemon/tests/examples/__snapshots__/nodePolyfills.test.ts.snap index 3815b2d08..a59f719b8 100644 --- a/packages/packemon/tests/examples/__snapshots__/nodePolyfills.test.ts.snap +++ b/packages/packemon/tests/examples/__snapshots__/nodePolyfills.test.ts.snap @@ -14989,11 +14989,11 @@ function _createClass(Constructor, protoProps, staticProps) { if (staticProps) _defineProperties(Constructor, staticProps); return Constructor; } -function _getPrototypeOf(o) { +function _getPrototypeOf(o1) { _getPrototypeOf = Object.setPrototypeOf ? Object.getPrototypeOf : function _getPrototypeOf(o) { return o.__proto__ || Object.getPrototypeOf(o); }; - return _getPrototypeOf(o); + return _getPrototypeOf(o1); } function _inherits(subClass, superClass) { if (typeof superClass !== \\"function\\" && superClass !== null) { @@ -15014,12 +15014,12 @@ function _possibleConstructorReturn(self, call) { } return _assertThisInitialized(self); } -function _setPrototypeOf(o, p) { +function _setPrototypeOf(o2, p1) { _setPrototypeOf = Object.setPrototypeOf || function _setPrototypeOf(o, p) { o.__proto__ = p; return o; }; - return _setPrototypeOf(o, p); + return _setPrototypeOf(o2, p1); } var _typeof = function(obj) { \\"@swc/helpers - typeof\\"; @@ -15613,11 +15613,11 @@ function _createClass(Constructor, protoProps, staticProps) { if (staticProps) _defineProperties(Constructor, staticProps); return Constructor; } -function _getPrototypeOf(o) { +function _getPrototypeOf(o1) { _getPrototypeOf = Object.setPrototypeOf ? Object.getPrototypeOf : function _getPrototypeOf(o) { return o.__proto__ || Object.getPrototypeOf(o); }; - return _getPrototypeOf(o); + return _getPrototypeOf(o1); } function _inherits(subClass, superClass) { if (typeof superClass !== \\"function\\" && superClass !== null) { @@ -15638,12 +15638,12 @@ function _possibleConstructorReturn(self, call) { } return _assertThisInitialized(self); } -function _setPrototypeOf(o, p) { +function _setPrototypeOf(o2, p1) { _setPrototypeOf = Object.setPrototypeOf || function _setPrototypeOf(o, p) { o.__proto__ = p; return o; }; - return _setPrototypeOf(o, p); + return _setPrototypeOf(o2, p1); } var _typeof = function(obj) { \\"@swc/helpers - typeof\\"; @@ -16256,11 +16256,11 @@ Array [ if (staticProps) _defineProperties(Constructor, staticProps); return Constructor; } - function _getPrototypeOf(o) { + function _getPrototypeOf(o1) { _getPrototypeOf = Object.setPrototypeOf ? Object.getPrototypeOf : function _getPrototypeOf(o) { return o.__proto__ || Object.getPrototypeOf(o); }; - return _getPrototypeOf(o); + return _getPrototypeOf(o1); } function _inherits(subClass, superClass) { if (typeof superClass !== \\"function\\" && superClass !== null) { @@ -16281,12 +16281,12 @@ Array [ } return _assertThisInitialized(self); } - function _setPrototypeOf(o, p) { + function _setPrototypeOf(o2, p1) { _setPrototypeOf = Object.setPrototypeOf || function _setPrototypeOf(o, p) { o.__proto__ = p; return o; }; - return _setPrototypeOf(o, p); + return _setPrototypeOf(o2, p1); } var _typeof = function(obj) { \\"@swc/helpers - typeof\\"; diff --git a/yarn.lock b/yarn.lock index 77870af9d..35d025bea 100644 --- a/yarn.lock +++ b/yarn.lock @@ -5322,114 +5322,114 @@ __metadata: languageName: node linkType: hard -"@swc/core-android-arm-eabi@npm:1.2.171": - version: 1.2.171 - resolution: "@swc/core-android-arm-eabi@npm:1.2.171" +"@swc/core-android-arm-eabi@npm:1.2.181": + version: 1.2.181 + resolution: "@swc/core-android-arm-eabi@npm:1.2.181" conditions: os=android & cpu=arm languageName: node linkType: hard -"@swc/core-android-arm64@npm:1.2.171": - version: 1.2.171 - resolution: "@swc/core-android-arm64@npm:1.2.171" +"@swc/core-android-arm64@npm:1.2.181": + version: 1.2.181 + resolution: "@swc/core-android-arm64@npm:1.2.181" conditions: os=android & cpu=arm64 languageName: node linkType: hard -"@swc/core-darwin-arm64@npm:1.2.171": - version: 1.2.171 - resolution: "@swc/core-darwin-arm64@npm:1.2.171" +"@swc/core-darwin-arm64@npm:1.2.181": + version: 1.2.181 + resolution: "@swc/core-darwin-arm64@npm:1.2.181" conditions: os=darwin & cpu=arm64 languageName: node linkType: hard -"@swc/core-darwin-x64@npm:1.2.171": - version: 1.2.171 - resolution: "@swc/core-darwin-x64@npm:1.2.171" +"@swc/core-darwin-x64@npm:1.2.181": + version: 1.2.181 + resolution: "@swc/core-darwin-x64@npm:1.2.181" conditions: os=darwin & cpu=x64 languageName: node linkType: hard -"@swc/core-freebsd-x64@npm:1.2.171": - version: 1.2.171 - resolution: "@swc/core-freebsd-x64@npm:1.2.171" +"@swc/core-freebsd-x64@npm:1.2.181": + version: 1.2.181 + resolution: "@swc/core-freebsd-x64@npm:1.2.181" conditions: os=freebsd & cpu=x64 languageName: node linkType: hard -"@swc/core-linux-arm-gnueabihf@npm:1.2.171": - version: 1.2.171 - resolution: "@swc/core-linux-arm-gnueabihf@npm:1.2.171" +"@swc/core-linux-arm-gnueabihf@npm:1.2.181": + version: 1.2.181 + resolution: "@swc/core-linux-arm-gnueabihf@npm:1.2.181" conditions: os=linux & cpu=arm languageName: node linkType: hard -"@swc/core-linux-arm64-gnu@npm:1.2.171": - version: 1.2.171 - resolution: "@swc/core-linux-arm64-gnu@npm:1.2.171" +"@swc/core-linux-arm64-gnu@npm:1.2.181": + version: 1.2.181 + resolution: "@swc/core-linux-arm64-gnu@npm:1.2.181" conditions: os=linux & cpu=arm64 & libc=glibc languageName: node linkType: hard -"@swc/core-linux-arm64-musl@npm:1.2.171": - version: 1.2.171 - resolution: "@swc/core-linux-arm64-musl@npm:1.2.171" +"@swc/core-linux-arm64-musl@npm:1.2.181": + version: 1.2.181 + resolution: "@swc/core-linux-arm64-musl@npm:1.2.181" conditions: os=linux & cpu=arm64 & libc=musl languageName: node linkType: hard -"@swc/core-linux-x64-gnu@npm:1.2.171": - version: 1.2.171 - resolution: "@swc/core-linux-x64-gnu@npm:1.2.171" +"@swc/core-linux-x64-gnu@npm:1.2.181": + version: 1.2.181 + resolution: "@swc/core-linux-x64-gnu@npm:1.2.181" conditions: os=linux & cpu=x64 & libc=glibc languageName: node linkType: hard -"@swc/core-linux-x64-musl@npm:1.2.171": - version: 1.2.171 - resolution: "@swc/core-linux-x64-musl@npm:1.2.171" +"@swc/core-linux-x64-musl@npm:1.2.181": + version: 1.2.181 + resolution: "@swc/core-linux-x64-musl@npm:1.2.181" conditions: os=linux & cpu=x64 & libc=musl languageName: node linkType: hard -"@swc/core-win32-arm64-msvc@npm:1.2.171": - version: 1.2.171 - resolution: "@swc/core-win32-arm64-msvc@npm:1.2.171" +"@swc/core-win32-arm64-msvc@npm:1.2.181": + version: 1.2.181 + resolution: "@swc/core-win32-arm64-msvc@npm:1.2.181" conditions: os=win32 & cpu=arm64 languageName: node linkType: hard -"@swc/core-win32-ia32-msvc@npm:1.2.171": - version: 1.2.171 - resolution: "@swc/core-win32-ia32-msvc@npm:1.2.171" +"@swc/core-win32-ia32-msvc@npm:1.2.181": + version: 1.2.181 + resolution: "@swc/core-win32-ia32-msvc@npm:1.2.181" conditions: os=win32 & cpu=ia32 languageName: node linkType: hard -"@swc/core-win32-x64-msvc@npm:1.2.171": - version: 1.2.171 - resolution: "@swc/core-win32-x64-msvc@npm:1.2.171" +"@swc/core-win32-x64-msvc@npm:1.2.181": + version: 1.2.181 + resolution: "@swc/core-win32-x64-msvc@npm:1.2.181" conditions: os=win32 & cpu=x64 languageName: node linkType: hard -"@swc/core@npm:^1.2.171": - version: 1.2.171 - resolution: "@swc/core@npm:1.2.171" - dependencies: - "@swc/core-android-arm-eabi": 1.2.171 - "@swc/core-android-arm64": 1.2.171 - "@swc/core-darwin-arm64": 1.2.171 - "@swc/core-darwin-x64": 1.2.171 - "@swc/core-freebsd-x64": 1.2.171 - "@swc/core-linux-arm-gnueabihf": 1.2.171 - "@swc/core-linux-arm64-gnu": 1.2.171 - "@swc/core-linux-arm64-musl": 1.2.171 - "@swc/core-linux-x64-gnu": 1.2.171 - "@swc/core-linux-x64-musl": 1.2.171 - "@swc/core-win32-arm64-msvc": 1.2.171 - "@swc/core-win32-ia32-msvc": 1.2.171 - "@swc/core-win32-x64-msvc": 1.2.171 +"@swc/core@npm:^1.2.181": + version: 1.2.181 + resolution: "@swc/core@npm:1.2.181" + dependencies: + "@swc/core-android-arm-eabi": 1.2.181 + "@swc/core-android-arm64": 1.2.181 + "@swc/core-darwin-arm64": 1.2.181 + "@swc/core-darwin-x64": 1.2.181 + "@swc/core-freebsd-x64": 1.2.181 + "@swc/core-linux-arm-gnueabihf": 1.2.181 + "@swc/core-linux-arm64-gnu": 1.2.181 + "@swc/core-linux-arm64-musl": 1.2.181 + "@swc/core-linux-x64-gnu": 1.2.181 + "@swc/core-linux-x64-musl": 1.2.181 + "@swc/core-win32-arm64-msvc": 1.2.181 + "@swc/core-win32-ia32-msvc": 1.2.181 + "@swc/core-win32-x64-msvc": 1.2.181 dependenciesMeta: "@swc/core-android-arm-eabi": optional: true @@ -5459,7 +5459,7 @@ __metadata: optional: true bin: swcx: run_swcx.js - checksum: f6b44c2a43e943560e44f52ebf568a6930ee294fc964169f18ff39ef6dade159c65378ef681e5007b79c8363bd9a59b1de247b32e75843db37e7c1825fb98150 + checksum: ec6ec012ddcfe158a2ed3d086cfbde4d13d63e52418ed316d90cc704a24a5bb6e153d2cb1082f4a20d5d8d3ad651473b8a793add6233173977486a06ad049223 languageName: node linkType: hard @@ -16259,7 +16259,7 @@ __metadata: "@rollup/plugin-json": ^4.1.0 "@rollup/plugin-node-resolve": ^13.2.1 "@swc/cli": ^0.1.57 - "@swc/core": ^1.2.171 + "@swc/core": ^1.2.181 "@types/acorn": ^4.0.6 "@typescript-eslint/types": ^5.20.0 babel-plugin-cjs-esm-interop: ^2.0.0