@httpui/typescript 0.0.17 → 0.0.18

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1,2 @@
1
+ "use strict";var g=Object.defineProperty;var s=Object.getOwnPropertyDescriptor;var l=Object.getOwnPropertyNames;var u=Object.prototype.hasOwnProperty;var a=(e,t)=>{for(var n in t)g(e,n,{get:t[n],enumerable:!0})},c=(e,t,n,o)=>{if(t&&typeof t=="object"||typeof t=="function")for(let r of l(t))!u.call(e,r)&&r!==n&&g(e,r,{get:()=>t[r],enumerable:!(o=s(t,r))||o.enumerable});return e};var i=e=>c(g({},"__esModule",{value:!0}),e);var d={};a(d,{default:()=>b});module.exports=i(d);var b=()=>Object.assign(e=>(console.log("uuid",e),e),{get:()=>{}});
2
+ //# sourceMappingURL=index.cjs.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/index.ts"],"sourcesContent":["// httpUI, https://httpui.com/\n// Copyright (C) Alex Morales, 2026\n// \n// Unless otherwise stated in particular files or directories, this software is free software.\n// You can redistribute it and/or modify it under the terms of the GNU Affero\n// General Public License as published by the Free Software Foundation, either\n// version 3 of the License, or (at your option) any later version.\n\nexport default () => { //TYPE\n return Object.assign(\n (uuid:string) => {\n console.log('uuid', uuid);\n\n return uuid;\n },\n {\n get:() => {}\n // ...\n }\n );\n};\n"],"mappings":"yaAAA,IAAAA,EAAA,GAAAC,EAAAD,EAAA,aAAAE,IAAA,eAAAC,EAAAH,GAQA,IAAOE,EAAQ,IACN,OAAO,OACXE,IACC,QAAQ,IAAI,OAAQA,CAAI,EAEjBA,GAET,CACE,IAAI,IAAM,CAAC,CAEb,CACF","names":["index_exports","__export","index_default","__toCommonJS","uuid"]}
@@ -0,0 +1,5 @@
1
+ declare const _default: () => ((uuid: string) => string) & {
2
+ get: () => void;
3
+ };
4
+
5
+ export { _default as default };
package/dist/index.d.ts CHANGED
@@ -1,2 +1,5 @@
1
- export declare const httpUI: () => string;
2
- //# sourceMappingURL=index.d.ts.map
1
+ declare const _default: () => ((uuid: string) => string) & {
2
+ get: () => void;
3
+ };
4
+
5
+ export { _default as default };
@@ -0,0 +1,2 @@
1
+ var t=()=>Object.assign(e=>(console.log("uuid",e),e),{get:()=>{}});export{t as default};
2
+ //# sourceMappingURL=index.esm.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/index.ts"],"sourcesContent":["// httpUI, https://httpui.com/\n// Copyright (C) Alex Morales, 2026\n// \n// Unless otherwise stated in particular files or directories, this software is free software.\n// You can redistribute it and/or modify it under the terms of the GNU Affero\n// General Public License as published by the Free Software Foundation, either\n// version 3 of the License, or (at your option) any later version.\n\nexport default () => { //TYPE\n return Object.assign(\n (uuid:string) => {\n console.log('uuid', uuid);\n\n return uuid;\n },\n {\n get:() => {}\n // ...\n }\n );\n};\n"],"mappings":"AAQA,IAAOA,EAAQ,IACN,OAAO,OACXC,IACC,QAAQ,IAAI,OAAQA,CAAI,EAEjBA,GAET,CACE,IAAI,IAAM,CAAC,CAEb,CACF","names":["index_default","uuid"]}
@@ -0,0 +1,2 @@
1
+ "use strict";var httpui=(()=>{var g=Object.defineProperty;var s=Object.getOwnPropertyDescriptor;var l=Object.getOwnPropertyNames;var u=Object.prototype.hasOwnProperty;var a=(e,t)=>{for(var n in t)g(e,n,{get:t[n],enumerable:!0})},c=(e,t,n,o)=>{if(t&&typeof t=="object"||typeof t=="function")for(let r of l(t))!u.call(e,r)&&r!==n&&g(e,r,{get:()=>t[r],enumerable:!(o=s(t,r))||o.enumerable});return e};var i=e=>c(g({},"__esModule",{value:!0}),e);var d={};a(d,{default:()=>b});var b=()=>Object.assign(e=>(console.log("uuid",e),e),{get:()=>{}});return i(d);})();
2
+ //# sourceMappingURL=index.global.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/index.ts"],"sourcesContent":["// httpUI, https://httpui.com/\n// Copyright (C) Alex Morales, 2026\n// \n// Unless otherwise stated in particular files or directories, this software is free software.\n// You can redistribute it and/or modify it under the terms of the GNU Affero\n// General Public License as published by the Free Software Foundation, either\n// version 3 of the License, or (at your option) any later version.\n\nexport default () => { //TYPE\n return Object.assign(\n (uuid:string) => {\n console.log('uuid', uuid);\n\n return uuid;\n },\n {\n get:() => {}\n // ...\n }\n );\n};\n"],"mappings":"0bAAA,IAAAA,EAAA,GAAAC,EAAAD,EAAA,aAAAE,IAQA,IAAOA,EAAQ,IACN,OAAO,OACXC,IACC,QAAQ,IAAI,OAAQA,CAAI,EAEjBA,GAET,CACE,IAAI,IAAM,CAAC,CAEb,CACF","names":["index_exports","__export","index_default","uuid"]}
package/package.json CHANGED
@@ -2,6 +2,7 @@
2
2
  "author": "Alex Morales, httpUI",
3
3
  "description": "httpUI",
4
4
  "devDependencies": {
5
+ "tsup": "^8.5.1",
5
6
  "typescript": "^5.9.3"
6
7
  },
7
8
  "files": [
@@ -9,18 +10,18 @@
9
10
  ],
10
11
  "keywords": [],
11
12
  "license": "AGPL-3.0",
12
- "main": "dist/index.js",
13
+ "main": "dist/index.esm.js",
13
14
  "name": "@httpui/typescript",
14
15
  "repository": {
15
16
  "type": "git",
16
17
  "url": "git+https://github.com/httpui/httpui.git"
17
18
  },
18
19
  "scripts": {
19
- "build": "tsc",
20
+ "build": "tsup",
20
21
  "clean": "rm -rf dist",
21
22
  "prepublishOnly": "npm run build"
22
23
  },
23
24
  "type": "module",
24
25
  "types": "dist/index.d.ts",
25
- "version": "0.0.17"
26
+ "version": "0.0.18"
26
27
  }
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAQA,eAAO,MAAM,MAAM,cAAgC,CAAC"}
package/dist/index.js DELETED
@@ -1,9 +0,0 @@
1
- // httpUI, https://httpui.com/
2
- // Copyright (C) Alex Morales, 2026
3
- //
4
- // Unless otherwise stated in particular files or directories, this software is free software.
5
- // You can redistribute it and/or modify it under the terms of the GNU Affero
6
- // General Public License as published by the Free Software Foundation, either
7
- // version 3 of the License, or (at your option) any later version.
8
- export const httpUI = () => 'httpui.com 1771085982';
9
- //# sourceMappingURL=index.js.map
package/dist/index.js.map DELETED
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,8BAA8B;AAC9B,mCAAmC;AACnC,GAAG;AACH,8FAA8F;AAC9F,6EAA6E;AAC7E,8EAA8E;AAC9E,mEAAmE;AAEnE,MAAM,CAAC,MAAM,MAAM,GAAG,GAAG,EAAE,CAAC,uBAAuB,CAAC"}