File tree Expand file tree Collapse file tree 3 files changed +10
-10
lines changed Expand file tree Collapse file tree 3 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 43
43
run : |
44
44
PACKAGE_VERSION="$( node -e "console.log(require('./package.json').version)" )"
45
45
RELEASE_TYPE="$(node -e "const semver = require('semver'); const prerelease = semver.prerelease('$PACKAGE_VERSION'); console.log(prerelease ? 'prerelease' : 'regular')")"
46
- isPublished="$( npm view @acalcutt/ contour-generator versions --json | jq -c --arg cv "$PACKAGE_VERSION" 'any(. == $cv)' )"
46
+ isPublished="$( npm view contour-generator versions --json | jq -c --arg cv "$PACKAGE_VERSION" 'any(. == $cv)' )"
47
47
echo "version=$PACKAGE_VERSION" >> "$GITHUB_OUTPUT"
48
48
echo "published=$isPublished" >> "$GITHUB_OUTPUT"
49
49
echo "release_type=$RELEASE_TYPE" >> "$GITHUB_OUTPUT"
Original file line number Diff line number Diff line change 1
1
{
2
- "name" : " @acalcutt/ contour-generator" ,
3
- "version" : " 2.0.5 " ,
2
+ "name" : " contour-generator" ,
3
+ "version" : " 2.0.6 " ,
4
4
"description" : " Locally generates contour vector tiles using maplibre-contour" ,
5
5
"main" : " ./dist/index.js" ,
6
6
"bin" : {
22
22
],
23
23
"repository" : {
24
24
"type" : " git" ,
25
- "url" : " git+https://github.com/acalcutt/contour_generator .git"
25
+ "url" : " git+https://github.com/acalcutt/contour-generator .git"
26
26
},
27
27
"keywords" : [
28
28
" maplibre" ,
34
34
"license" : " BSD-3-Clause" ,
35
35
"type" : " module" ,
36
36
"bugs" : {
37
- "url" : " https://github.com/acalcutt/contour_generator /issues"
37
+ "url" : " https://github.com/acalcutt/contour-generator /issues"
38
38
},
39
- "homepage" : " https://github.com/acalcutt/contour_generator #readme" ,
39
+ "homepage" : " https://github.com/acalcutt/contour-generator #readme" ,
40
40
"dependencies" : {
41
41
"@mapbox/mbtiles" : " ^0.12.1" ,
42
42
"@mapbox/tilebelt" : " ^2.0.2" ,
You can’t perform that action at this time.
0 commit comments