theprogrammablemind_4wp 7.9.0-beta.0 → 7.10.0-beta.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. package/package.json +1 -1
  2. package/src/config.js +1 -0
package/package.json CHANGED
@@ -65,6 +65,6 @@
65
65
  "json-stable-stringify": "^1.0.1",
66
66
  "node-fetch": "^2.6.1"
67
67
  },
68
- "version": "7.9.0-beta.0",
68
+ "version": "7.10.0-beta.0",
69
69
  "license": "ISC"
70
70
  }
package/src/config.js CHANGED
@@ -23,6 +23,7 @@ const indent = (string, indent) => {
23
23
  }
24
24
 
25
25
  const config_toServer = (config) => {
26
+ // cant change things because copy breaks something
26
27
  }
27
28
 
28
29
  const debugPriority = (priority) => {