Skip to content

Commit

Permalink
[@azure-tools/azure-http-specs] - Rollout the azure http specs package (
Browse files Browse the repository at this point in the history
#1753)

This is the azure specific counter part of the PR
microsoft/typespec#4836. In this PR, the
`azure-http-specs` package is being rolled out.

Please review and approve the PR. Thanks
  • Loading branch information
sarangan12 authored Oct 29, 2024
1 parent 6d350ff commit 1f36182
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
changeKind: internal
packages:
- "@azure-tools/azure-http-specs"
---

Rollout azure-http-specs package
5 changes: 2 additions & 3 deletions packages/azure-http-specs/package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
{
"name": "@azure-tools/azure-http-specs",
"version": "0.1.0",
"version": "0.1.0-alpha.0",
"description": "Spec scenarios and mock apis",
"main": "dist/index.js",
"type": "module",
"private": true,
"scripts": {
"watch": "tsc -p ./tsconfig.build.json --watch",
"build": "tsc -p ./tsconfig.build.json",
Expand All @@ -18,7 +17,7 @@
"validate-client-server": "concurrently \"tsp-spector server start ./specs\" \"npm run client\" && tsp-spector server stop",
"client": "tsp-spector server-test ./specs",
"serve": "tsp-spector serve ./specs",
"test": "echo \"Error: no test specified\" && exit 1"
"test": "echo \"Error: no test specified\""
},
"engines": {
"node": ">=18.0.0"
Expand Down

0 comments on commit 1f36182

Please sign in to comment.