@calcom/embed-snippet
Advanced tools
Comparing version 1.0.9 to 1.1.0
# @calcom/embed-snippet | ||
## 1.1.0 | ||
### Minor Changes | ||
- Supports new booker layout | ||
### Patch Changes | ||
- Updated dependencies | ||
- @calcom/embed-core@1.3.0 | ||
## 1.0.9 | ||
@@ -4,0 +15,0 @@ |
{ | ||
"name": "@calcom/embed-snippet", | ||
"sideEffects": false, | ||
"version": "1.0.9", | ||
"version": "1.1.0", | ||
"main": "./dist/snippet.umd.js", | ||
@@ -15,7 +15,8 @@ "module": "./dist/snippet.es.js", | ||
"scripts": { | ||
"build": "vite build && tsc --emitDeclarationOnly --declarationDir dist", | ||
"build": "rm -rf dist && vite build && tsc --emitDeclarationOnly --declarationDir dist", | ||
"type-check": "tsc --pretty --noEmit", | ||
"type-check:ci": "tsc-absolute --pretty --noEmit", | ||
"lint": "eslint --ext .ts,.js src", | ||
"prepack": "NEXT_PUBLIC_EMBED_LIB_URL='https://app.cal.com/embed/embed.js' NEXT_PUBLIC_WEBAPP_URL='https://app.cal.com' yarn build", | ||
"withEmbedPublishEnv": "NEXT_PUBLIC_EMBED_LIB_URL='https://app.cal.com/embed/embed.js' NEXT_PUBLIC_WEBAPP_URL='https://app.cal.com' yarn", | ||
"prepack": "yarn withEmbedPublishEnv build", | ||
"clean": "rm -rf .turbo && rm -rf node_modules && rm -rf dist" | ||
@@ -32,4 +33,4 @@ }, | ||
"dependencies": { | ||
"@calcom/embed-core": "1.2.1" | ||
"@calcom/embed-core": "1.3.0" | ||
} | ||
} |
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
7137
+ Added@calcom/embed-core@1.3.0(transitive)
- Removed@calcom/embed-core@1.2.1(transitive)
Updated@calcom/embed-core@1.3.0