@icarusmx/creta 0.5.2 → 0.5.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -5,7 +5,8 @@
5
5
  "Bash(node:*)",
6
6
  "WebFetch(domain:github.com)",
7
7
  "Bash(npm install)",
8
- "Bash(npm run dev:*)"
8
+ "Bash(npm run dev:*)",
9
+ "Bash(rm:*)"
9
10
  ],
10
11
  "deny": [],
11
12
  "ask": []
package/bin/creta.js CHANGED
@@ -162,7 +162,7 @@ function applyLayoutModifications(content, level) {
162
162
  <div class="max-w-7xl mx-auto px-4">
163
163
  <div class="flex justify-between items-center py-3">
164
164
  <div class="flex items-center space-x-3">
165
- <img src="/logo.png" alt="Logo" class="w-8 h-8">
165
+ <img src="https://icarus.mx/logo.png" alt="Logo" class="w-8 h-8">
166
166
  <span class="text-xl font-bold text-gray-900">{{STUDENT_NAME}}</span>
167
167
  </div>
168
168
  <div class="hidden md:flex space-x-6">
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@icarusmx/creta",
3
- "version": "0.5.2",
3
+ "version": "0.5.3",
4
4
  "description": "Salgamos de este laberinto.",
5
5
  "type": "module",
6
6
  "bin": {
@@ -49,7 +49,7 @@
49
49
  <div class="max-w-7xl mx-auto px-4">
50
50
  <div class="flex justify-between items-center py-3">
51
51
  <div class="flex items-center space-x-3">
52
- <img src="/logo.png" alt="Logo" class="w-8 h-8">
52
+ <img src="https://icarus.mx/logo.png" alt="Logo" class="w-8 h-8">
53
53
  <span class="text-xl font-bold text-gray-900">{{STUDENT_NAME}}</span>
54
54
  </div>
55
55
  <div class="hidden md:flex space-x-6">