@masters-union/union-stack 0.3.17 → 0.3.18

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,7 +1,7 @@
1
1
  'use strict';
2
2
 
3
- var chunk4645KBSE_cjs = require('./chunk-4645KBSE.cjs');
4
- require('./chunk-PVM2ZX45.cjs');
3
+ var chunk7LKSR4EY_cjs = require('./chunk-7LKSR4EY.cjs');
4
+ require('./chunk-4DBTQE3U.cjs');
5
5
  require('./chunk-TQDC5KIC.cjs');
6
6
  var React3 = require('react');
7
7
 
@@ -28,7 +28,7 @@ var React3__namespace = /*#__PURE__*/_interopNamespace(React3);
28
28
  var UnionStackContext = React3__namespace.createContext(null);
29
29
  function UnionStackProvider({ children, ...cfg }) {
30
30
  const client = React3__namespace.useMemo(
31
- () => new chunk4645KBSE_cjs.UnionStackClient(cfg),
31
+ () => new chunk7LKSR4EY_cjs.UnionStackClient(cfg),
32
32
  // eslint-disable-next-line react-hooks/exhaustive-deps
33
33
  [cfg.apiKey, cfg.chunkSize]
34
34
  );
package/dist/react.js CHANGED
@@ -1,5 +1,5 @@
1
- import { UnionStackClient } from './chunk-QQFNG3ZF.js';
2
- import './chunk-RYS4MXXL.js';
1
+ import { UnionStackClient } from './chunk-KFGLJY75.js';
2
+ import './chunk-VDOTBC6Y.js';
3
3
  import './chunk-G2H5WZDV.js';
4
4
  import * as React3 from 'react';
5
5
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@masters-union/union-stack",
3
- "version": "0.3.17",
3
+ "version": "0.3.18",
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",