@forgeax/engine-state 0.1.28 → 0.1.29

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.
Files changed (2) hide show
  1. package/README.md +2 -2
  2. package/package.json +5 -5
package/README.md CHANGED
@@ -74,8 +74,8 @@ plugin keeps its schema, transition rules, and lifecycle and does not publish a
74
74
  separate executable.
75
75
 
76
76
  ```bash
77
- forgeax dev eval --root ./game --instance-id '<from status>' \
78
- --world-identity '<from status>' --code 'return state.getState("LevelId")' --json
77
+ forgeax dev eval --root ./game --revision '<from status>' \
78
+ --code 'return state.getState("LevelId")' --json
79
79
  ```
80
80
 
81
81
  ## Relationship to ECS
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@forgeax/engine-state",
3
- "version": "0.1.28",
3
+ "version": "0.1.29",
4
4
  "private": false,
5
5
  "type": "module",
6
6
  "license": "Apache-2.0",
@@ -22,10 +22,10 @@
22
22
  "LICENSE"
23
23
  ],
24
24
  "dependencies": {
25
- "@forgeax/engine-ecs": "0.1.28",
26
- "@forgeax/engine-plugin": "0.1.28",
27
- "@forgeax/engine-scene": "0.1.28",
28
- "@forgeax/engine-types": "0.1.28"
25
+ "@forgeax/engine-ecs": "0.1.29",
26
+ "@forgeax/engine-plugin": "0.1.29",
27
+ "@forgeax/engine-scene": "0.1.29",
28
+ "@forgeax/engine-types": "0.1.29"
29
29
  },
30
30
  "forgeax": {
31
31
  "metrics": {