genesis-stack 1.0.0 → 1.0.1

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "genesis-stack",
3
- "version": "1.0.0",
3
+ "version": "1.0.1",
4
4
  "description": "The optional curated technology Stack catalog for Genesis projects.",
5
5
  "type": "module",
6
6
  "repository": {
@@ -19,7 +19,7 @@
19
19
  "test": "node --test"
20
20
  },
21
21
  "dependencies": {
22
- "@jskit-ai/agent-docs": "0.1.134"
22
+ "@jskit-ai/agent-docs": "0.1.137"
23
23
  },
24
24
  "engines": {
25
25
  "node": ">=22"
@@ -84,8 +84,9 @@ application-owned composition.
84
84
  ## Deployment
85
85
 
86
86
  - Runtimes: `nodejs`
87
+ - Recreate on restore: `node_modules`
87
88
  - Ready when: `GET` `/api/health` returns `200`
88
- - Prepare `Install dependencies`: `npm` `install`
89
+ - Prepare `Install dependencies`: `npm` `ci`
89
90
  - Build `Build`: `npm` `run` `build`
90
91
  - Migrate `Prepare database`: `npm` `run` `db:prepare`
91
92
  - Serve `Start`: `npm` `start`