bc-stubs 104.0.0 → 104.0.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.
@@ -1,4 +1,9 @@
1
- declare function BackgroundsTextGet(msg: any): string;
1
+ /**
2
+ * Returns the localized name for a given background
3
+ * @param {string} msg
4
+ * @returns {string}
5
+ */
6
+ declare function BackgroundsTextGet(msg: string): string;
2
7
  /**
3
8
  * Builds the selectable background arrays based on the tags supplied
4
9
  * @param {readonly BackgroundTag[]} BackgroundTagList - An array of string of all the tags to load
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "bc-stubs",
3
- "version": "104.0.0",
3
+ "version": "104.0.1",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "git+ssh://git@github.com/bananarama92/BC-stubs.git"