@cranberry-money/shared-constants 3.0.2 → 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 +0 -16
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +2 -18
- package/package.json +2 -2
package/dist/index.d.ts
CHANGED
|
@@ -1,17 +1 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Centralized export of all shared constants
|
|
3
|
-
*/
|
|
4
|
-
export * from './common';
|
|
5
|
-
export * from './time';
|
|
6
|
-
export * from './currency';
|
|
7
|
-
export * from './http';
|
|
8
|
-
export * from './validation';
|
|
9
|
-
export * from './allocation';
|
|
10
|
-
export * from './transactions';
|
|
11
|
-
export * from './accounts';
|
|
12
|
-
export * from './portfolios';
|
|
13
|
-
export * from './jobs';
|
|
14
|
-
export * from './trades';
|
|
15
|
-
export * from './withdrawals';
|
|
16
|
-
export * from './ui';
|
|
17
1
|
//# sourceMappingURL=index.d.ts.map
|
package/dist/index.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":""}
|
package/dist/index.js
CHANGED
|
@@ -1,18 +1,2 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
*/
|
|
4
|
-
// Re-export shared constants
|
|
5
|
-
export * from './common';
|
|
6
|
-
export * from './time';
|
|
7
|
-
export * from './currency';
|
|
8
|
-
export * from './http';
|
|
9
|
-
export * from './validation';
|
|
10
|
-
export * from './allocation';
|
|
11
|
-
export * from './transactions';
|
|
12
|
-
export * from './accounts';
|
|
13
|
-
export * from './portfolios';
|
|
14
|
-
export * from './jobs';
|
|
15
|
-
export * from './trades';
|
|
16
|
-
export * from './withdrawals';
|
|
17
|
-
// Re-export UI constants
|
|
18
|
-
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-constants",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "4.0.0",
|
|
4
4
|
"description": "Shared constants 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-constants"
|
|
45
45
|
}
|
|
46
|
-
}
|
|
46
|
+
}
|