Skip to content

Commit

Permalink
Merge pull request #271 from pkgw/pre-release
Browse files Browse the repository at this point in the history
Pre-release prep
  • Loading branch information
pkgw authored Sep 15, 2023
2 parents 8b41100 + da66c8c commit 600e471
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 6 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,9 @@ workshops, and a variety of other needs.
## Developers’ quick start

1. Check out this repository to a machine with [Node.js] and [Yarn].
1. Builds with versions of Node.js around 18.17 may fail with [an Invalid URL
error](https://github.com/nodejs/node/issues/48855).
1. There have also been reports of builds that hang on Linux with Node 20.x.
1. `git submodule update --init`
1. `yarn install`
1. `yarn lint` (uses [ESLint])
Expand Down
2 changes: 1 addition & 1 deletion embed-creator/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,4 +57,4 @@
"serve": "vue-cli-service serve"
},
"version": "0.0.0-dev.0"
}
}
2 changes: 1 addition & 1 deletion embed/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"homepage": "https://worldwidetelescope.org/home/",
"internalDepVersions": {
"@wwtelescope/embed-common": "manual:workspace:>=0.2.0",
"@wwtelescope/engine": "1dded843ee47f132873d8b264bdba50badfea25f",
"@wwtelescope/engine": "thiscommit:2023-09-15:u5a68Lm",
"@wwtelescope/engine-pinia": "thiscommit:2022-11-10:R3G9gH3"
},
"keywords": [
Expand Down
2 changes: 1 addition & 1 deletion engine-helpers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"homepage": "https://worldwidetelescope.org/home/",
"internalDepVersions": {
"@wwtelescope/astro": "manual:workspace:>=0.1.0",
"@wwtelescope/engine": "thiscommit:2023-06-08:wiuLDxn",
"@wwtelescope/engine": "thiscommit:2023-09-15:QN4FSax",
"@wwtelescope/engine-types": "57d0450658d758832a11f628e890c061ad331ec2"
},
"keywords": [
Expand Down
2 changes: 1 addition & 1 deletion engine-pinia/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"homepage": "https://worldwidetelescope.org/home/",
"internalDepVersions": {
"@wwtelescope/astro": "thiscommit:2022-11-29:pfBFAzl",
"@wwtelescope/engine": "thiscommit:2023-06-08:jlRxuZ3",
"@wwtelescope/engine": "thiscommit:2023-09-15:tnfPTUa",
"@wwtelescope/engine-helpers": "thiscommit:2023-06-08:51W7HwZ",
"@wwtelescope/engine-types": "thiscommit:2022-11-29:OIQ6vzL"
},
Expand Down
2 changes: 1 addition & 1 deletion engine-types/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,4 @@
"type": "module",
"types": "./dist/src/index.d.ts",
"version": "0.0.0-dev.0"
}
}
2 changes: 1 addition & 1 deletion research-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"homepage": "https://worldwidetelescope.org/home/",
"internalDepVersions": {
"@wwtelescope/astro": "7cb232125428a91bd8fd10be24fec904e3589cce",
"@wwtelescope/engine": "thiscommit:2022-04-04:M9auxuE",
"@wwtelescope/engine": "thiscommit:2023-09-15:8Z0O5N5",
"@wwtelescope/engine-helpers": "263bedcc26dd2d13d03ba68daece76aa5e16f145",
"@wwtelescope/engine-pinia": "thiscommit:2022-11-10:R3G9gH3",
"@wwtelescope/engine-types": "263bedcc26dd2d13d03ba68daece76aa5e16f145",
Expand Down

0 comments on commit 600e471

Please sign in to comment.