cdp-lite-sdk 0.1.6 → 0.1.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.
- package/README.md +1 -1
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -218,7 +218,7 @@ const cdp = new CdpLiteSdk({
|
|
|
218
218
|
});
|
|
219
219
|
```
|
|
220
220
|
|
|
221
|
-
**📖 See [SECURITY.md](SECURITY.md) for complete security documentation.**
|
|
221
|
+
**📖 See [SECURITY.md](https://gitlab.ovp.vn/dlc/vc-cdp-sdk/blob/master/sdk-js/SECURITY.md) for complete security documentation.**
|
|
222
222
|
|
|
223
223
|
---
|
|
224
224
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "cdp-lite-sdk",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.8",
|
|
4
4
|
"description": "CDP Lite SDK for tracking events and users - Customer Data Platform",
|
|
5
5
|
"main": "dist/index.cjs.js",
|
|
6
6
|
"module": "dist/index.esm.js",
|
|
@@ -37,7 +37,7 @@
|
|
|
37
37
|
"license": "MIT",
|
|
38
38
|
"repository": {
|
|
39
39
|
"type": "git",
|
|
40
|
-
"url": "https://
|
|
40
|
+
"url": "https://vietcredit.com.vn"
|
|
41
41
|
},
|
|
42
42
|
"devDependencies": {
|
|
43
43
|
"@rollup/plugin-commonjs": "^25.0.8",
|