@cranberry-money/shared-types 3.0.5 → 4.0.0

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.d.ts CHANGED
@@ -1,14 +1 @@
1
- /**
2
- * Centralized export of all shared types
3
- * Clean re-export pattern for organized type management
4
- */
5
- export * from './trading-filters';
6
- export * from './validation';
7
- export * from './components';
8
- export * from './instruments';
9
- export * from './navigation';
10
- export * from './auth';
11
- export * from './portfolio';
12
- export * from './auth-validation';
13
- export * from './ui';
14
1
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA;;;GAGG;AAGH,cAAc,mBAAmB,CAAC;AAClC,cAAc,cAAc,CAAC;AAC7B,cAAc,cAAc,CAAC;AAC7B,cAAc,eAAe,CAAC;AAC9B,cAAc,cAAc,CAAC;AAC7B,cAAc,QAAQ,CAAC;AACvB,cAAc,aAAa,CAAC;AAC5B,cAAc,mBAAmB,CAAC;AAClC,cAAc,MAAM,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":""}
package/dist/index.js CHANGED
@@ -1,14 +1,2 @@
1
- /**
2
- * Centralized export of all shared types
3
- * Clean re-export pattern for organized type management
4
- */
5
- // Re-export all shared types
6
- export * from './trading-filters';
7
- export * from './validation';
8
- export * from './components';
9
- export * from './instruments';
10
- export * from './navigation';
11
- export * from './auth';
12
- export * from './portfolio';
13
- export * from './auth-validation';
14
- export * from './ui';
1
+ "use strict";
2
+ // Placeholder for package
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cranberry-money/shared-types",
3
- "version": "3.0.5",
3
+ "version": "4.0.0",
4
4
  "description": "Shared TypeScript type definitions for MyPortfolio platform",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -43,4 +43,4 @@
43
43
  "url": "git+https://github.com/your-org/cranberry.git",
44
44
  "directory": "packages/shared-types"
45
45
  }
46
- }
46
+ }