@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 CHANGED
@@ -1,5 +1,4 @@
1
1
  //#region src/index.d.ts
2
2
  declare function fn(): string;
3
3
  //#endregion
4
- export { fn };
5
- //# sourceMappingURL=index.d.mts.map
4
+ export { fn };
package/dist/index.mjs CHANGED
@@ -4,5 +4,3 @@ function fn() {
4
4
  }
5
5
  //#endregion
6
6
  export { fn };
7
-
8
- //# sourceMappingURL=index.mjs.map
package/package.json CHANGED
@@ -1,21 +1,26 @@
1
1
  {
2
2
  "name": "@hvn-oss/storage",
3
- "version": "0.0.2",
4
- "description": "A starter for creating a TypeScript package.",
5
- "homepage": "https://github.com/author/library#readme",
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/author/library/issues"
7
+ "url": "https://github.com/hvn-oss/storage/issues"
8
8
  },
9
9
  "license": "MIT",
10
- "author": "Author Name <author.name@mail.com>",
10
+ "author": "Daniel Fakunle <danielofakunle@yahoo.com>",
11
11
  "repository": {
12
12
  "type": "git",
13
- "url": "git+https://github.com/author/library.git"
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": "^25.6.2",
28
- "@typescript/native-preview": "7.0.0-dev.20260509.2",
32
+ "@types/node": "^26.1.1",
29
33
  "bumpp": "^11.1.0",
30
- "typescript": "^6.0.3",
31
- "vite-plus": "latest",
32
- "@hvn-oss/tsconfig": "0.0.0"
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",
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.d.mts","names":[],"sources":["../src/index.ts"],"mappings":";iBAAgB,EAAA"}
@@ -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"}