@typespec/bundler 0.1.0-alpha.4-dev.8 → 0.1.0-alpha.4-dev.9

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,10 +1,10 @@
1
1
  import type { Plugin } from "vite";
2
2
  export interface TypeSpecBundlePluginOptions {
3
- folderName: string;
3
+ readonly folderName: string;
4
4
  /**
5
5
  * Name of libraries to bundle.
6
6
  */
7
- libraries: string[];
7
+ readonly libraries: readonly string[];
8
8
  }
9
9
  export declare function typespecBundlePlugin(options: TypeSpecBundlePluginOptions): Plugin;
10
10
  //# sourceMappingURL=vite-plugin.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"vite-plugin.d.ts","sourceRoot":"","sources":["../../../src/vite/vite-plugin.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAA6B,MAAM,EAAkB,MAAM,MAAM,CAAC;AAQ9E,MAAM,WAAW,2BAA2B;IAC1C,UAAU,EAAE,MAAM,CAAC;IAEnB;;OAEG;IACH,SAAS,EAAE,MAAM,EAAE,CAAC;CACrB;AAED,wBAAgB,oBAAoB,CAAC,OAAO,EAAE,2BAA2B,GAAG,MAAM,CA+FjF"}
1
+ {"version":3,"file":"vite-plugin.d.ts","sourceRoot":"","sources":["../../../src/vite/vite-plugin.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAA6B,MAAM,EAAkB,MAAM,MAAM,CAAC;AAQ9E,MAAM,WAAW,2BAA2B;IAC1C,QAAQ,CAAC,UAAU,EAAE,MAAM,CAAC;IAE5B;;OAEG;IACH,QAAQ,CAAC,SAAS,EAAE,SAAS,MAAM,EAAE,CAAC;CACvC;AAED,wBAAgB,oBAAoB,CAAC,OAAO,EAAE,2BAA2B,GAAG,MAAM,CA+FjF"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@typespec/bundler",
3
- "version": "0.1.0-alpha.4-dev.8",
3
+ "version": "0.1.0-alpha.4-dev.9",
4
4
  "author": "Microsoft Corporation",
5
5
  "description": "Package to bundle a typespec library.",
6
6
  "homepage": "https://microsoft.github.io/typespec",