skedify-types
Advanced tools
Comparing version 0.4.15 to 0.5.0-canary-20230927163206
# skedify-types | ||
## 0.5.0-canary-20230927163206 | ||
### Minor Changes | ||
- ded0a77ab: bug: refactor plugin to not rely on any cookies (safari issue) | ||
## 0.4.15 | ||
@@ -4,0 +10,0 @@ |
{ | ||
"name": "skedify-types", | ||
"version": "0.4.15", | ||
"version": "0.5.0-canary-20230927163206", | ||
"description": "Skedify Types", | ||
@@ -46,3 +46,3 @@ "keywords": [ | ||
"@pexip-engage/tsconfig": "0.0.9", | ||
"eslint-config-pexip-engage": "0.0.35" | ||
"eslint-config-pexip-engage": "0.0.39" | ||
}, | ||
@@ -49,0 +49,0 @@ "volta": { |
@@ -18,3 +18,3 @@ export interface APIError<Entity> { | ||
interface APIResponseWarning { | ||
export interface APIResponseWarning { | ||
code: number; | ||
@@ -21,0 +21,0 @@ message: string; |
@@ -16,3 +16,3 @@ export interface APIError<Entity> { | ||
} | ||
interface APIResponseWarning { | ||
export interface APIResponseWarning { | ||
code: number; | ||
@@ -19,0 +19,0 @@ message: string; |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
138297