gdcore-tools 2.0.0-gd-v5.5.226-autobuild → 2.0.0-gd-v5.5.227-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
@@ -1701,7 +1701,6 @@ export class PlatformExtension extends EmscriptenObject {
1701
1701
  getLicense(): string;
1702
1702
  getHelpPath(): string;
1703
1703
  getIconUrl(): string;
1704
- isBuiltin(): boolean;
1705
1704
  getNameSpace(): string;
1706
1705
  addDuplicatedAction(newActionName: string, copiedActionName: string): InstructionMetadata;
1707
1706
  addDuplicatedCondition(newConditionName: string, copiedConditionName: string): InstructionMetadata;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "gdcore-tools",
3
- "version": "2.0.0-gd-v5.5.226-autobuild",
3
+ "version": "2.0.0-gd-v5.5.227-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": {