Skip to content

Commit

Permalink
fix: Publish all materials consistently (#1021)
Browse files Browse the repository at this point in the history
  • Loading branch information
kriskowal authored Jan 27, 2022
1 parent 45b5500 commit a2c74d9
Show file tree
Hide file tree
Showing 26 changed files with 78 additions and 77 deletions.
8 changes: 3 additions & 5 deletions packages/base64/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,11 +52,9 @@
},
"files": [
"LICENSE*",
"decode.js",
"encode.js",
"index.d.ts",
"index.js",
"src"
"src",
"*.js",
"*.ts"
],
"publishConfig": {
"access": "public"
Expand Down
4 changes: 3 additions & 1 deletion packages/bundle-source/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,10 @@
},
"keywords": [],
"files": [
"LICENSE*",
"src",
"exported"
"*.js",
"*.ts"
],
"repository": {
"type": "git",
Expand Down
5 changes: 4 additions & 1 deletion packages/captp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,10 @@
"test": "test"
},
"files": [
"src"
"LICENSE*",
"src",
"*.js",
"*.ts"
],
"repository": {
"type": "git",
Expand Down
4 changes: 2 additions & 2 deletions packages/cjs-module-analyzer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,8 @@
},
"files": [
"LICENSE*",
"index.d.ts",
"index.js"
"*.js",
"*.ts"
],
"publishConfig": {
"access": "public"
Expand Down
2 changes: 0 additions & 2 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,6 @@
},
"files": [
"LICENSE*",
"index.d.ts",
"index.js",
"src"
],
"publishConfig": {
Expand Down
11 changes: 3 additions & 8 deletions packages/compartment-mapper/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,14 +61,9 @@
},
"files": [
"LICENSE*",
"archive.js",
"bundle.js",
"import-archive.js",
"import.js",
"index.d.ts",
"index.js",
"node-powers.js",
"src"
"src",
"*.js",
"*.ts"
],
"publishConfig": {
"access": "public"
Expand Down
6 changes: 3 additions & 3 deletions packages/daemon/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,9 +62,9 @@
},
"files": [
"LICENSE*",
"index.d.ts",
"index.js",
"src"
"src",
"*.js",
"*.ts"
],
"publishConfig": {
"access": "public"
Expand Down
5 changes: 3 additions & 2 deletions packages/eventual-send/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,10 @@
"wavy dot"
],
"files": [
"LICENSE*",
"src",
"dist",
"shim.js"
"*.js",
"*.ts"
],
"eslintConfig": {
"extends": [
Expand Down
5 changes: 4 additions & 1 deletion packages/far/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,10 @@
"far"
],
"files": [
"src"
"LICENSE*",
"src",
"*.js",
"*.ts"
],
"eslintConfig": {
"extends": [
Expand Down
8 changes: 4 additions & 4 deletions packages/import-bundle/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,10 @@
"c8": "^7.7.3"
},
"files": [
"README.md",
"LICENSE",
"NEWS.md",
"src/**/*.js"
"LICENSE*",
"src",
"*.js",
"*.ts"
],
"author": "Endo contributors",
"license": "Apache-2.0",
Expand Down
4 changes: 3 additions & 1 deletion packages/init/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,10 @@
"@endo/lockdown": "^0.1.3"
},
"files": [
"LICENSE*",
"src",
"*.js",
"src/**.js"
"*.ts"
],
"repository": {
"type": "git",
Expand Down
4 changes: 3 additions & 1 deletion packages/lockdown/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,10 @@
"ses": "^0.15.5"
},
"files": [
"LICENSE*",
"src",
"*.js",
"src/**.js"
"*.ts"
],
"repository": {
"type": "git",
Expand Down
7 changes: 3 additions & 4 deletions packages/lp32/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,10 +65,9 @@
},
"files": [
"LICENSE*",
"index.d.ts",
"index.js",
"reader.js",
"writer.js"
"src",
"*.js",
"*.ts"
],
"publishConfig": {
"access": "public"
Expand Down
5 changes: 5 additions & 0 deletions packages/marshal/NEWS.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
User-visible changes in `@endo/marshal`:

# Next release

Includes TypeScript definitions in published artifact.


# v0.5.1 (2021-01-22)

Moved from https://github.com/Agoric/agoric-sdk to
Expand Down
5 changes: 3 additions & 2 deletions packages/marshal/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,10 @@
"c8": "^7.7.3"
},
"files": [
"src/",
"LICENSE*",
"src",
"*.js",
"NEWS.md"
"*.ts"
],
"eslintConfig": {
"extends": [
Expand Down
5 changes: 4 additions & 1 deletion packages/nat/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,10 @@
"overflow"
],
"files": [
"src"
"LICENSE*",
"src",
"*.js",
"*.ts"
],
"ava": {
"files": [
Expand Down
7 changes: 3 additions & 4 deletions packages/netstring/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,10 +54,9 @@
},
"files": [
"LICENSE*",
"index.d.ts",
"index.js",
"reader.js",
"writer.js"
"src",
"*.js",
"*.ts"
],
"publishConfig": {
"access": "public"
Expand Down
6 changes: 3 additions & 3 deletions packages/promise-kit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,9 +54,9 @@
},
"files": [
"LICENSE*",
"NEWS.md",
"index.js",
"index.d.ts"
"src",
"*.js",
"*.ts"
],
"publishConfig": {
"access": "public"
Expand Down
7 changes: 3 additions & 4 deletions packages/ses-ava/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,10 +51,9 @@
},
"files": [
"LICENSE*",
"exported.js",
"index.d.ts",
"index.js",
"src"
"src",
"*.js",
"*.ts"
],
"publishConfig": {
"access": "public"
Expand Down
4 changes: 2 additions & 2 deletions packages/static-module-record/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,8 @@
"files": [
"LICENSE*",
"src",
"index.js",
"index.d.ts"
"*.js",
"*.ts"
],
"publishConfig": {
"access": "public"
Expand Down
8 changes: 3 additions & 5 deletions packages/stream-node/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,11 +62,9 @@
},
"files": [
"LICENSE*",
"index.d.ts",
"index.js",
"reader.js",
"writer.js",
"src"
"src",
"*.js",
"*.ts"
],
"publishConfig": {
"access": "public"
Expand Down
6 changes: 3 additions & 3 deletions packages/stream/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,9 +61,9 @@
},
"files": [
"LICENSE*",
"index.d.ts",
"index.js",
"types.d.ts"
"src",
"*.js",
"*.ts"
],
"publishConfig": {
"access": "public"
Expand Down
8 changes: 3 additions & 5 deletions packages/syrup/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,11 +52,9 @@
},
"files": [
"LICENSE*",
"index.d.ts",
"index.js",
"decode.js",
"encode.js",
"src"
"src",
"*.js",
"*.ts"
],
"private": true,
"eslintConfig": {
Expand Down
8 changes: 3 additions & 5 deletions packages/where/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,12 +48,10 @@
"typescript": "^4.2.3"
},
"files": [
"*.js",
"*.ts",
"LICENSE*",
"index.d.ts",
"index.js",
"src"
"src",
"*.js",
"*.ts"
],
"publishConfig": {
"access": "public"
Expand Down
7 changes: 2 additions & 5 deletions packages/zip/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,12 +51,9 @@
},
"files": [
"LICENSE*",
"index.d.ts",
"index.js",
"reader.js",
"writer.js",
"src",
"types"
"*.js",
"*.ts"
],
"private": false,
"publishConfig": {
Expand Down
6 changes: 3 additions & 3 deletions scripts/repackage.sh
Original file line number Diff line number Diff line change
Expand Up @@ -101,10 +101,10 @@ NEWPKGJSONHASH=$(
"ava": "^3.12.1",
}) | to_entries | sort_by(.key) | from_entries,
files: ((.files // []) + [
"src",
"LICENSE*",
"index.js",
"index.d.ts"
"src",
"*.js",
"*.ts"
]) | sort | unique,
"publishConfig": {
"access": "public",
Expand Down

0 comments on commit a2c74d9

Please sign in to comment.