gemmein 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.
- package/lib/versions.mjs +3 -3
- package/package.json +1 -1
package/lib/versions.mjs
CHANGED
|
@@ -10,12 +10,12 @@
|
|
|
10
10
|
// fails closed: the shim refuses to download anything until a real release
|
|
11
11
|
// has been promoted.
|
|
12
12
|
|
|
13
|
-
export const ENGINE_VERSION = "0.4.
|
|
13
|
+
export const ENGINE_VERSION = "0.4.2";
|
|
14
14
|
|
|
15
15
|
/** file name -> hex sha256 */
|
|
16
16
|
export const ENGINE_FILES = {
|
|
17
|
-
"gemmein.js": "
|
|
18
|
-
"llms.txt": "
|
|
17
|
+
"gemmein.js": "006f4ec539bd6816576ca6e22c9ef11951b3837fc40a80acb0d9549d697bae3f",
|
|
18
|
+
"llms.txt": "6d7bd30169eca6832cfa730157610d87aeae58d8c34559f19f48fa8acb8d049f",
|
|
19
19
|
};
|
|
20
20
|
|
|
21
21
|
export const DOWNLOAD_BASE = "https://downloads.gemmein.com/engine";
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "gemmein",
|
|
3
|
-
"version": "0.4.
|
|
3
|
+
"version": "0.4.2",
|
|
4
4
|
"description": "gemmein — declare your business boundaries, prove them locally, ship. Thin launcher: downloads the Gemmein local engine, verifies it, runs it. What you read here is what runs.",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"type": "module",
|