@pexip-engage-public/plugin
Advanced tools
Comparing version 1.0.5 to 1.0.6-canary-20231117091003
# @pexip-engage-public/plugin | ||
## 1.0.6-canary-20231117091003 | ||
### Patch Changes | ||
- 45eadc558: SKED-11667/turnstile | ||
## 1.0.5 | ||
@@ -4,0 +10,0 @@ |
@@ -16,2 +16,4 @@ import { isValidConfiguration } from "../configuration-parser-legacy/utils.js"; | ||
decode(jsConfig) { | ||
if (!jsConfig) | ||
return {}; | ||
try { | ||
@@ -18,0 +20,0 @@ if (!isValidConfiguration(jsConfig)) |
{ | ||
"name": "@pexip-engage-public/plugin", | ||
"version": "1.0.5", | ||
"version": "1.0.6-canary-20231117091003", | ||
"homepage": "https://github.com/skedify/frontend-mono/tree/develop/apps/plugin-remix/packages/plugin-public#readme", | ||
@@ -5,0 +5,0 @@ "bugs": { |
@@ -21,2 +21,4 @@ import type { PluginConfiguration } from "../configuration/PluginConfiguration.current.js"; | ||
decode(jsConfig?: unknown): PluginConfiguration { | ||
if (!jsConfig) return {}; | ||
try { | ||
@@ -23,0 +25,0 @@ if (!isValidConfiguration(jsConfig)) |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
373421
7051
2