@paroicms/public-server-lib 0.35.0 → 0.35.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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@paroicms/public-server-lib",
3
- "version": "0.35.0",
3
+ "version": "0.35.1",
4
4
  "description": "Common utilitaries for paroicms plugins (backend side).",
5
5
  "author": "Paroi Team",
6
6
  "repository": {
@@ -137,6 +137,7 @@ export type PluginLiquidFilterHandler = (
137
137
  export type PluginLiquidTagReturnsVarHandler = (
138
138
  service: PluginRenderingService,
139
139
  parameters: { [key: string]: unknown },
140
+ options: { variableName: string },
140
141
  ) => Generator;
141
142
 
142
143
  export type PluginLiquidTagReturnsHtmlHandler = (