museria 0.3.1 → 0.3.2

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * museria face
3
- * @version 0.3.1
3
+ * @version 0.3.2
4
4
  * {@link https://github.com/ortexx/museria}
5
5
  */
6
6
  /*!
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "museria",
3
- "version": "0.3.1",
3
+ "version": "0.3.2",
4
4
  "description": "Decentralized music storage",
5
5
  "main": "./src/index.js",
6
6
  "type": "module",
@@ -77,7 +77,7 @@
77
77
  "fs-extra": "^11.2.0",
78
78
  "hasha": "^5.0.0",
79
79
  "lodash-es": "^4.17.21",
80
- "metastocle": "~0.3.9",
80
+ "metastocle": "~0.3.10",
81
81
  "music-metadata": "^7.14.0",
82
82
  "node-fetch": "^3.3.2",
83
83
  "node-id3": "^0.2.6",
@@ -85,8 +85,8 @@
85
85
  "serve-favicon": "^2.5.0",
86
86
  "sharp": "^0.33.2",
87
87
  "splaytree": "^3.1.2",
88
- "spreadable": "~0.3.9",
89
- "storacle": "~0.3.5",
88
+ "spreadable": "~0.3.10",
89
+ "storacle": "~0.3.6",
90
90
  "transliteration": "^2.3.5",
91
91
  "yargs": "^17.7.2"
92
92
  },