Skip to content

Commit 55993a5

Browse files
committed
Fix publish of package-extractor.
1 parent 906f22d commit 55993a5

5 files changed

Lines changed: 22 additions & 4 deletions

File tree

apps/rush/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@
5252
"@types/semver": "7.5.0"
5353
},
5454
"exports": {
55+
".": {},
5556
"./lib/*": {
5657
"types": "./lib-dts/*.d.ts",
5758
"import": "./lib-esm/*.js",
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
{
2+
"changes": [
3+
{
4+
"packageName": "@microsoft/rush",
5+
"comment": "Fix an issue where files were missing from the published version of `@rushstack/package-extractor`.",
6+
"type": "none"
7+
}
8+
],
9+
"packageName": "@microsoft/rush"
10+
}
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
{
2+
"changes": [
3+
{
4+
"packageName": "@rushstack/package-extractor",
5+
"comment": "Fix an issue where `lib-` folders were excluded from publish.",
6+
"type": "patch"
7+
}
8+
],
9+
"packageName": "@rushstack/package-extractor"
10+
}

common/config/rush/version-policies.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@
103103
"policyName": "rush",
104104
"definitionName": "lockStepVersion",
105105
"version": "5.169.0",
106-
"nextBump": "minor",
106+
"nextBump": "patch",
107107
"mainProject": "@microsoft/rush"
108108
}
109109
]

libraries/package-extractor/.npmignore

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,3 @@
3030
# ---------------------------------------------------------------------------
3131
# DO NOT MODIFY ABOVE THIS LINE! Add any project-specific overrides below.
3232
# ---------------------------------------------------------------------------
33-
34-
!/assets/**
35-
/lib-*/**

0 commit comments

Comments
 (0)