Compare commits

...

2 commits
v0.2.8 ... main

Author SHA1 Message Date
3673318b75 0.2.9
All checks were successful
ci/woodpecker/tag/build Pipeline was successful
2025-06-27 17:53:58 +02:00
5ec05120ac CI: Improve build 2025-06-27 17:53:43 +02:00
3 changed files with 5 additions and 3 deletions

View file

@ -12,6 +12,8 @@ steps:
ORG: philorg
REGISTRY_TOKEN:
from_secret: registry_token
volumes:
- pnpm:/root/.local/share/pnpm
commands:
- pnpm install --frozen-lockfile
- pnpm set "//code.philo.ydns.eu/api/packages/$ORG/npm/:_authToken=$REGISTRY_TOKEN"

4
package-lock.json generated
View file

@ -1,12 +1,12 @@
{
"name": "typescript",
"version": "0.2.8",
"version": "0.2.9",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "typescript",
"version": "0.2.8",
"version": "0.2.9",
"dependencies": {
"axios": "^1.7.9",
"vue": "3.5.13"

View file

@ -1,6 +1,6 @@
{
"name": "oidc-test-web",
"version": "0.2.8",
"version": "0.2.9",
"type": "module",
"scripts": {
"dev": "vite --port 3000",