fix: Rebuilt dist with updated dependencies, closes #319 (#321)

This commit is contained in:
Fabian-Lars
2022-11-07 21:03:05 +01:00
committed by GitHub
parent c903a68c41
commit 57d129009d
6 changed files with 19 additions and 18 deletions

View File

@@ -1,16 +1,16 @@
export const id = 918;
export const ids = [918];
export const id = 543;
export const ids = [543];
export const modules = {
/***/ 918:
/***/ 543:
/***/ ((__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 */ });
/* harmony import */ var fetch_blob_from_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(7445);
/* harmony import */ var formdata_polyfill_esm_min_js__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(9457);
/* harmony import */ var fetch_blob_from_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(7907);
/* harmony import */ var formdata_polyfill_esm_min_js__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(6296);

File diff suppressed because one or more lines are too long

1
packages/core/index.d.ts vendored Normal file
View File

@@ -0,0 +1 @@
declare module 'glob-gitignore'

View File

@@ -14,11 +14,12 @@
"execa": "6.1.0",
"glob-gitignore": "^1.0.14",
"ignore": "^5.2.0",
"json5": "^2.2.0",
"json5": "^2.2.1",
"tslib": "2.4.1"
},
"devDependencies": {
"@rollup/plugin-typescript": "8.5.0",
"@types/node": "16.18.3",
"rollup": "2.79.1",
"typescript": "4.8.4"
},

View File

@@ -1,9 +1,10 @@
{
"extends": "../../tsconfig.json",
"compilerOptions": {
"declaration": true,
"outDir": "./dist",
"rootDir": ".",
"allowSyntheticDefaultImports": true
},
"include": ["index.ts"]
"include": ["index.ts", "index.d.ts"]
}

View File

@@ -1157,12 +1157,10 @@ js-yaml@^4.0.0:
dependencies:
argparse "^2.0.1"
json5@^2.2.0:
version "2.2.0"
resolved "https://registry.yarnpkg.com/json5/-/json5-2.2.0.tgz#2dfefe720c6ba525d9ebd909950f0515316c89a3"
integrity sha512-f+8cldu7X/y7RAJurMEJmdoKXGB/X550w2Nr3tTbezL6RwEE/iMcm+tZnXeoZtKuOq6ft8+CqzEkrIgx1fPoQA==
dependencies:
minimist "^1.2.5"
json5@^2.2.1:
version "2.2.1"
resolved "https://registry.yarnpkg.com/json5/-/json5-2.2.1.tgz#655d50ed1e6f95ad1a3caababd2b0efda10b395c"
integrity sha512-1hqLFMSrGHRHxav9q9gNjJ5EXznIxGVO09xQRrwplcS8qs28pZ8s8hupZAmqDwZUmVZ2Qb2jnyPOWcDH8m8dlA==
locate-path@^5.0.0:
version "5.0.0"