Skip to content

Commit d38a895

Browse files
authored
Fix/changeset pr action (#2)
* tighten allowed endpoints * update package.json
1 parent 8cca29b commit d38a895

File tree

5 files changed

+7
-13
lines changed

5 files changed

+7
-13
lines changed

.changeset/config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,5 @@
1010
"access": "public",
1111
"baseBranch": "main",
1212
"updateInternalDependencies": "patch",
13-
"ignore": []
13+
"ignore": ["@svitejs/private"]
1414
}

.github/workflows/release.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,7 @@ jobs:
2323
allowed-endpoints: >
2424
api.github.com:443
2525
github.com:443
26-
nodejs.org:443
2726
release-assets.githubusercontent.com:443
28-
objects.githubusercontent.com:443
2927
registry.npmjs.org:443
3028
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
3129
with:
@@ -57,9 +55,7 @@ jobs:
5755
allowed-endpoints: >
5856
api.github.com:443
5957
github.com:443
60-
nodejs.org:443
6158
release-assets.githubusercontent.com:443
62-
objects.githubusercontent.com:443
6359
registry.npmjs.org:443
6460
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
6561
with:
@@ -88,9 +84,7 @@ jobs:
8884
allowed-endpoints: >
8985
api.github.com:443
9086
github.com:443
91-
nodejs.org:443
9287
release-assets.githubusercontent.com:443
93-
objects.githubusercontent.com:443
9488
registry.npmjs.org:443
9589
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
9690
with:

packages/private/package.json

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,12 @@
11
{
2-
"name": "private",
2+
"name": "@svitejs/private",
33
"version": "0.0.1",
44
"private": true,
55
"type": "module",
6-
"description": "",
6+
"author": "dominikg",
7+
"license": "UNLICENSED",
78
"main": "index.js",
89
"scripts": {
910
"test": "echo \"Error: no test specified\" && exit 1"
10-
},
11-
"keywords": [],
12-
"author": "",
13-
"license": "UNLICENSED"
11+
}
1412
}

packages/scoped/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
"version": "0.0.7",
44
"type": "module",
55
"license": "ISC",
6+
"author": "dominikg",
67
"files": ["index.js"],
78
"repository": {
89
"type": "git",

packages/scopeless/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
"version": "0.0.7",
44
"type": "module",
55
"license": "ISC",
6+
"author": "dominikg",
67
"files": ["index.js"],
78
"repository": {
89
"type": "git",

0 commit comments

Comments
 (0)