sound-tank 1.2.1 → 1.3.1

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/.prtrc.json ADDED
@@ -0,0 +1,13 @@
1
+ {
2
+ "$schema": "https://raw.githubusercontent.com/ZacharyEggert/project-roadmap-tracking/refs/heads/master/schemas/config/v1.1.json",
3
+ "cache": {
4
+ "enabled": true,
5
+ "maxSize": 10,
6
+ "watchFiles": true
7
+ },
8
+ "metadata": {
9
+ "description": "A typescript library for interacting with the Reverb Marketplace API",
10
+ "name": "Soundtank"
11
+ },
12
+ "path": "./prt.json"
13
+ }
package/CHANGELOG.md CHANGED
@@ -1,5 +1,17 @@
1
1
  # sound-tank
2
2
 
3
+ ## 1.3.1
4
+
5
+ ### Patch Changes
6
+
7
+ - ec5975d: update readme
8
+
9
+ ## 1.3.0
10
+
11
+ ### Minor Changes
12
+
13
+ - 8abed60: Restructure code and add more comprehensive testing
14
+
3
15
  ## 1.2.1
4
16
 
5
17
  ### Patch Changes