Latest Threat Research:SANDWORM_MODE: Shai-Hulud-Style npm Worm Hijacks CI Workflows and Poisons AI Toolchains.Details
Socket
Book a DemoInstallSign in
Socket

@tailor-cms/tce-display-runtime

Package Overview
Dependencies
Maintainers
5
Versions
66
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@tailor-cms/tce-display-runtime - npm Package Compare versions

Comparing version
1.2.6
to
1.2.7
+8
-0
CHANGELOG.md
# @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 @@