@tailor-cms/tce-display-runtime
Advanced tools
+8
-0
| # @tailor-cms/tce-display-runtime | ||
| ## 1.2.7 | ||
| ### Patch Changes | ||
| - Fixed content generation flow. Added error log and reset state. | ||
| - Updated dependencies | ||
| - @tailor-cms/cek-common@1.2.7 | ||
| ## 1.2.6 | ||
@@ -4,0 +12,0 @@ |
+2
-2
@@ -5,3 +5,3 @@ { | ||
| "author": "Studion <info@gostudion.com>", | ||
| "version": "1.2.6", | ||
| "version": "1.2.7", | ||
| "type": "module", | ||
@@ -23,3 +23,3 @@ "dependencies": { | ||
| "vuetify": "3.8.12", | ||
| "@tailor-cms/cek-common": "1.2.6" | ||
| "@tailor-cms/cek-common": "1.2.7" | ||
| }, | ||
@@ -26,0 +26,0 @@ "devDependencies": { |
| <template> | ||
| <VSheet class="embedded-container d-flex flex-column ga-2"> | ||
| <div class="embedded-container d-flex flex-column ga-2"> | ||
| <div v-for="element in elements" :key="element.id" class="content-element"> | ||
| {{ element.data.content }} | ||
| </div> | ||
| </VSheet> | ||
| </div> | ||
| </template> | ||
@@ -8,0 +8,0 @@ |
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 1 instance in 1 package
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 1 instance in 1 package
14041
1.05%+ Added
- Removed
Updated