This commit is contained in:
Julian Krauser 2025-04-16 17:20:33 +02:00
parent c24c15552d
commit 2f8f7927c1
2 changed files with 3 additions and 3 deletions

4
package-lock.json generated
View file

@ -1,12 +1,12 @@
{ {
"name": "@ff-admin/webapi-client", "name": "@ff-admin/webapi-client",
"version": "1.1.1", "version": "1.2.0",
"lockfileVersion": 3, "lockfileVersion": 3,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "@ff-admin/webapi-client", "name": "@ff-admin/webapi-client",
"version": "1.1.1", "version": "1.2.0",
"license": "AGPL-3.0-only", "license": "AGPL-3.0-only",
"dependencies": { "dependencies": {
"axios": "^1.6.2", "axios": "^1.6.2",

View file

@ -1,6 +1,6 @@
{ {
"name": "@ff-admin/webapi-client", "name": "@ff-admin/webapi-client",
"version": "1.1.1", "version": "1.2.0",
"description": "api client for ff admin webapi", "description": "api client for ff admin webapi",
"main": "dist/index.js", "main": "dist/index.js",
"scripts": { "scripts": {