gdcore-tools 2.0.0-gd-v5.5.222-autobuild → 2.0.0-gd-v5.5.223-autobuild

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.
Binary file
package/gd.d.ts CHANGED
@@ -2004,6 +2004,10 @@ export class UsedExtensionsFinder extends EmscriptenObject {
2004
2004
  static scanProject(project: Project): UsedExtensionsResult;
2005
2005
  }
2006
2006
 
2007
+ export class ExampleExtensionUsagesFinder extends EmscriptenObject {
2008
+ static getUsedExtensions(project: Project): SetString;
2009
+ }
2010
+
2007
2011
  export class InstructionsCountEvaluator extends EmscriptenObject {
2008
2012
  static scanProject(project: Project): number;
2009
2013
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "gdcore-tools",
3
- "version": "2.0.0-gd-v5.5.222-autobuild",
3
+ "version": "2.0.0-gd-v5.5.223-autobuild",
4
4
  "description": "A package of GDevelop's Core library with additional helper tools.",
5
5
  "types": "./types/index.d.ts",
6
6
  "exports": {