Skip to content

Commit 14bf07b

Browse files
committed
chore: rebump version with npm publish fixed
1 parent 0535af1 commit 14bf07b

File tree

6 files changed

+11
-11
lines changed

6 files changed

+11
-11
lines changed

.vscode/launch.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "0.6.0",
2+
"version": "0.6.3",
33
"configurations": [
44
{
55
"name": "dev-prepare-dataset1",

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ Install [node](https://node.org) latest version and run:
5858
```bash
5959
npm install -g poto-siril
6060
poto -v
61-
# Should print `poto-siril 0.6.0`.
61+
# Should print `poto-siril 0.6.3`.
6262

6363
# Make sure to have `siril` registered in your PATH.
6464
siril -v

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "poto-siril",
3-
"version": "0.6.0",
3+
"version": "0.6.3",
44
"description": "Automatization around Siril (<https://siril.org/>) for deep sky astrophotography.",
55
"bin": {
66
"poto": "dist/src/poto-siril.js"
@@ -16,7 +16,7 @@
1616
"dev-spawn-ds1": "tsx ./scripts/dev-spawn-ds1.ts",
1717
"dev-prepare-ds1": "npm run dev-spawn-ds1 && TZ=UTC ./poto.sh prepare -i tmp/asiair-dump-1 -i tmp/bank tmp/project",
1818
"dev-preprocess-ds1": "TZ=UTC ./poto.sh preprocess -t src/pipeline/Mono_Preprocessing/Mono_Preprocessing.ssf tmp/project",
19-
"prepublishOnly": "tsc && tsc-alias"
19+
"prepublishOnly": "rm -rf dist && tsc && tsc-alias && npm install --no-progress --loglevel=error"
2020
},
2121
"keywords": [
2222
"siril",
@@ -29,7 +29,7 @@
2929
"author": "JorisLacance.fr",
3030
"license": "GPL-3.0-only",
3131
"repository": {
32-
"url": "github:TomyCesaille/poto-siril"
32+
"url": "git+https://github.com/TomyCesaille/poto-siril.git"
3333
},
3434
"homepage": "https://github.com/TomyCesaille/poto-siril",
3535
"bugs": {
@@ -60,4 +60,4 @@
6060
"enquirer": "^2.4.1",
6161
"execa": "^9.5.2"
6262
}
63-
}
63+
}

src/tests/e2e/__snapshots__/e2e-testing.spec.ts.snap

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
exports[`E2E no Darks/Biases matching, multiples sequences should warn if no matching darks and biases 2`] = `
44
"{
55
"generatedAt": "2024-10-15T00:00:00.000Z",
6-
"potoVersion": "poto-siril 0.6.0",
6+
"potoVersion": "poto-siril 0.6.3",
77
"metrics": {
88
"cumulatedLightIntegrationMinutes": 12,
99
"cumulatedDarksIntegrationMinutes": 0,
@@ -722,7 +722,7 @@ exports[`E2E no Darks/Biases matching, multiples sequences should warn if no mat
722722
exports[`E2E should be neat 2`] = `
723723
"{
724724
"generatedAt": "2024-10-15T00:00:00.000Z",
725-
"potoVersion": "poto-siril 0.6.0",
725+
"potoVersion": "poto-siril 0.6.3",
726726
"metrics": {
727727
"cumulatedLightIntegrationMinutes": 12,
728728
"cumulatedDarksIntegrationMinutes": 14,

src/utils/const.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
export const POTO_VERSION = "poto-siril 0.6.0";
1+
export const POTO_VERSION = "poto-siril 0.6.3";
22

33
export const POTO_JSON = "_poto_siril.json";
44

0 commit comments

Comments
 (0)