@glissandoo/lib 1.3.20 → 1.3.21

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.
@@ -141,6 +141,7 @@ const orders = {
141
141
  ],
142
142
  [index_1.MusicStyleId.TxistularisBand]: [instruments_1.InstrumentId.Txistu, instruments_1.InstrumentId.Silbote, instruments_1.InstrumentId.Tabal],
143
143
  [index_1.MusicStyleId.Colla]: [
144
+ instruments_1.InstrumentId.MusicConductor,
144
145
  instruments_1.InstrumentId.Dulzaina,
145
146
  instruments_1.InstrumentId.DulzainaFa,
146
147
  instruments_1.InstrumentId.Tarota,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@glissandoo/lib",
3
- "version": "1.3.20",
3
+ "version": "1.3.21",
4
4
  "description": "Glissandoo library js",
5
5
  "main": "./index.js",
6
6
  "types": "./index.d.ts",