@glissandoo/lib 1.57.0 → 1.58.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.
Files changed (2) hide show
  1. package/lang/en.json +1 -1
  2. package/package.json +1 -1
package/lang/en.json CHANGED
@@ -130,7 +130,7 @@
130
130
  "instruments.ukelele": "Ukelele",
131
131
  "instruments.viola": "Viola",
132
132
  "instruments.violin": "Violin",
133
- "instruments.unknown": "Unknown {musicType}",
133
+ "instruments.unknown": "Unknown instrument",
134
134
  "musicStyles.banda-cornetas-y-tambores": "Drums and winds band",
135
135
  "musicStyles.banda-de-musica": "Concert band",
136
136
  "musicStyles.batucada": "Batucada",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@glissandoo/lib",
3
- "version": "1.57.0",
3
+ "version": "1.58.0",
4
4
  "description": "Glissandoo library js",
5
5
  "main": "./index.js",
6
6
  "types": "./index.d.ts",