jssm 5.70.6 → 5.70.9

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": "jssm",
3
- "version": "5.70.6",
3
+ "version": "5.70.9",
4
4
  "engines": {
5
5
  "node": ">=10.0.0"
6
6
  },
@@ -13,9 +13,9 @@ module.exports = {
13
13
  { title: 'Tutorials', childrenDir: './', children: [
14
14
  { title: 'What are state machines?', source: 'WhatAreStateMachines.md' },
15
15
  { title: '☕ Quick Start', source: 'GettingStarted.md' },
16
- { title: 'Language reference', source: 'todo.md' },
16
+ { title: 'Language reference', source: 'LanguageReference.md' },
17
17
  { title: 'API reference', source: 'todo.md' },
18
- { title: 'Example machines', source: 'todo.md' },
18
+ { title: 'Example machines', source: 'ExampleMachines.md' },
19
19
  { title: 'Howtos and Recipes', childrenDir: './', children: [
20
20
  { title: 'Environments', source: 'todo.md' },
21
21
  { title: 'Bundling', source: 'todo.md' },