@vankyle/storage-cloudflare 0.1.0 → 0.2.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.
@@ -1,4 +1,4 @@
1
- import { type IStorage, type StorageCapabilities, type PutObjectInput, type PutObjectResult, type GetObjectInput, type GetObjectResult, type HeadObjectInput, type HeadObjectResult, type DeleteObjectInput, type InitUploadSessionInput, type InitUploadSessionResult, type UploadPartInput, type UploadPartResult, type CompleteUploadSessionInput, type CompleteUploadSessionResult, type AbortUploadSessionInput } from "@vankyle-hub/storage-core";
1
+ import { type IStorage, type StorageCapabilities, type PutObjectInput, type PutObjectResult, type GetObjectInput, type GetObjectResult, type HeadObjectInput, type HeadObjectResult, type DeleteObjectInput, type InitUploadSessionInput, type InitUploadSessionResult, type UploadPartInput, type UploadPartResult, type CompleteUploadSessionInput, type CompleteUploadSessionResult, type AbortUploadSessionInput } from "@vankyle/storage-core";
2
2
  export declare class R2BindingStorage implements IStorage {
3
3
  readonly provider: "r2-binding";
4
4
  readonly capabilities: StorageCapabilities;
@@ -1,5 +1,5 @@
1
- import { StorageProvider, } from "@vankyle-hub/storage-core";
2
- import { StorageObjectNotFoundError, } from "@vankyle-hub/storage-shared";
1
+ import { StorageProvider, } from "@vankyle/storage-core";
2
+ import { StorageObjectNotFoundError, } from "@vankyle/storage-shared";
3
3
  export class R2BindingStorage {
4
4
  provider = StorageProvider.R2Binding;
5
5
  capabilities = {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vankyle/storage-cloudflare",
3
- "version": "0.1.0",
3
+ "version": "0.2.3",
4
4
  "description": "Cloudflare R2 Binding and D1 adapters for vankyle-storage.",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",
@@ -31,10 +31,10 @@
31
31
  "homepage": "https://github.com/Vankyle-Hub/storage-ts",
32
32
  "packageManager": "pnpm@10.28.2",
33
33
  "dependencies": {
34
- "@vankyle/storage-core": "0.1.0",
35
- "@vankyle/storage-shared": "0.1.0",
34
+ "@vankyle/storage-core": "0.2.3",
35
+ "@vankyle/storage-shared": "0.2.3",
36
36
  "@cloudflare/workers-types": "^4.20260310.1",
37
- "kysely": "^0.28.2"
37
+ "kysely": "^0.28.12"
38
38
  },
39
39
  "publishConfig": {
40
40
  "access": "public"