@formbricks/js
Advanced tools
Comparing version 0.1.16 to 0.1.17
@@ -1,4 +0,4 @@ | ||
import { Question } from "./questions"; | ||
export interface QuestionSummary { | ||
question: Question; | ||
import type { Question } from "./questions"; | ||
export interface QuestionSummary<T extends Question> { | ||
question: T; | ||
responses: { | ||
@@ -5,0 +5,0 @@ id: string; |
{ | ||
"name": "@formbricks/js", | ||
"version": "0.1.16", | ||
"version": "0.1.17", | ||
"description": "Formbricks-js allows you to connect your app to Formbricks, display surveys and trigger events.", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
1033231
84
2243
50