@typespec/http 1.2.0-dev.1 → 1.2.0-dev.3

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,4 +1,4 @@
1
- import { Type } from "@typespec/compiler";
1
+ import type { Type } from "@typespec/compiler";
2
2
  import { HttpPart } from "../../../private.decorators.js";
3
3
  /**
4
4
  * Utilities for working with HTTP Parts.
@@ -1 +1 @@
1
- {"version":3,"file":"http-part.d.ts","sourceRoot":"","sources":["../../../../../src/experimental/typekit/kits/http-part.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,IAAI,EAAE,MAAM,oBAAoB,CAAC;AAE1C,OAAO,EAAe,QAAQ,EAAE,MAAM,gCAAgC,CAAC;AAEvE;;;;GAIG;AACH,MAAM,WAAW,WAAW;IAC1B;;;OAGG;IACH,EAAE,CAAC,IAAI,EAAE,IAAI,GAAG,OAAO,CAAC;IAIxB,GAAG,CAAC,IAAI,EAAE,IAAI,GAAG,QAAQ,GAAG,SAAS,CAAC;IACtC;;;;OAIG;IACH,MAAM,CAAC,IAAI,EAAE,IAAI,GAAG,IAAI,CAAC;CAC1B;AAED,UAAU,gBAAgB;IACxB,QAAQ,EAAE,WAAW,CAAC;CACvB;AAED,OAAO,QAAQ,4BAA4B,CAAC;IAC1C,UAAU,OAAQ,SAAQ,gBAAgB;KAAG;CAC9C"}
1
+ {"version":3,"file":"http-part.d.ts","sourceRoot":"","sources":["../../../../../src/experimental/typekit/kits/http-part.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,IAAI,EAAE,MAAM,oBAAoB,CAAC;AAE/C,OAAO,EAAe,QAAQ,EAAE,MAAM,gCAAgC,CAAC;AAEvE;;;;GAIG;AACH,MAAM,WAAW,WAAW;IAC1B;;;OAGG;IACH,EAAE,CAAC,IAAI,EAAE,IAAI,GAAG,OAAO,CAAC;IAIxB,GAAG,CAAC,IAAI,EAAE,IAAI,GAAG,QAAQ,GAAG,SAAS,CAAC;IACtC;;;;OAIG;IACH,MAAM,CAAC,IAAI,EAAE,IAAI,GAAG,IAAI,CAAC;CAC1B;AAED,UAAU,gBAAgB;IACxB,QAAQ,EAAE,WAAW,CAAC;CACvB;AAED,OAAO,QAAQ,4BAA4B,CAAC;IAC1C,UAAU,OAAQ,SAAQ,gBAAgB;KAAG;CAC9C"}
@@ -1,4 +1,4 @@
1
- import { Model } from "@typespec/compiler";
1
+ import type { Model } from "@typespec/compiler";
2
2
  /**
3
3
  * Utilities for working with Models in the context of Http.
4
4
  * @typekit model
@@ -1 +1 @@
1
- {"version":3,"file":"model.d.ts","sourceRoot":"","sources":["../../../../../src/experimental/typekit/kits/model.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,EAAE,MAAM,oBAAoB,CAAC;AAI3C;;;;GAIG;AACH,MAAM,WAAW,SAAS;IACxB;;;OAGG;IACH,UAAU,CAAC,KAAK,EAAE,KAAK,GAAG,OAAO,CAAC;CACnC;AAMD,OAAO,QAAQ,4BAA4B,CAAC;IAC1C,UAAU,QAAS,SAAQ,SAAS;KAAG;CACxC"}
1
+ {"version":3,"file":"model.d.ts","sourceRoot":"","sources":["../../../../../src/experimental/typekit/kits/model.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,KAAK,EAAE,MAAM,oBAAoB,CAAC;AAIhD;;;;GAIG;AACH,MAAM,WAAW,SAAS;IACxB;;;OAGG;IACH,UAAU,CAAC,KAAK,EAAE,KAAK,GAAG,OAAO,CAAC;CACnC;AAMD,OAAO,QAAQ,4BAA4B,CAAC;IAC1C,UAAU,QAAS,SAAQ,SAAS;KAAG;CACxC"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@typespec/http",
3
- "version": "1.2.0-dev.1",
3
+ "version": "1.2.0-dev.3",
4
4
  "author": "Microsoft Corporation",
5
5
  "description": "TypeSpec HTTP protocol binding",
6
6
  "homepage": "https://github.com/microsoft/typespec",