Update package version to 1.2.2 in package.json and package-lock.json
Some checks failed
CI / check (push) Successful in 52s
OSV-Scanner Scheduled Scan / scan-scheduled (push) Successful in 17s
Publish NPM Package / publish (push) Failing after 49s
CI / build (push) Successful in 48s
Build and Publish Docker Image / build (push) Successful in 14m35s

This commit is contained in:
2025-12-25 14:26:32 -06:00
parent f80919c45f
commit f92c8fced7
2 changed files with 3 additions and 3 deletions

4
package-lock.json generated
View File

@@ -1,12 +1,12 @@
{
"name": "@quad4/surveilled",
"version": "1.2.0",
"version": "1.2.2",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "@quad4/surveilled",
"version": "1.2.0",
"version": "1.2.2",
"dependencies": {
"autoprefixer": "^10.4.23",
"lucide-svelte": "^0.562.0",

View File

@@ -1,6 +1,6 @@
{
"name": "@quad4/surveilled",
"version": "1.2.0",
"version": "1.2.2",
"type": "module",
"publishConfig": {
"registry": "https://git.quad4.io/api/packages/quad4-software/npm/"