startgg-helper-browser 2.1.0 → 2.3.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/main.js +0 -1
  2. package/package.json +2 -2
package/main.js CHANGED
@@ -111,7 +111,6 @@ export class RateLimitingSGGHelperClient extends SGGHelperClient {
111
111
  }
112
112
 
113
113
  async request(schema, variables){
114
- console.log(this.#pausePromise);
115
114
  if (this.isPaused()) await this.#pausePromise;
116
115
 
117
116
  try {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "startgg-helper-browser",
3
- "version": "2.1.0",
3
+ "version": "2.3.0",
4
4
  "description": "A set of functions and classes useful to communicate with the start.gg API from a web app",
5
5
  "main": "main.js",
6
6
  "scripts": {
@@ -22,7 +22,7 @@
22
22
  },
23
23
  "homepage": "https://gitlab.com/TwilCynder/startgg-helper#readme",
24
24
  "dependencies": {
25
- "startgg-helper": "^2.0.0"
25
+ "startgg-helper": "^2.2.1"
26
26
  },
27
27
  "type": "module",
28
28
  "devDependencies": {