@hvn-oss/storage 0.0.2 → 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.mts +1 -2
- package/dist/index.mjs +0 -2
- package/package.json +15 -11
- package/dist/index.d.mts.map +0 -1
- package/dist/index.mjs.map +0 -1
package/dist/index.d.mts
CHANGED
package/dist/index.mjs
CHANGED
package/package.json
CHANGED
|
@@ -1,21 +1,26 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@hvn-oss/storage",
|
|
3
|
-
"version": "0.0.
|
|
4
|
-
"description": "
|
|
5
|
-
"homepage": "https://github.com/
|
|
3
|
+
"version": "0.0.3",
|
|
4
|
+
"description": "Type-safe uploads for S3-compatible object storage.",
|
|
5
|
+
"homepage": "https://github.com/hvn-oss/storage#readme",
|
|
6
6
|
"bugs": {
|
|
7
|
-
"url": "https://github.com/
|
|
7
|
+
"url": "https://github.com/hvn-oss/storage/issues"
|
|
8
8
|
},
|
|
9
9
|
"license": "MIT",
|
|
10
|
-
"author": "
|
|
10
|
+
"author": "Daniel Fakunle <danielofakunle@yahoo.com>",
|
|
11
11
|
"repository": {
|
|
12
12
|
"type": "git",
|
|
13
|
-
"url": "
|
|
13
|
+
"url": "github:hvn-oss/storage",
|
|
14
|
+
"directory": "packages/storage"
|
|
14
15
|
},
|
|
15
16
|
"files": [
|
|
16
17
|
"dist"
|
|
17
18
|
],
|
|
18
19
|
"type": "module",
|
|
20
|
+
"imports": {
|
|
21
|
+
"#/*": "./src/*",
|
|
22
|
+
"#tests/*": "./tests/*"
|
|
23
|
+
},
|
|
19
24
|
"exports": {
|
|
20
25
|
".": "./dist/index.mjs",
|
|
21
26
|
"./package.json": "./package.json"
|
|
@@ -24,12 +29,11 @@
|
|
|
24
29
|
"access": "public"
|
|
25
30
|
},
|
|
26
31
|
"devDependencies": {
|
|
27
|
-
"@types/node": "^
|
|
28
|
-
"@typescript/native-preview": "7.0.0-dev.20260509.2",
|
|
32
|
+
"@types/node": "^26.1.1",
|
|
29
33
|
"bumpp": "^11.1.0",
|
|
30
|
-
"typescript": "^
|
|
31
|
-
"vite
|
|
32
|
-
"
|
|
34
|
+
"typescript": "^7.0.2",
|
|
35
|
+
"vite": "npm:@voidzero-dev/vite-plus-core@0.2.4",
|
|
36
|
+
"vite-plus": "0.2.4"
|
|
33
37
|
},
|
|
34
38
|
"scripts": {
|
|
35
39
|
"build": "vp pack",
|
package/dist/index.d.mts.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.mts","names":[],"sources":["../src/index.ts"],"mappings":";iBAAgB,EAAA"}
|
package/dist/index.mjs.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.mjs","names":[],"sources":["../src/index.ts"],"sourcesContent":["export function fn() {\n return \"Hello, tsdown!\";\n}\n"],"mappings":";AAAA,SAAgB,KAAK;CACnB,OAAO;AACT"}
|