gdc-sdk-node-ts 0.6.7 → 0.6.8

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.
Files changed (2) hide show
  1. package/README.md +2 -2
  2. package/package.json +3 -3
package/README.md CHANGED
@@ -46,7 +46,7 @@ If you are integrating this package for the first time, open these in order:
46
46
  permissions, invitation, import, and SMART flows.
47
47
  6. [gdc-common-utils-ts/src/examples/](https://github.com/Global-DataCare/gdc-common-utils-ts/tree/main/src/examples)
48
48
  Shared payload values used by the docs and tests.
49
- 7. [gdc-common-utils-ts/docs/LIFECYCLE_101.md](https://github.com/Global-DataCare/gdc-common-utils-ts/blob/main/docs/LIFECYCLE_101.md)
49
+ 7. [gdc-common-utils-ts/docs/101-LIFECYCLE.md](https://github.com/Global-DataCare/gdc-common-utils-ts/blob/main/docs/101-LIFECYCLE.md)
50
50
  Canonical `enable/disable/delete` semantics and copy/paste placeholders.
51
51
 
52
52
  If you need the shortest path:
@@ -403,7 +403,7 @@ Teaching rule:
403
403
  ## Shared Contract Sources
404
404
 
405
405
  - [gdc-sdk-core-ts/README.md](https://github.com/Global-DataCare/gdc-sdk-core-ts/blob/main/README.md)
406
- - [gdc-common-utils-ts/docs/CONSENT_ACCESS_101.md](https://github.com/Global-DataCare/gdc-common-utils-ts/blob/main/docs/CONSENT_ACCESS_101.md)
406
+ - [gdc-common-utils-ts/docs/101-CONSENT_ACCESS.md](https://github.com/Global-DataCare/gdc-common-utils-ts/blob/main/docs/101-CONSENT_ACCESS.md)
407
407
 
408
408
  Reusable payload examples:
409
409
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "gdc-sdk-node-ts",
3
- "version": "0.6.7",
3
+ "version": "0.6.8",
4
4
  "description": "Next-generation Node runtime package for the GDC SDK family",
5
5
  "license": "Apache-2.0",
6
6
  "author": "Antifraud Services Inc.",
@@ -17,8 +17,8 @@
17
17
  "test:e2e:live-gw": "npm run build && RUN_LIVE_GW_E2E=1 node --test tests/live-gw-node-runtime.e2e.test.mjs"
18
18
  },
19
19
  "dependencies": {
20
- "gdc-common-utils-ts": "^1.14.14",
21
- "gdc-sdk-core-ts": "^0.6.12"
20
+ "gdc-common-utils-ts": "^1.14.15",
21
+ "gdc-sdk-core-ts": "^0.6.14"
22
22
  },
23
23
  "devDependencies": {
24
24
  "@types/node": "^20.14.10",