@sdeverywhere/cli 0.7.22 → 0.7.23

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 +2 -2
package/README.md CHANGED
@@ -188,8 +188,8 @@ Be sure to include `Time` first among the output variables.
188
188
 
189
189
  ```json
190
190
  {
191
- "inputVars": ["Reference predators", "Reference prey"],
192
- "outputVars": ["Time", "Predators Y", "Prey X"]
191
+ "inputVarNames": ["Reference predators", "Reference prey"],
192
+ "outputVarNames": ["Time", "Predators Y", "Prey X"]
193
193
  }
194
194
  ```
195
195
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sdeverywhere/cli",
3
- "version": "0.7.22",
3
+ "version": "0.7.23",
4
4
  "description": "Contains the `sde` command line interface for the SDEverywhere tool suite.",
5
5
  "type": "module",
6
6
  "files": [
@@ -12,7 +12,7 @@
12
12
  },
13
13
  "dependencies": {
14
14
  "@sdeverywhere/build": "^0.3.4",
15
- "@sdeverywhere/compile": "^0.7.16",
15
+ "@sdeverywhere/compile": "^0.7.17",
16
16
  "bufx": "^1.0.5",
17
17
  "byline": "^5.0.0",
18
18
  "ramda": "^0.27.0",