@ncim/sdk 0.1.0 → 0.2.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.
@@ -1,24 +1,2 @@
1
- import * as core from '@libs/core';
2
- export { core as NcimCore };
3
- import * as uiComponents from '@libs/ui-components';
4
- export { uiComponents as NcimUI };
5
- import * as sharedState from '@libs/shared-state';
6
- export { sharedState as NcimState };
7
- import * as features from '@libs/features';
8
- export { features as NcimFeatures };
9
-
10
- /**
11
- * @ncim/sdk
12
- *
13
- * Wraps and re-exports all four internal ncim libraries as namespaced exports.
14
- * Import from the namespace that corresponds to the lib you need:
15
- *
16
- * import { NcimCore, NcimUI, NcimState, NcimFeatures } from '@ncim/sdk';
17
- * const { AuthService } = NcimCore;
18
- * const { NcimButton } = NcimUI;
19
- */
20
-
21
- /**
22
- * Generated bundle index. Do not edit.
23
- */
1
+ export { i as NcimCore, d as NcimFeatures, e as NcimState, f as NcimUI } from './ncim-sdk-ncim-sdk-DPJwZ1er.mjs';
24
2
  //# sourceMappingURL=ncim-sdk.mjs.map
@@ -1 +1 @@
1
- {"version":3,"file":"ncim-sdk.mjs","sources":["../../../../libs/ncim-sdk/src/index.ts","../../../../libs/ncim-sdk/src/ncim-sdk.ts"],"sourcesContent":["/**\n * @ncim/sdk\n *\n * Wraps and re-exports all four internal ncim libraries as namespaced exports.\n * Import from the namespace that corresponds to the lib you need:\n *\n * import { NcimCore, NcimUI, NcimState, NcimFeatures } from '@ncim/sdk';\n * const { AuthService } = NcimCore;\n * const { NcimButton } = NcimUI;\n */\nexport * as NcimCore from '@libs/core';\nexport * as NcimUI from '@libs/ui-components';\nexport * as NcimState from '@libs/shared-state';\nexport * as NcimFeatures from '@libs/features';\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './index';\n"],"names":[],"mappings":";;;;;;;;;AAAA;;;;;;;;;AASG;;ACTH;;AAEG"}
1
+ {"version":3,"file":"ncim-sdk.mjs","sources":[],"sourcesContent":[],"names":[],"mappings":""}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ncim/sdk",
3
- "version": "0.1.0",
3
+ "version": "0.2.0",
4
4
  "description": "ncim Compliance Dashboard — publishable SDK wrapping core, ui-components, shared-state, and features libraries",
5
5
  "keywords": [
6
6
  "angular",