@httpui/typescript 0.0.1 → 0.0.3
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.
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +8 -1
- package/dist/index.js.map +1 -1
- package/package.json +5 -1
package/dist/index.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAQA,eAAO,MAAM,MAAM,cAAgC,CAAC"}
|
package/dist/index.js
CHANGED
|
@@ -1,2 +1,9 @@
|
|
|
1
|
-
|
|
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';
|
|
2
9
|
//# sourceMappingURL=index.js.map
|
package/dist/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,MAAM,CAAC,MAAM,MAAM,GAAG,GAAG,EAAE,CAAC,
|
|
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"}
|
package/package.json
CHANGED
|
@@ -11,6 +11,10 @@
|
|
|
11
11
|
"license": "AGPL-3.0",
|
|
12
12
|
"main": "dist/index.js",
|
|
13
13
|
"name": "@httpui/typescript",
|
|
14
|
+
"repository": {
|
|
15
|
+
"type": "git",
|
|
16
|
+
"url": "https://github.com/httpui/httpui.git"
|
|
17
|
+
},
|
|
14
18
|
"scripts": {
|
|
15
19
|
"build": "tsc",
|
|
16
20
|
"clean": "rm -rf dist",
|
|
@@ -18,5 +22,5 @@
|
|
|
18
22
|
},
|
|
19
23
|
"type": "module",
|
|
20
24
|
"types": "dist/index.d.ts",
|
|
21
|
-
"version": "0.0.
|
|
25
|
+
"version": "0.0.3"
|
|
22
26
|
}
|