@c15t/node-sdk 2.0.0-rc.8 → 2.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/README.md +3 -3
- package/package.json +4 -4
package/README.md
CHANGED
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
|
|
12
12
|
[](https://github.com/c15t/c15t)
|
|
13
13
|
[](https://github.com/c15t/c15t/actions/workflows/ci.yml)
|
|
14
|
-
[](https://github.com/c15t/c15t/blob/main/LICENSE.md)
|
|
15
15
|
[](https://c15t.link/discord)
|
|
16
16
|
[](https://www.npmjs.com/package/@c15t/node-sdk)
|
|
17
17
|
[](https://github.com/c15t/c15t)
|
|
@@ -282,8 +282,8 @@ Our preference is that you make use of GitHub's private vulnerability reporting
|
|
|
282
282
|
|
|
283
283
|
## License
|
|
284
284
|
|
|
285
|
-
[
|
|
285
|
+
[Apache License 2.0](https://github.com/c15t/c15t/blob/main/LICENSE.md)
|
|
286
286
|
|
|
287
287
|
---
|
|
288
288
|
|
|
289
|
-
**Built
|
|
289
|
+
**Built by [Inth](https://inth.com?utm_source=github&utm_medium=repopage_%40c15t%2Fnode-sdk)**
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@c15t/node-sdk",
|
|
3
|
-
"version": "2.0.0
|
|
3
|
+
"version": "2.0.0",
|
|
4
4
|
"description": "Official Node.js SDK for c15t. Connects to the Consent Engine to read and write consent records and preferences. TypeScript-first, simple APIs, built-in auth and retries.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"react",
|
|
@@ -25,7 +25,7 @@
|
|
|
25
25
|
"url": "https://github.com/c15t/c15t.git",
|
|
26
26
|
"directory": "packages/node-sdk"
|
|
27
27
|
},
|
|
28
|
-
"license": "
|
|
28
|
+
"license": "Apache-2.0",
|
|
29
29
|
"type": "module",
|
|
30
30
|
"exports": {
|
|
31
31
|
".": {
|
|
@@ -57,14 +57,14 @@
|
|
|
57
57
|
"test:watch": "vitest"
|
|
58
58
|
},
|
|
59
59
|
"dependencies": {
|
|
60
|
-
"@c15t/backend": "2.0.0
|
|
60
|
+
"@c15t/backend": "2.0.0",
|
|
61
61
|
"@orpc/client": "1.13.13",
|
|
62
62
|
"@orpc/contract": "1.13.13",
|
|
63
63
|
"@orpc/openapi-client": "^1.13.13",
|
|
64
64
|
"@orpc/server": "1.13.13"
|
|
65
65
|
},
|
|
66
66
|
"devDependencies": {
|
|
67
|
-
"@c15t/typescript-config": "0.0.1
|
|
67
|
+
"@c15t/typescript-config": "0.0.1",
|
|
68
68
|
"@c15t/vitest-config": "1.0.0",
|
|
69
69
|
"@electric-sql/pglite": "0.4.2",
|
|
70
70
|
"@libsql/kysely-libsql": "^0.4.1",
|