songsheet 7.4.0 → 7.5.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/index.d.ts CHANGED
@@ -66,6 +66,7 @@ export interface PlaybackChord {
66
66
  diamond?: boolean
67
67
  push?: boolean
68
68
  stop?: boolean
69
+ markerIndex?: number
69
70
  beatStart: number
70
71
  durationInBeats: number
71
72
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "songsheet",
3
- "version": "7.4.0",
3
+ "version": "7.5.0",
4
4
  "description": "A songsheet interpreter",
5
5
  "type": "module",
6
6
  "exports": "./index.js",
@@ -1,18 +0,0 @@
1
- {
2
- "permissions": {
3
- "allow": [
4
- "Bash(/usr/bin/git -C /Users/administrator/Projects/songsheet log --oneline --all)",
5
- "Bash(/usr/bin/git -C /Users/administrator/Projects/songsheet diff v4.0.0..v5.0.0 -- index.js)",
6
- "Bash(npm install:*)",
7
- "Bash(npx vitest run:*)",
8
- "Bash(node -e:*)",
9
- "WebSearch",
10
- "WebFetch(domain:tonejs.github.io)",
11
- "WebFetch(domain:github.com)",
12
- "WebFetch(domain:www.andronio.me)",
13
- "WebFetch(domain:www.guitarland.com)",
14
- "Bash(npm test:*)",
15
- "Bash(/usr/bin/git diff HEAD~2..HEAD -- package.json)"
16
- ]
17
- }
18
- }