This commit is contained in:
Arpad Borsos 2021-03-19 17:10:47 +01:00
parent da42bbe56d
commit ce325b6065
No known key found for this signature in database
GPG Key ID: FC7BCA77824B3298
4 changed files with 7078 additions and 5812 deletions

6437
dist/restore/index.js vendored

File diff suppressed because it is too large Load Diff

6437
dist/save/index.js vendored

File diff suppressed because it is too large Load Diff

14
package-lock.json generated
View File

@ -16,7 +16,7 @@
},
"devDependencies": {
"@vercel/ncc": "^0.27.0",
"typescript": "^4.1.5"
"typescript": "^4.2.3"
},
"funding": {
"url": "https://github.com/sponsors/Swatinem"
@ -542,9 +542,9 @@
}
},
"node_modules/typescript": {
"version": "4.1.5",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-4.1.5.tgz",
"integrity": "sha512-6OSu9PTIzmn9TCDiovULTnET6BgXtDYL4Gg4szY+cGsc3JP1dQL8qvE8kShTRx1NIw4Q9IBHlwODjkjWEtMUyA==",
"version": "4.2.3",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-4.2.3.tgz",
"integrity": "sha512-qOcYwxaByStAWrBf4x0fibwZvMRG+r4cQoTjbPtUlrWjBHbmCAww1i448U0GJ+3cNNEtebDteo/cHOR3xJ4wEw==",
"dev": true,
"bin": {
"tsc": "bin/tsc",
@ -1032,9 +1032,9 @@
"integrity": "sha512-1h/Lnq9yajKY2PEbBadPXj3VxsDDu844OnaAo52UVmIzIvwwtBPIuNvkjuzBlTWpfJyUbG3ez0KSBibQkj4ojg=="
},
"typescript": {
"version": "4.1.5",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-4.1.5.tgz",
"integrity": "sha512-6OSu9PTIzmn9TCDiovULTnET6BgXtDYL4Gg4szY+cGsc3JP1dQL8qvE8kShTRx1NIw4Q9IBHlwODjkjWEtMUyA==",
"version": "4.2.3",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-4.2.3.tgz",
"integrity": "sha512-qOcYwxaByStAWrBf4x0fibwZvMRG+r4cQoTjbPtUlrWjBHbmCAww1i448U0GJ+3cNNEtebDteo/cHOR3xJ4wEw==",
"dev": true
},
"universalify": {

View File

@ -30,7 +30,7 @@
},
"devDependencies": {
"@vercel/ncc": "^0.27.0",
"typescript": "^4.1.5"
"typescript": "^4.2.3"
},
"scripts": {
"prepare": "ncc build --target es2020 -o dist/restore src/restore.ts && ncc build --target es2020 -o dist/save src/save.ts"