@kywi-software/js 0.2.1 → 0.3.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 +1 -1
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -5,7 +5,7 @@ transparency badge), A/B experiment exposure/conversion beacons, the
5
5
  self-ID widget, and content-form hooks. It reads a small JSON context that
6
6
  `@kywi-software/core`'s server-rendered pages embed in the page, then patches
7
7
  the DOM client-side. See the
8
- [root README](https://github.com/kywi-software/kywi#readme) for how it fits
8
+ [root README](https://github.com/Kywi-Software/kywi-cms#readme) for how it fits
9
9
  into the rest of Kywi.
10
10
 
11
11
  This package ships two builds from the same source
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kywi-software/js",
3
- "version": "0.2.1",
3
+ "version": "0.3.0",
4
4
  "description": "Kywi CMS browser runtime — audience personalization, experiments, forms, and feed rendering for the public site (loaded as kywi.js).",
5
5
  "type": "module",
6
6
  "license": "AGPL-3.0-only",
@@ -38,7 +38,7 @@
38
38
  "tsx": "^4.7.0",
39
39
  "typescript": "^5.5.0",
40
40
  "vitest": "^1.6.0",
41
- "@kywi-software/core": "0.2.1"
41
+ "@kywi-software/core": "0.3.0"
42
42
  },
43
43
  "scripts": {
44
44
  "build": "tsc --emitDeclarationOnly && tsx build.ts",