@rawdash/connector-klaviyo 0.21.0 → 0.21.1

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 (1) hide show
  1. package/package.json +3 -3
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rawdash/connector-klaviyo",
3
- "version": "0.21.0",
3
+ "version": "0.21.1",
4
4
  "description": "Rawdash connector for Klaviyo — syncs campaigns, flows, lists, and segments from the Klaviyo REST API into the six-shape storage model",
5
5
  "license": "Apache-2.0",
6
6
  "type": "module",
@@ -24,7 +24,7 @@
24
24
  },
25
25
  "dependencies": {
26
26
  "zod": "^4.4.3",
27
- "@rawdash/core": "0.21.0"
27
+ "@rawdash/core": "0.21.1"
28
28
  },
29
29
  "devDependencies": {
30
30
  "fast-check": "^4.8.0",
@@ -32,7 +32,7 @@
32
32
  "typescript": "^5.7.2",
33
33
  "vitest": "^4.1.4",
34
34
  "@rawdash/connector-shared": "0.3.1",
35
- "@rawdash/connector-test-utils": "0.0.8"
35
+ "@rawdash/connector-test-utils": "0.0.9"
36
36
  },
37
37
  "scripts": {
38
38
  "build": "tsup",