@masters-union/union-stack 0.3.11 → 0.3.12

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 chunkNIO443GV_cjs = require('./chunk-NIO443GV.cjs');
4
- require('./chunk-NOAB2Q4B.cjs');
3
+ var chunk45FKUCRN_cjs = require('./chunk-45FKUCRN.cjs');
4
+ require('./chunk-BLZGF6JP.cjs');
5
5
  var React3 = require('react');
6
6
 
7
7
  function _interopNamespace(e) {
@@ -27,7 +27,7 @@ var React3__namespace = /*#__PURE__*/_interopNamespace(React3);
27
27
  var UnionStackContext = React3__namespace.createContext(null);
28
28
  function UnionStackProvider({ children, ...cfg }) {
29
29
  const client = React3__namespace.useMemo(
30
- () => new chunkNIO443GV_cjs.UnionStackClient(cfg),
30
+ () => new chunk45FKUCRN_cjs.UnionStackClient(cfg),
31
31
  // eslint-disable-next-line react-hooks/exhaustive-deps
32
32
  [cfg.apiKey, cfg.chunkSize]
33
33
  );
package/dist/react.js CHANGED
@@ -1,5 +1,5 @@
1
- import { UnionStackClient } from './chunk-SP4HHLZB.js';
2
- import './chunk-Z5PZQVST.js';
1
+ import { UnionStackClient } from './chunk-UPKEFUU6.js';
2
+ import './chunk-XGSFHZSI.js';
3
3
  import * as React3 from 'react';
4
4
 
5
5
  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.11",
3
+ "version": "0.3.12",
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",