Skip to content

Commit 9ca5d2c

Browse files
committed
Update heft schema referecnes.
1 parent 89c5bae commit 9ca5d2c

12 files changed

Lines changed: 12 additions & 12 deletions

File tree

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"$schema": "https://developer.microsoft.com/json-schemas/heft/api-extractor-task.schema.json",
2+
"$schema": "https://developer.microsoft.com/json-schemas/heft/v0/api-extractor-task.schema.json",
33

44
"extends": "@rushstack/heft-node-rig/profiles/default/config/api-extractor-task.json"
55
}
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"$schema": "https://developer.microsoft.com/json-schemas/heft/heft.schema.json",
2+
"$schema": "https://developer.microsoft.com/json-schemas/heft/v0/heft.schema.json",
33

44
"extends": "@rushstack/heft-node-rig/profiles/default/config/heft.json"
55
}

rigs/decoupled-local-node-rig/profiles/default/config/typescript.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"$schema": "https://developer.microsoft.com/json-schemas/heft/typescript.schema.json",
2+
"$schema": "https://developer.microsoft.com/json-schemas/heft/v0/typescript.schema.json",
33

44
"extends": "@rushstack/heft-node-rig/profiles/default/config/typescript.json",
55

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"$schema": "https://developer.microsoft.com/json-schemas/heft/api-extractor-task.schema.json",
2+
"$schema": "https://developer.microsoft.com/json-schemas/heft/v0/api-extractor-task.schema.json",
33

44
"extends": "@rushstack/heft-node-rig/profiles/default/config/api-extractor-task.json"
55
}
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"$schema": "https://developer.microsoft.com/json-schemas/heft/heft.schema.json",
2+
"$schema": "https://developer.microsoft.com/json-schemas/heft/v0/heft.schema.json",
33

44
"extends": "@rushstack/heft-node-rig/profiles/default/config/heft.json"
55
}

rigs/local-node-rig/profiles/default/config/typescript.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"$schema": "https://developer.microsoft.com/json-schemas/heft/typescript.schema.json",
2+
"$schema": "https://developer.microsoft.com/json-schemas/heft/v0/typescript.schema.json",
33

44
"extends": "@rushstack/heft-node-rig/profiles/default/config/typescript.json",
55

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"$schema": "https://developer.microsoft.com/json-schemas/heft/api-extractor-task.schema.json",
2+
"$schema": "https://developer.microsoft.com/json-schemas/heft/v0/api-extractor-task.schema.json",
33

44
"extends": "@rushstack/heft-web-rig/profiles/app/config/api-extractor-task.json"
55
}
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"$schema": "https://developer.microsoft.com/json-schemas/heft/heft.schema.json",
2+
"$schema": "https://developer.microsoft.com/json-schemas/heft/v0/heft.schema.json",
33

44
"extends": "@rushstack/heft-web-rig/profiles/app/config/heft.json"
55
}
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"$schema": "https://developer.microsoft.com/json-schemas/heft/typescript.schema.json",
2+
"$schema": "https://developer.microsoft.com/json-schemas/heft/v0/typescript.schema.json",
33

44
"extends": "@rushstack/heft-web-rig/profiles/app/config/typescript.json"
55
}
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"$schema": "https://developer.microsoft.com/json-schemas/heft/api-extractor-task.schema.json",
2+
"$schema": "https://developer.microsoft.com/json-schemas/heft/v0/api-extractor-task.schema.json",
33

44
"extends": "@rushstack/heft-web-rig/profiles/library/config/api-extractor-task.json"
55
}

0 commit comments

Comments
 (0)