Skip to content

Commit

Permalink
fix publishing to NPM (#10436)
Browse files Browse the repository at this point in the history
incidental

## Description
A couple days ago #10407 merged a new package, `@agoric/client-utils`. It wasn't marked private, but it didn't have `publishConfig` so the job that publishes to NPM was failing,
```
E402 You must sign up for private packages
```

This adds the necessary `publishConfig`. It also includes a couple other pending cleanups.

### Security Considerations
Publishing another package. It's under the `@agoric` org so it can't be squatted.

### Scaling Considerations
n/a

### Documentation Considerations
n/a

### Testing Considerations
We might want to have caught this problem in the PR but I don't think it's worth the effort. It was caught soon enough.

### Upgrade Considerations
n/a
  • Loading branch information
mergify[bot] authored Nov 9, 2024
2 parents bd0b2a9 + af90f4e commit 02c06c4
Show file tree
Hide file tree
Showing 25 changed files with 27 additions and 24 deletions.
2 changes: 1 addition & 1 deletion packages/ERTP/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,6 @@
"access": "public"
},
"typeCoverage": {
"atLeast": 91.23
"atLeast": 91.76
}
}
2 changes: 1 addition & 1 deletion packages/SwingSet/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,6 @@
"access": "public"
},
"typeCoverage": {
"atLeast": 75.82
"atLeast": 76.19
}
}
2 changes: 1 addition & 1 deletion packages/agoric-cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,6 @@
"workerThreads": false
},
"typeCoverage": {
"atLeast": 77.44
"atLeast": 77.45
}
}
2 changes: 1 addition & 1 deletion packages/async-flow/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,6 @@
"workerThreads": false
},
"typeCoverage": {
"atLeast": 76.93
"atLeast": 77.11
}
}
2 changes: 1 addition & 1 deletion packages/boot/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,6 @@
"workerThreads": false
},
"typeCoverage": {
"atLeast": 90.38
"atLeast": 90.58
}
}
2 changes: 1 addition & 1 deletion packages/builders/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,6 @@
"workerThreads": false
},
"typeCoverage": {
"atLeast": 82.43
"atLeast": 89.69
}
}
2 changes: 1 addition & 1 deletion packages/cache/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,6 @@
"timeout": "20m"
},
"typeCoverage": {
"atLeast": 94.12
"atLeast": 94.13
}
}
2 changes: 1 addition & 1 deletion packages/casting/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,6 @@
"workerThreads": false
},
"typeCoverage": {
"atLeast": 88.9
"atLeast": 88.91
}
}
3 changes: 3 additions & 0 deletions packages/client-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@
"version": "0.1.0",
"description": "Utilities for building Agoric clients",
"license": "Apache-2.0",
"publishConfig": {
"access": "public"
},
"type": "module",
"main": "src/main.js",
"files": [
Expand Down
2 changes: 1 addition & 1 deletion packages/cosmic-swingset/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,6 @@
"timeout": "20m"
},
"typeCoverage": {
"atLeast": 80.55
"atLeast": 80.52
}
}
2 changes: 1 addition & 1 deletion packages/deploy-script-support/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,6 @@
"access": "public"
},
"typeCoverage": {
"atLeast": 82.6
"atLeast": 83.71
}
}
2 changes: 1 addition & 1 deletion packages/governance/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,6 @@
"access": "public"
},
"typeCoverage": {
"atLeast": 89.35
"atLeast": 89.46
}
}
2 changes: 1 addition & 1 deletion packages/inter-protocol/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,6 @@
"access": "public"
},
"typeCoverage": {
"atLeast": 95.8
"atLeast": 95.71
}
}
2 changes: 1 addition & 1 deletion packages/internal/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,6 @@
"access": "public"
},
"typeCoverage": {
"atLeast": 93.42
"atLeast": 93.22
}
}
2 changes: 1 addition & 1 deletion packages/network/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,6 @@
"workerThreads": false
},
"typeCoverage": {
"atLeast": 91.15
"atLeast": 91.16
}
}
2 changes: 1 addition & 1 deletion packages/notifier/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,6 @@
"timeout": "2m"
},
"typeCoverage": {
"atLeast": 90.71
"atLeast": 90.77
}
}
2 changes: 1 addition & 1 deletion packages/orchestration/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,6 @@
"access": "public"
},
"typeCoverage": {
"atLeast": 97.3
"atLeast": 97.23
}
}
2 changes: 1 addition & 1 deletion packages/smart-wallet/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,6 @@
"access": "public"
},
"typeCoverage": {
"atLeast": 94.51
"atLeast": 94.64
}
}
2 changes: 1 addition & 1 deletion packages/solo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,6 @@
"workerThreads": false
},
"typeCoverage": {
"atLeast": 73.54
"atLeast": 74.05
}
}
2 changes: 1 addition & 1 deletion packages/swing-store/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,6 @@
"timeout": "2m"
},
"typeCoverage": {
"atLeast": 79.08
"atLeast": 79.04
}
}
2 changes: 1 addition & 1 deletion packages/telemetry/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,6 @@
"workerThreads": false
},
"typeCoverage": {
"atLeast": 87.03
"atLeast": 88.87
}
}
2 changes: 1 addition & 1 deletion packages/vats/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,6 @@
"workerThreads": false
},
"typeCoverage": {
"atLeast": 91.5
"atLeast": 91.52
}
}
2 changes: 1 addition & 1 deletion packages/vow/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,6 @@
"access": "public"
},
"typeCoverage": {
"atLeast": 91.85
"atLeast": 91.62
}
}
2 changes: 1 addition & 1 deletion packages/zoe/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,6 @@
"access": "public"
},
"typeCoverage": {
"atLeast": 85.01
"atLeast": 85
}
}
2 changes: 1 addition & 1 deletion packages/zone/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,6 @@
"workerThreads": false
},
"typeCoverage": {
"atLeast": 96.58
"atLeast": 98.56
}
}

0 comments on commit 02c06c4

Please sign in to comment.