spessasynth_lib 4.0.0 → 4.0.2

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,19 +1,19 @@
1
1
  {
2
2
  "name": "spessasynth_lib",
3
- "version": "4.0.0",
3
+ "version": "4.0.2",
4
4
  "description": "MIDI and SoundFont2/DLS library for the browsers with no compromises",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",
7
7
  "module": "dist/index.js",
8
8
  "types": "dist/index.d.ts",
9
9
  "scripts": {
10
- "build": "npm run test:types && npm run local-build && npm run build:pages",
11
- "local-build": "npm run build:npm && npm pack",
10
+ "build": "npm run test:types && npm run build:pages",
12
11
  "build:npm": "tsx build_scripts/build_npm.ts",
13
12
  "build:pages": "tsx build_scripts/build_pages.ts",
14
13
  "test:types": "eslint src/ && tsc -b",
15
14
  "debug": "tsx build_scripts/debug_enable.ts",
16
- "release": "tsx build_scripts/debug_disable.ts"
15
+ "release": "tsx build_scripts/debug_disable.ts",
16
+ "prepack": "npm run build"
17
17
  },
18
18
  "repository": {
19
19
  "type": "git",