@masters-union/union-stack 0.3.3 → 0.3.5

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/react.cjs CHANGED
@@ -1,6 +1,6 @@
1
1
  'use strict';
2
2
 
3
- var chunkQNU6GP55_cjs = require('./chunk-QNU6GP55.cjs');
3
+ var chunkHDI26HSZ_cjs = require('./chunk-HDI26HSZ.cjs');
4
4
  var React3 = require('react');
5
5
 
6
6
  function _interopNamespace(e) {
@@ -26,7 +26,7 @@ var React3__namespace = /*#__PURE__*/_interopNamespace(React3);
26
26
  var UnionStackContext = React3__namespace.createContext(null);
27
27
  function UnionStackProvider({ children, ...cfg }) {
28
28
  const client = React3__namespace.useMemo(
29
- () => new chunkQNU6GP55_cjs.UnionStackClient(cfg),
29
+ () => new chunkHDI26HSZ_cjs.UnionStackClient(cfg),
30
30
  // eslint-disable-next-line react-hooks/exhaustive-deps
31
31
  [cfg.apiKey, cfg.chunkSize]
32
32
  );
package/dist/react.js CHANGED
@@ -1,4 +1,4 @@
1
- import { UnionStackClient } from './chunk-NGCMFOZO.js';
1
+ import { UnionStackClient } from './chunk-ZUVGFBHM.js';
2
2
  import * as React3 from 'react';
3
3
 
4
4
  var UnionStackContext = React3.createContext(null);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@masters-union/union-stack",
3
- "version": "0.3.3",
3
+ "version": "0.3.5",
4
4
  "description": "UnionStack — file upload SDK. Direct-to-R2 multipart uploads with a small client surface.",
5
5
  "type": "module",
6
6
  "main": "./dist/index.cjs",