@pexip-engage-public/plugin-instance
Advanced tools
Comparing version 1.0.17 to 1.0.18-canary-20230306123656
# @pexip-engage-public/plugin-instance | ||
## 1.0.18-canary-20230306123656 | ||
### Patch Changes | ||
- 4833706ee: fix(deps): update all non-major dependencies | ||
- Updated dependencies [4833706ee] | ||
- @pexip-engage-public/plugin-state@1.0.9-canary-20230306123656 | ||
- @pexip-engage-public/plugin-events@1.0.12-canary-20230306123656 | ||
- @pexip-engage-public/plugin-configuration-parser@1.0.15 | ||
- @pexip-engage-public/plugin-utils@1.0.6 | ||
## 1.0.17 | ||
@@ -4,0 +15,0 @@ |
{ | ||
"name": "@pexip-engage-public/plugin-instance", | ||
"version": "1.0.17", | ||
"version": "1.0.18-canary-20230306123656", | ||
"homepage": "https://github.com/skedify/frontend-mono/tree/develop/apps/plugin-remix/packages/plugin-instance#readme", | ||
@@ -35,6 +35,6 @@ "bugs": { | ||
"dependencies": { | ||
"iframe-resizer": "^4.3.4", | ||
"iframe-resizer": "^4.3.5", | ||
"@pexip-engage-public/plugin-configuration-parser": "1.0.15", | ||
"@pexip-engage-public/plugin-events": "1.0.11", | ||
"@pexip-engage-public/plugin-state": "1.0.8", | ||
"@pexip-engage-public/plugin-events": "1.0.12-canary-20230306123656", | ||
"@pexip-engage-public/plugin-state": "1.0.9-canary-20230306123656", | ||
"@pexip-engage-public/plugin-utils": "1.0.6" | ||
@@ -45,3 +45,3 @@ }, | ||
"@pexip-engage/tsconfig": "0.0.8", | ||
"eslint-config-pexip-engage": "0.0.15" | ||
"eslint-config-pexip-engage": "0.0.16-canary-20230306123656" | ||
}, | ||
@@ -48,0 +48,0 @@ "volta": { |
@@ -42,3 +42,2 @@ import { PluginEvent } from "@pexip-engage-public/plugin-events"; | ||
get customer(): { | ||
id?: string | null | undefined; | ||
company?: string | null | undefined; | ||
@@ -51,2 +50,3 @@ customer_number?: string | null | undefined; | ||
gender?: string | null | undefined; | ||
id?: string | null | undefined; | ||
is_existing?: string | null | undefined; | ||
@@ -74,3 +74,2 @@ language?: string | null | undefined; | ||
static get customer(): { | ||
id?: string | null | undefined; | ||
company?: string | null | undefined; | ||
@@ -83,2 +82,3 @@ customer_number?: string | null | undefined; | ||
gender?: string | null | undefined; | ||
id?: string | null | undefined; | ||
is_existing?: string | null | undefined; | ||
@@ -85,0 +85,0 @@ language?: string | null | undefined; |
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
81042
2
+ Added@pexip-engage-public/plugin-events@1.0.12-canary-20230306123656(transitive)
+ Added@pexip-engage-public/plugin-state@1.0.9-canary-20230306123656(transitive)
- Removed@pexip-engage-public/plugin-events@1.0.11(transitive)
- Removed@pexip-engage-public/plugin-state@1.0.8(transitive)
Updated@pexip-engage-public/plugin-events@1.0.12-canary-20230306123656
Updated@pexip-engage-public/plugin-state@1.0.9-canary-20230306123656
Updatediframe-resizer@^4.3.5