nomoreide 0.1.4 → 0.1.5

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.
@@ -0,0 +1,24 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64" role="img" aria-label="NoMoreIDE">
2
+ <path
3
+ d="M5 17C5 13.69 7.69 11 11 11H25L31 17H53C56.31 17 59 19.69 59 23V53C59 56.31 56.31 59 53 59H11C7.69 59 5 56.31 5 53V17Z"
4
+ fill="#ffffff"
5
+ stroke="#111111"
6
+ stroke-linejoin="round"
7
+ stroke-width="5"
8
+ />
9
+ <path
10
+ d="M22 31L30 39L22 47"
11
+ fill="none"
12
+ stroke="#111111"
13
+ stroke-linecap="round"
14
+ stroke-linejoin="round"
15
+ stroke-width="4.5"
16
+ />
17
+ <path
18
+ d="M36 47H48"
19
+ fill="none"
20
+ stroke="#111111"
21
+ stroke-linecap="round"
22
+ stroke-width="4.5"
23
+ />
24
+ </svg>
@@ -2,10 +2,11 @@
2
2
  <html lang="en">
3
3
  <head>
4
4
  <meta charset="UTF-8" />
5
+ <link rel="icon" type="image/svg+xml" href="/assets/nomoreide-favicon-Ds7Tgj9p.svg" />
5
6
  <meta name="viewport" content="width=device-width, initial-scale=1.0" />
6
7
  <title>NoMoreIDE</title>
7
- <script type="module" crossorigin src="/assets/index-BoxCtr55.js"></script>
8
- <link rel="stylesheet" crossorigin href="/assets/index-DjemXvIv.css">
8
+ <script type="module" crossorigin src="/assets/index-CpyHnl3b.js"></script>
9
+ <link rel="stylesheet" crossorigin href="/assets/index-6wvMoetQ.css">
9
10
  </head>
10
11
  <body>
11
12
  <div id="root"></div>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "nomoreide",
3
- "version": "0.1.4",
3
+ "version": "0.1.5",
4
4
  "description": "An AI-native terminal workbench for services, Git review, logs, and MCP workflows.",
5
5
  "repository": {
6
6
  "type": "git",