@pexip-engage-public/plugin
Advanced tools
Comparing version 1.0.6-canary-20231117105705 to 1.0.6
# @pexip-engage-public/plugin | ||
## 1.0.6-canary-20231117105705 | ||
## 1.0.6 | ||
### Patch Changes | ||
- 45eadc558: SKED-11667/turnstile | ||
- Updated dependencies [f5d29522b] | ||
- @pexip-engage-public/graphql@1.0.5 | ||
@@ -9,0 +10,0 @@ ## 1.0.5 |
@@ -16,4 +16,2 @@ import { isValidConfiguration } from "../configuration-parser-legacy/utils.js"; | ||
decode(jsConfig) { | ||
if (!jsConfig) | ||
return {}; | ||
try { | ||
@@ -20,0 +18,0 @@ if (!isValidConfiguration(jsConfig)) |
{ | ||
"name": "@pexip-engage-public/plugin", | ||
"version": "1.0.6-canary-20231117105705", | ||
"version": "1.0.6", | ||
"homepage": "https://github.com/skedify/frontend-mono/tree/develop/apps/plugin-remix/packages/plugin-public#readme", | ||
@@ -40,3 +40,3 @@ "bugs": { | ||
"zod": "^3.22.4", | ||
"@pexip-engage-public/graphql": "1.0.4" | ||
"@pexip-engage-public/graphql": "1.0.5" | ||
}, | ||
@@ -43,0 +43,0 @@ "devDependencies": { |
@@ -21,4 +21,2 @@ import type { PluginConfiguration } from "../configuration/PluginConfiguration.current.js"; | ||
decode(jsConfig?: unknown): PluginConfiguration { | ||
if (!jsConfig) return {}; | ||
try { | ||
@@ -25,0 +23,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
1
373299
7048
+ Added@pexip-engage-public/graphql@1.0.5(transitive)
- Removed@pexip-engage-public/graphql@1.0.4(transitive)