gaslighting-engine 0.4.1 → 0.4.2

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.
@@ -4,8 +4,8 @@
4
4
  <meta charset="UTF-8" />
5
5
  <meta name="viewport" content="width=device-width, initial-scale=1.0" />
6
6
  <title>Gaslighting Mission Control</title>
7
- <script type="module" crossorigin src="/assets/index-BoI6eWtN.js"></script>
8
- <link rel="stylesheet" crossorigin href="/assets/index-oFTvTTu8.css">
7
+ <script type="module" crossorigin src="./assets/index-BoI6eWtN.js"></script>
8
+ <link rel="stylesheet" crossorigin href="./assets/index-oFTvTTu8.css">
9
9
  </head>
10
10
  <body>
11
11
  <div id="root"></div>
package/dist/version.js CHANGED
@@ -1,2 +1,2 @@
1
1
  export const packageName = "gaslighting-engine";
2
- export const packageVersion = "0.4.1";
2
+ export const packageVersion = "0.4.2";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "gaslighting-engine",
3
- "version": "0.4.1",
3
+ "version": "0.4.2",
4
4
  "description": "LUDGI Gaslighting-engine: a hardcore project-discipline generator for AI coding agents.",
5
5
  "type": "module",
6
6
  "license": "MIT",