jssm 5.66.0 → 5.67.0

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.66.0",
3
+ "version": "5.67.0",
4
4
  "engines": {
5
5
  "node": ">=10.0.0"
6
6
  },
@@ -44,14 +44,14 @@
44
44
  "audit": "text_audit -r -t major MAJOR wasteful WASTEFUL any mixed fixme FIXME checkme CHECKME testme TESTME stochable STOCHABLE todo TODO comeback COMEBACK whargarbl WHARGARBL -g ./src/ts/**/*.{js,ts}",
45
45
  "vet": "npm run eslint && npm run audit",
46
46
  "benny": "node ./src/buildjs/benchmark.js",
47
- "build": "npm run vet && npm run test && npm run site && npm run changelog && npm run docs && npm run benny",
48
- "buildnb": "npm run vet && npm run test && npm run site && npm run changelog && npm run docs",
47
+ "build": "npm run vet && npm run test && npm run site && npm run changelog && npm run docs",
48
+ "clean_bench": "npm run test && npm run benny",
49
49
  "qbuild": "npm run test",
50
50
  "ci_build": "npm run vet && npm run test",
51
51
  "minify": "mv dist/es6/jssm-dot.js dist/es6/jssm-dot.nonmin.js && terser dist/es6/jssm-dot.nonmin.js > dist/es6/jssm-dot.js",
52
52
  "min_iife": "mv dist/jssm.es5.iife.js dist/jssm.es5.iife.nonmin.js && terser dist/jssm.es5.iife.nonmin.js > dist/jssm.es5.iife.js",
53
53
  "min_cjs": "mv dist/jssm.es5.cjs.js dist/jssm.es5.cjs.nonmin.js && terser dist/jssm.es5.cjs.nonmin.js > dist/jssm.es5.cjs.js",
54
- "site": "cp src/site/* docs/",
54
+ "site": "cp src/site/* docs/ && cp -r src/assets docs/assets/",
55
55
  "docs": "typedoc src/ts/jssm.ts --options typedoc-options.js",
56
56
  "changelog": "rm -f CHANGELOG.md && rm -f ./src/doc_md/CHANGELOG.md && better_git_changelog -b && cp CHANGELOG.* ./src/doc_md/"
57
57
  },
@@ -124,7 +124,7 @@
124
124
  "typescript": "^4.6.4"
125
125
  },
126
126
  "dependencies": {
127
- "better_git_changelog": "^1.6.0",
127
+ "better_git_changelog": "^1.6.1",
128
128
  "reduce-to-639-1": "^1.0.4"
129
129
  }
130
130
  }
@@ -11,14 +11,19 @@ module.exports = {
11
11
  source: './src/doc_md/',
12
12
  pages: [
13
13
  { title: 'Tutorials', childrenDir: './', children: [
14
- { title: 'Getting started', source: 'GettingStarted.md' },
14
+ { title: 'Getting started', source: 'GettingStarted.md' },
15
15
  { title: 'Language reference', source: 'todo.md' },
16
16
  { title: 'API reference', source: 'todo.md' },
17
17
  { title: 'Example machines', source: 'todo.md' },
18
- { title: 'Howtos and Recipes', source: 'todo.md' },
18
+ { title: 'Howtos and Recipes', childrenDir: './', children: [
19
+ { title: 'Environments', source: 'todo.md' },
20
+ { title: 'Bundling', source: 'todo.md' },
21
+ { title: 'Publishing', source: 'todo.md' }
22
+ ] },
23
+ { title: 'Shootout', source: 'Shootout.md' }
19
24
  ] },
20
25
  { title: 'Tools', childrenDir: './', children: [
21
- { title: 'Live Editor', source: 'todo.md' },
26
+ { title: 'Live Editor', source: 'live_editor.md' },
22
27
  { title: 'Github Action', source: 'todo.md' }
23
28
  ] },
24
29
  { title: 'VIRTUAL', childrenDir: './', children: [
@@ -27,9 +32,6 @@ module.exports = {
27
32
  { title: 'VIRTUAL', childrenDir: './', children: [
28
33
  { title: 'Changelog', source: 'CHANGELOG.md' }
29
34
  ] },
30
- // { title: 'VIRTUAL', childrenDir: '../', children: [
31
- // { title: 'Changelog', source: 'CHANGELOG.md' },
32
- // ] },
33
35
  // { title: '@knodes/typedoc-plugin-code-blocks', source: 'readme-extras.md', children: [
34
36
  // { title: 'Using options', source: 'options.md' },
35
37
  // ] },