@typespec/spec-coverage-sdk 0.1.0-alpha.1 → 0.1.0-alpha.2-dev.0

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +4 -0
  2. package/package.json +2 -1
package/CHANGELOG.md CHANGED
@@ -2,6 +2,10 @@
2
2
 
3
3
  ## 0.1.0-alpha.1
4
4
 
5
+ No changes, version bump only.
6
+
7
+ ## 0.1.0-alpha.1
8
+
5
9
  - Enabled uploading modified manifest file with details of more than one scenario paths.
6
10
 
7
11
  ## 0.1.0-alpha.0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@typespec/spec-coverage-sdk",
3
- "version": "0.1.0-alpha.1",
3
+ "version": "0.1.0-alpha.2-dev.0",
4
4
  "description": "Spec utility to manage the reported coverage",
5
5
  "main": "dist/index.js",
6
6
  "type": "module",
@@ -26,6 +26,7 @@
26
26
  "rimraf": "~6.0.1",
27
27
  "typescript": "~5.6.3"
28
28
  },
29
+ "peerDependencies": {},
29
30
  "scripts": {
30
31
  "watch": "tsc -p ./tsconfig.build.json --watch",
31
32
  "build": "tsc -p ./tsconfig.build.json",