kc-sdk 6.8.10906 → 6.8.11387

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/package.json CHANGED
@@ -1,31 +1,31 @@
1
- {
2
- "name": "kc-sdk",
3
- "version": "6.8.10906",
4
- "description": "Knowledge Components SDK",
5
- "exports": {
6
- ".": "./src/assets/sdk/kc-sdk.js",
7
- "./kc-sdk-support": "./src/assets/sdk/kc-sdk-support.js"
8
- },
9
- "publishConfig": {
10
- "registry": "https://registry.npmjs.org"
11
- },
12
- "repository": {
13
- "type": "git",
14
- "url": "https://github.com/Optum/KnowledgeComponentsSDK.git"
15
- },
16
- "dependencies": {},
17
- "devDependencies": {},
18
- "scripts": {
19
- "test": "echo \"Error: no test specified\" && exit 1"
20
- },
21
- "author": "Pelland, Michael",
22
- "contributors": [
23
- "Pelland, Michael"
24
- ],
25
- "bugs": "https://github.com/Optum/KnowledgeComponentsSDK/issues",
26
- "keywords": [
27
- "Coding",
28
- "Reimbursement"
29
- ],
30
- "license": ""
31
- }
1
+ {
2
+ "name": "kc-sdk",
3
+ "version": "6.8.11387",
4
+ "description": "Knowledge Components SDK",
5
+ "exports": {
6
+ ".": "./src/assets/sdk/kc-sdk.js",
7
+ "./kc-sdk-support": "./src/assets/sdk/kc-sdk-support.js"
8
+ },
9
+ "publishConfig": {
10
+ "registry": "https://registry.npmjs.org"
11
+ },
12
+ "repository": {
13
+ "type": "git",
14
+ "url": "https://github.com/Optum/KnowledgeComponentsSDK.git"
15
+ },
16
+ "dependencies": {},
17
+ "devDependencies": {},
18
+ "scripts": {
19
+ "test": "echo \"Error: no test specified\" && exit 1"
20
+ },
21
+ "author": "Pelland, Michael",
22
+ "contributors": [
23
+ "Pelland, Michael"
24
+ ],
25
+ "bugs": "https://github.com/Optum/KnowledgeComponentsSDK/issues",
26
+ "keywords": [
27
+ "Coding",
28
+ "Reimbursement"
29
+ ],
30
+ "license": ""
31
+ }
@@ -215,17 +215,17 @@ License: "Apache-2.0"
215
215
  Package: tslib
216
216
  License: "0BSD"
217
217
 
218
- Copyright (c) Microsoft Corporation.
219
-
220
- Permission to use, copy, modify, and/or distribute this software for any
221
- purpose with or without fee is hereby granted.
222
-
223
- THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
224
- REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
225
- AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
226
- INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
227
- LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
228
- OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
218
+ Copyright (c) Microsoft Corporation.
219
+
220
+ Permission to use, copy, modify, and/or distribute this software for any
221
+ purpose with or without fee is hereby granted.
222
+
223
+ THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
224
+ REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
225
+ AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
226
+ INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
227
+ LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
228
+ OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
229
229
  PERFORMANCE OF THIS SOFTWARE.
230
230
  --------------------------------------------------------------------------------
231
231
  Package: @angular/common
@@ -1,8 +1,8 @@
1
- var kcSdkConfig = {
2
- mreServiceBase: 'https://test.kc-np.o360.cloud/Handlers/saml2.ashx',
3
- mreBaseUrl: 'https://www.medicalreferenceengine.com/mre/',
4
- tokenServer: '/Token/token/',
5
- url: '/',
6
- appName: 'kcApp',
7
- secret: ''
8
- };
1
+ var kcSdkConfig = {
2
+ mreServiceBase: 'https://test.kc-np.o360.cloud/Handlers/saml2.ashx',
3
+ mreBaseUrl: 'https://www.medicalreferenceengine.com/mre/',
4
+ tokenServer: '/Token/token/',
5
+ url: '/',
6
+ appName: 'kcApp',
7
+ secret: ''
8
+ };
@@ -1,8 +1,8 @@
1
- {
2
- "mreServiceBase": "https://test.kc-np.o360.cloud/Handlers/saml2.ashx",
3
- "mreBaseUrl": "https://www.medicalreferenceengine.com/mre/",
4
- "tokenServer": "/Token/token/",
5
- "url": "/",
6
- "appName": "kcApp",
7
- "secret": ""
8
- }
1
+ {
2
+ "mreServiceBase": "https://test.kc-np.o360.cloud/Handlers/saml2.ashx",
3
+ "mreBaseUrl": "https://www.medicalreferenceengine.com/mre/",
4
+ "tokenServer": "/Token/token/",
5
+ "url": "/",
6
+ "appName": "kcApp",
7
+ "secret": ""
8
+ }