This commit is contained in:
Julian Krauser 2025-02-06 12:33:51 +01:00
parent afbcae4add
commit 25b826c861
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",
"version": "0.0.0",
"version": "1.0.0",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "@ff-admin/webapi-client",
"version": "0.0.0",
"version": "1.0.0",
"license": "GPL-3.0-only",
"dependencies": {
"axios": "^1.6.2",

View file

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