@literate.ink/utilities
Advanced tools
Comparing version 1.0.0-10094838156.1 to 1.0.0-10236787694.1
@@ -8,2 +8,3 @@ interface Request { | ||
headers: Array<[string, string]>; | ||
redirect: "follow" | "manual"; | ||
} | ||
@@ -10,0 +11,0 @@ interface Response { |
@@ -1,1 +0,1 @@ | ||
"use strict";var e,t=Object.defineProperty,r=Object.getOwnPropertyDescriptor,o=Object.getOwnPropertyNames,a=Object.prototype.hasOwnProperty,n={};((e,r)=>{for(var o in r)t(e,o,{get:r[o],enumerable:!0})})(n,{defaultFetcher:()=>s}),module.exports=(e=n,((e,n,s,c)=>{if(n&&"object"==typeof n||"function"==typeof n)for(let u of o(n))a.call(e,u)||u===s||t(e,u,{get:()=>n[u],enumerable:!(c=r(n,u))||c.enumerable});return e})(t({},"__esModule",{value:!0}),e));var s=async e=>{const t={};e.headers.forEach((([e,r])=>{t[e]=r}));const r=await fetch(e.url,{headers:t,method:e.method,body:e.content}),o=[];return r.headers.forEach(((e,t)=>{o.push([t,e])})),{status:r.status,content:await r.text(),headers:o}};//# sourceMappingURL=index.js.map | ||
"use strict";var e,t=Object.defineProperty,r=Object.getOwnPropertyDescriptor,o=Object.getOwnPropertyNames,a=Object.prototype.hasOwnProperty,c={};((e,r)=>{for(var o in r)t(e,o,{get:r[o],enumerable:!0})})(c,{defaultFetcher:()=>n}),module.exports=(e=c,((e,c,n,s)=>{if(c&&"object"==typeof c||"function"==typeof c)for(let u of o(c))a.call(e,u)||u===n||t(e,u,{get:()=>c[u],enumerable:!(s=r(c,u))||s.enumerable});return e})(t({},"__esModule",{value:!0}),e));var n=async e=>{const t={};e.headers.forEach((([e,r])=>{t[e]=r}));const r=await fetch(e.url,{headers:t,redirect:e.redirect,method:e.method,body:e.content}),o=[];return r.headers.forEach(((e,t)=>{o.push([t,e])})),{status:r.status,content:await r.text(),headers:o}};//# sourceMappingURL=index.js.map |
{ | ||
"name": "@literate.ink/utilities", | ||
"version": "1.0.0-10094838156.1", | ||
"version": "1.0.0-10236787694.1", | ||
"description": "A general package containing utilities for helping building our libraries.", | ||
@@ -13,6 +13,3 @@ "private": false, | ||
], | ||
"bin": { | ||
"wasm-build": "./dist/build.mjs" | ||
}, | ||
"author": "Mikkel ALMONTE--RINGAUD <mikkel@milescode.dev> (https://github.com/Vexcited)", | ||
"author": "LiterateInk <contact@literate.ink> (https://github.com/LiterateInk)", | ||
"repository": "https://github.com/LiterateInk/Utilities", | ||
@@ -37,9 +34,7 @@ "homepage": "https://docs.literate.ink/utilities", | ||
"devDependencies": { | ||
"@types/node": "^20.14.12", | ||
"tsup": "^8.1.0", | ||
"typescript": "^5.5.3" | ||
}, | ||
"dependencies": { | ||
"terser": "^5.31.3" | ||
"@types/node": "^20.14.14", | ||
"terser": "^5.31.3", | ||
"tsup": "^8.2.4", | ||
"typescript": "^5.5.4" | ||
} | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No README
QualityPackage does not have a README. This may indicate a failed publish or a low quality package.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
0
7478
4
7
2
0
- Removedterser@^5.31.3
- Removed@jridgewell/gen-mapping@0.3.5(transitive)
- Removed@jridgewell/resolve-uri@3.1.2(transitive)
- Removed@jridgewell/set-array@1.2.1(transitive)
- Removed@jridgewell/source-map@0.3.6(transitive)
- Removed@jridgewell/sourcemap-codec@1.5.0(transitive)
- Removed@jridgewell/trace-mapping@0.3.25(transitive)
- Removedacorn@8.14.0(transitive)
- Removedbuffer-from@1.1.2(transitive)
- Removedcommander@2.20.3(transitive)
- Removedsource-map@0.6.1(transitive)
- Removedsource-map-support@0.5.21(transitive)
- Removedterser@5.36.0(transitive)