@calcom/embed-snippet
Advanced tools
Comparing version 1.0.6 to 1.0.7
import type { GlobalCalWithoutNs } from "@calcom/embed-core"; | ||
export default function EmbedSnippet(url?: string): GlobalCalWithoutNs & { | ||
export default function EmbedSnippet(url?: any): GlobalCalWithoutNs & { | ||
ns: Record<string, GlobalCalWithoutNs>; | ||
@@ -4,0 +4,0 @@ }; |
{ | ||
"name": "@calcom/embed-snippet", | ||
"sideEffects": false, | ||
"version": "1.0.6", | ||
"version": "1.0.7", | ||
"main": "./dist/snippet.umd.js", | ||
@@ -19,5 +19,4 @@ "module": "./dist/snippet.es.js", | ||
"lint": "eslint --ext .ts,.js src", | ||
"prepublishOnly": "NEXT_PUBLIC_EMBED_LIB_URL='https://app.cal.com/embed/embed.js' NEXT_PUBLIC_WEBAPP_URL='https://app.cal.com' yarn build", | ||
"prepublish": "yarn prepublishOnly", | ||
"publish-prod:patch": "yarn npm publish --access public", | ||
"prepack": "NEXT_PUBLIC_EMBED_LIB_URL='https://app.cal.com/embed/embed.js' NEXT_PUBLIC_WEBAPP_URL='https://app.cal.com' yarn build", | ||
"publish-prod": "yarn npm publish --access public", | ||
"clean": "rm -rf .turbo && rm -rf node_modules && rm -rf dist" | ||
@@ -34,4 +33,4 @@ }, | ||
"dependencies": { | ||
"@calcom/embed-core": "^1.1.4" | ||
"@calcom/embed-core": "^1.1.5" | ||
} | ||
} | ||
} |
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
6583
7
Updated@calcom/embed-core@^1.1.5