@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.
Files changed (2) hide show
  1. package/README.md +3 -3
  2. package/package.json +4 -4
package/README.md CHANGED
@@ -11,7 +11,7 @@
11
11
 
12
12
  [![GitHub stars](https://img.shields.io/github/stars/c15t/c15t?style=flat-square)](https://github.com/c15t/c15t)
13
13
  [![CI](https://img.shields.io/github/actions/workflow/status/c15t/c15t/ci.yml?style=flat-square)](https://github.com/c15t/c15t/actions/workflows/ci.yml)
14
- [![License](https://img.shields.io/badge/license-GPL--3.0-blue.svg?style=flat-square)](https://github.com/c15t/c15t/blob/main/LICENSE.md)
14
+ [![License](https://img.shields.io/badge/license-Apache%202.0-blue.svg?style=flat-square)](https://github.com/c15t/c15t/blob/main/LICENSE.md)
15
15
  [![Discord](https://img.shields.io/discord/1312171102268690493?style=flat-square)](https://c15t.link/discord)
16
16
  [![npm version](https://img.shields.io/npm/v/%40c15t%2Fnode-sdk?style=flat-square)](https://www.npmjs.com/package/@c15t/node-sdk)
17
17
  [![Top Language](https://img.shields.io/github/languages/top/c15t/c15t?style=flat-square)](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
- [GNU General Public License v3.0](https://github.com/c15t/c15t/blob/main/LICENSE.md)
285
+ [Apache License 2.0](https://github.com/c15t/c15t/blob/main/LICENSE.md)
286
286
 
287
287
  ---
288
288
 
289
- **Built with love by the [consent.io](https://www.consent.io?utm_source=github&utm_medium=repopage_%40c15t%2Fnode-sdk) team**
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-rc.8",
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": "GPL-3.0-only",
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-rc.8",
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-beta.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",