secure-upload-fastify-sdk 1.0.3 → 1.0.4

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 +1 @@
1
- {"version":3,"file":"multipart.d.ts","sourceRoot":"","sources":["../../../src/server/routes/multipart.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;;;GAiBG;AAIH,OAAO,KAAK,EAAE,eAAe,EAAgC,MAAM,SAAS,CAAC;AAW7E,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,UAAU,CAAC;AA2EpD,wBAAsB,uBAAuB,CAC3C,GAAG,EAAE,eAAe,EACpB,EAAE,EAAE,mBAAmB,GACtB,OAAO,CAAC,IAAI,CAAC,CAoff"}
1
+ {"version":3,"file":"multipart.d.ts","sourceRoot":"","sources":["../../../src/server/routes/multipart.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;;;GAiBG;AAIH,OAAO,KAAK,EAAE,eAAe,EAAgC,MAAM,SAAS,CAAC;AAW7E,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,UAAU,CAAC;AA2EpD,wBAAsB,uBAAuB,CAC3C,GAAG,EAAE,eAAe,EACpB,EAAE,EAAE,mBAAmB,GACtB,OAAO,CAAC,IAAI,CAAC,CAsff"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "secure-upload-fastify-sdk",
3
- "version": "1.0.3",
3
+ "version": "1.0.4",
4
4
  "description": "Fastify plugin SDK for resumable / multipart / smart uploads. Pluggable storage (Local / S3 / OSS / COS), pluggable repository (Prisma or custom), optional bridge to secure-crypto-top-zod-sdk.",
5
5
  "main": "./dist/server/index.js",
6
6
  "module": "./dist/server/index.mjs",