@xcodekit/xcode-wasm 0.5.1 → 0.5.2

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.
package/node-wrapper.d.ts CHANGED
@@ -3,9 +3,9 @@
3
3
  * Extends the base WASM XcodeProject with filesystem methods.
4
4
  */
5
5
 
6
- export { build, parse, parseAndBuild } from "./pkg/node/xcode";
6
+ export { build, parse, parseAndBuild } from "./xcode";
7
7
 
8
- import { XcodeProject as BaseXcodeProject } from "./pkg/node/xcode";
8
+ import { XcodeProject as BaseXcodeProject } from "./xcode";
9
9
 
10
10
  export declare class XcodeProject extends BaseXcodeProject {
11
11
  /** Open and parse a .pbxproj file from disk. */
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@xcodekit/xcode-wasm",
3
3
  "type": "module",
4
4
  "description": "Parse, manipulate, and serialize Xcode .pbxproj files (WASM build)",
5
- "version": "0.5.1",
5
+ "version": "0.5.2",
6
6
  "license": "MIT",
7
7
  "files": [
8
8
  "xcode_bg.wasm",
package/xcode_bg.wasm CHANGED
Binary file