@rudderhq/plugin-sdk 0.2.10-canary.21 → 0.2.10-canary.22
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/package.json +2 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@rudderhq/plugin-sdk",
|
|
3
|
-
"version": "0.2.10-canary.
|
|
3
|
+
"version": "0.2.10-canary.22",
|
|
4
4
|
"description": "Stable public API for Rudder plugins — worker-side context and UI bridge hooks",
|
|
5
5
|
"license": "SEE LICENSE IN LICENSE",
|
|
6
6
|
"homepage": "https://github.com/Undertone0809/rudder",
|
|
@@ -116,7 +116,7 @@
|
|
|
116
116
|
"dev:server": "tsx src/dev-cli.ts"
|
|
117
117
|
},
|
|
118
118
|
"dependencies": {
|
|
119
|
-
"@rudderhq/shared": "0.2.10-canary.
|
|
119
|
+
"@rudderhq/shared": "0.2.10-canary.22",
|
|
120
120
|
"zod": "^3.25.76"
|
|
121
121
|
},
|
|
122
122
|
"devDependencies": {
|