@tripsam/onboarding 1.0.31 → 1.0.33

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/index.cjs CHANGED
@@ -8,4 +8,4 @@ require('./chunk-75ZPJI57.cjs');
8
8
 
9
9
 
10
10
 
11
- exports.common = _chunkWAQCUSA4cjs.common_exports; exports.safari = _chunkUA37PBHOcjs.safari_exports;
11
+ exports.Common = _chunkWAQCUSA4cjs.common_exports; exports.Safari = _chunkUA37PBHOcjs.safari_exports;
package/dist/index.d.cts CHANGED
@@ -1,3 +1,3 @@
1
- export { i as safari } from './index-CJRaz6vd.cjs';
2
- export { i as common } from './index-Bv8ss_jR.cjs';
1
+ export { i as Safari } from './index-CJRaz6vd.cjs';
2
+ export { i as Common } from './index-Bv8ss_jR.cjs';
3
3
  import 'zod';
package/dist/index.d.ts CHANGED
@@ -1,3 +1,3 @@
1
- export { i as safari } from './index-CJRaz6vd.js';
2
- export { i as common } from './index-Bv8ss_jR.js';
1
+ export { i as Safari } from './index-CJRaz6vd.js';
2
+ export { i as Common } from './index-Bv8ss_jR.js';
3
3
  import 'zod';
package/dist/index.js CHANGED
@@ -6,6 +6,6 @@ import {
6
6
  } from "./chunk-7TGIS3OW.js";
7
7
  import "./chunk-MLKGABMK.js";
8
8
  export {
9
- common_exports as common,
10
- safari_exports as safari
9
+ common_exports as Common,
10
+ safari_exports as Safari
11
11
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tripsam/onboarding",
3
- "version": "1.0.31",
3
+ "version": "1.0.33",
4
4
  "type": "module",
5
5
  "main": "./dist/index.cjs",
6
6
  "module": "./dist/index.js",