tone 15.2.7 → 15.2.8

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.
@@ -1,2 +1,2 @@
1
- export const version = "15.2.7";
1
+ export const version = "15.2.8";
2
2
  //# sourceMappingURL=version.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tone",
3
- "version": "15.2.7",
3
+ "version": "15.2.8",
4
4
  "description": "A Web Audio framework for making interactive music in the browser.",
5
5
  "type": "module",
6
6
  "main": "build/esm/index.js",
@@ -15,8 +15,8 @@
15
15
  "Tone"
16
16
  ],
17
17
  "scripts": {
18
- "build": "npm run increment && rimraf build && npm run ts:build && npm run webpack:build",
19
- "docs": "node scripts/generate_docs.cjs",
18
+ "remove": "node -e \"fs.rmSync('./build', { recursive: true, force: true })\"",
19
+ "build": "npm run increment && npm run remove && npm run ts:build && npm run webpack:build",
20
20
  "docs:json": "typedoc --options \"./scripts/typedoc.json\" --json \"./docs/tone.json\"",
21
21
  "increment": "node scripts/increment_version.cjs",
22
22
  "lint": "tsc --noEmit && eslint ./Tone",
@@ -25,10 +25,10 @@
25
25
  "scratch": "webpack serve --env scratch=1 --mode=development --config ./scripts/webpack.config.cjs",
26
26
  "spellcheck": "cspell --config ./scripts/cspell.json ./Tone ./test/**/*.ts ./examples/**/*.html",
27
27
  "test": "tsc && web-test-runner --config=./test/web-test-runner.config.js --coverage",
28
- "test:examples": "node ./test/scripts/test_examples.cjs",
29
- "test:html": "node ./test/scripts/test_html.cjs",
28
+ "test:examples": "node ./test/scripts/test_examples.mjs",
29
+ "test:html": "node ./test/scripts/test_html.mjs",
30
30
  "test:integrations": "zx ./test/scripts/test_integrations.mjs",
31
- "test:readme": "node ./test/scripts/test_readme.cjs",
31
+ "test:readme": "node ./test/scripts/test_readme.mjs",
32
32
  "test:watch": "tsc && concurrently --raw \"tsc -w\" \"web-test-runner --config=./test/web-test-runner.config.js --watch\"",
33
33
  "ts:build": "tsc --project ./scripts/tsconfig.build.json",
34
34
  "watch": "tsc --watch",
@@ -55,7 +55,7 @@
55
55
  "url": "https://github.com/Tonejs/Tone.js/issues"
56
56
  },
57
57
  "devDependencies": {
58
- "@rollup/plugin-commonjs": "^25.0.7",
58
+ "@rollup/plugin-commonjs": "^26.0.3",
59
59
  "@stylistic/eslint-plugin-js": "^4.2.0",
60
60
  "@stylistic/eslint-plugin-ts": "^4.2.0",
61
61
  "@types/chai": "^4.3.0",
@@ -77,20 +77,18 @@
77
77
  "eslint-plugin-simple-import-sort": "^12.1.1",
78
78
  "fft-windowing": "^0.1.4",
79
79
  "fourier-transform": "^1.1.2",
80
- "fs-extra": "^8.1.0",
81
- "glob": "^10.3.12",
80
+ "fs-fixture": "^2.7.1",
82
81
  "html-webpack-plugin": "^5.6.3",
83
82
  "http-server": "^13.0.2",
84
- "jsdom": "^16.7.0",
83
+ "jsdom": "^26.1.0",
84
+ "marked": "^15.0.12",
85
85
  "mocha": "^11.1.0",
86
86
  "plotly.js-dist": "^2.32.0",
87
87
  "prettier": "^3.2.5",
88
88
  "puppeteer": "^24.2.1",
89
- "rimraf": "^5.0.5",
90
89
  "semver": "^5.7.1",
91
- "showdown": "^2.1.0",
92
90
  "teoria": "^2.5.0",
93
- "tmp-promise": "^2.1.1",
91
+ "tinyglobby": "^0.2.14",
94
92
  "tonal": "^6.0.1",
95
93
  "ts-loader": "^9.5.1",
96
94
  "typedoc": "^0.25.13",