@swifttui/build 0.1.4 → 0.1.5

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.
@@ -1,5 +1,4 @@
1
1
  import { ResolveSwiftArtifactsOptions, SwiftArtifactPaths, WasmBuildConfiguration } from "./resolveSwiftArtifacts.js";
2
-
3
2
  //#region src/build/buildAppWasm.d.ts
4
3
  interface BuildAppWasmOptions extends ResolveSwiftArtifactsOptions {
5
4
  configuration?: WasmBuildConfiguration;
@@ -1,5 +1,4 @@
1
1
  import { BuildAppWasmOptions } from "./buildAppWasm.js";
2
-
3
2
  //#region src/build/buildSwiftTUIWebApp.d.ts
4
3
  interface BuildSwiftTUIWebAppOptions extends BuildAppWasmOptions {
5
4
  appExecutable?: string;
@@ -1,5 +1,4 @@
1
1
  import { WebHostSceneManifest } from "@swifttui/web/manifest";
2
-
3
2
  //#region src/build/generateSceneManifest.d.ts
4
3
  interface GenerateSceneManifestOptions {
5
4
  packagePath: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@swifttui/build",
3
- "version": "0.1.4",
3
+ "version": "0.1.5",
4
4
  "license": "MIT",
5
5
  "repository": {
6
6
  "type": "git",
@@ -39,7 +39,7 @@
39
39
  "access": "public"
40
40
  },
41
41
  "dependencies": {
42
- "@swifttui/web": "0.1.4"
42
+ "@swifttui/web": "0.1.5"
43
43
  },
44
44
  "devDependencies": {
45
45
  "@types/bun": "1.3.13"