Skip to content

Commit f2037e6

Browse files
committed
Windows path fixes
1 parent 251503f commit f2037e6

3 files changed

Lines changed: 16 additions & 10 deletions

File tree

package-lock.json

Lines changed: 7 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"node": ">=18"
4040
},
4141
"dependencies": {
42-
"@open-audio-stack/core": "^0.1.24",
42+
"@open-audio-stack/core": "^0.1.25",
4343
"cli-table3": "^0.6.5",
4444
"commander": "^12.1.0"
4545
},

tests/commands/__snapshots__/list.test.ts.snap

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ exports[`List packages 1`] = `
3232
├───────────────────────────────────────────┼───────────────────────────┼─────────┼────────────┼───────────────┼───────────────────────────────────┤
3333
│ studiorack/avl-drumkits │ AVL Drumkits │ 1.1.0 │ 2022-02-20 │ cc-by-sa-4... │ Instrument, Drums, sfz │
3434
├───────────────────────────────────────────┼───────────────────────────┼─────────┼────────────┼───────────────┼───────────────────────────────────┤
35-
│ sfztools/sfizz │ Sfizz │ 1.2.3 │ 2024-01-14 │ bsd-2-clau... │ Instrument, Sampler, Synth │
35+
│ sfztools/sfizz │ Sfizz │ 1.2.1 │ 2024-01-14 │ bsd-2-clau... │ Instrument, Sampler, Synth │
3636
├───────────────────────────────────────────┼───────────────────────────┼─────────┼────────────┼───────────────┼───────────────────────────────────┤
3737
│ sfzinstruments/war-tuba │ War Tuba │ 1.0.2 │ 2022-11-04 │ cc-by-4.0 │ Instrument, Brass, Tuba, sfz │
3838
├───────────────────────────────────────────┼───────────────────────────┼─────────┼────────────┼───────────────┼───────────────────────────────────┤
@@ -162,4 +162,10 @@ exports[`List packages 1`] = `
162162
└───────────────────────────────────────────┴───────────────────────────┴─────────┴────────────┴───────────────┴───────────────────────────────────┘
163163
`;
164164

165-
exports[`List packages 2`] = `No results found`;
165+
exports[`List packages 2`] = `
166+
┌─────────────────────────┬──────────┬─────────┬────────────┬─────────┬───────────────────────────────┐
167+
│ Id │ Name │ Version │ Date │ License │ Tags │
168+
├─────────────────────────┼──────────┼─────────┼────────────┼─────────┼───────────────────────────────┤
169+
│ surge-synthesizer/surge │ Surge XT │ 1.3.4 │ 2024-08-11 │ gpl-3.0 │ Instrument, Synth, Modulation │
170+
└─────────────────────────┴──────────┴─────────┴────────────┴─────────┴───────────────────────────────┘
171+
`;

0 commit comments

Comments
 (0)