@amalgm/apps 0.1.1 → 0.1.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/PURPOSE.md +3 -0
- package/package.json +3 -3
package/PURPOSE.md
CHANGED
|
@@ -40,6 +40,9 @@ the same Apps store as the SDK, CLI, and MCP surfaces.
|
|
|
40
40
|
|
|
41
41
|
## Axioms
|
|
42
42
|
|
|
43
|
+
Managed releases bind to one exact published Core version and build from the
|
|
44
|
+
locked dependency graph on the supported Node toolchain.
|
|
45
|
+
|
|
43
46
|
1. App identity, app ref, public URL, and port survive deploys, rollbacks, and
|
|
44
47
|
renames.
|
|
45
48
|
2. A release is identified by its normalized manifest and selected source
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@amalgm/apps",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.2",
|
|
4
4
|
"description": "Local-first, versioned application deployment for Amalgm.",
|
|
5
5
|
"license": "UNLICENSED",
|
|
6
6
|
"private": false,
|
|
@@ -47,10 +47,10 @@
|
|
|
47
47
|
"prepack": "npm run build"
|
|
48
48
|
},
|
|
49
49
|
"engines": {
|
|
50
|
-
"node": ">=
|
|
50
|
+
"node": ">=24"
|
|
51
51
|
},
|
|
52
52
|
"dependencies": {
|
|
53
|
-
"@amalgm/core": "
|
|
53
|
+
"@amalgm/core": "0.4.7",
|
|
54
54
|
"@types/better-sqlite3": "^7.6.13",
|
|
55
55
|
"@types/node": "^20.19.43",
|
|
56
56
|
"better-sqlite3": "^12.6.2",
|