diff --git a/package-lock.json b/package-lock.json index 776ae39b..de74b602 100644 --- a/package-lock.json +++ b/package-lock.json @@ -27,7 +27,7 @@ "@tauri-apps/plugin-log": "^2.0.0-rc.1", "@tauri-apps/plugin-os": "^2.0.0-rc.1", "@tauri-apps/plugin-shell": "^2.0.0-rc.1", - "@yaakapp/api": "^0.1.13", + "@yaakapp/api": "^0.1.15", "buffer": "^6.0.3", "classnames": "^2.3.2", "cm6-graphql": "^0.0.9", @@ -2986,9 +2986,9 @@ "integrity": "sha512-N8tkAACJx2ww8vFMneJmaAgmjAG1tnVBZJRLRcx061tmsLRZHSEZSLuGWnwPtunsSLvSqXQ2wfp7Mgqg1I+2dQ==" }, "node_modules/@yaakapp/api": { - "version": "0.1.13", - "resolved": "https://registry.npmjs.org/@yaakapp/api/-/api-0.1.13.tgz", - "integrity": "sha512-FSYPHZV0mP967w63VXi9zYP81hPo3vjSW3/UElJLuF/8ig6WmG4p1q2oYos4Ik267Z3qSQAGN5dPMfuk3DAnBA==", + "version": "0.1.15", + "resolved": "https://registry.npmjs.org/@yaakapp/api/-/api-0.1.15.tgz", + "integrity": "sha512-4nrImM9r4Afih0CcG6PWtGA6Luap/Ki5ZVl56WejWA8WPpy8AhEpC0KErpJChNzzqRjgK9ZEWdQNsBHppzAs8A==", "dependencies": { "@types/node": "^22.0.0" } diff --git a/package.json b/package.json index e2a2fb60..b26539fe 100644 --- a/package.json +++ b/package.json @@ -42,7 +42,7 @@ "@tauri-apps/plugin-log": "^2.0.0-rc.1", "@tauri-apps/plugin-os": "^2.0.0-rc.1", "@tauri-apps/plugin-shell": "^2.0.0-rc.1", - "@yaakapp/api": "^0.1.13", + "@yaakapp/api": "^0.1.15", "buffer": "^6.0.3", "classnames": "^2.3.2", "cm6-graphql": "^0.0.9", diff --git a/plugin-runtime-types/.gitignore b/plugin-runtime-types/.gitignore index 3c3629e6..3063f07d 100644 --- a/plugin-runtime-types/.gitignore +++ b/plugin-runtime-types/.gitignore @@ -1 +1,2 @@ +lib node_modules diff --git a/plugin-runtime-types/package.json b/plugin-runtime-types/package.json index 380ed7c3..e8122205 100644 --- a/plugin-runtime-types/package.json +++ b/plugin-runtime-types/package.json @@ -1,6 +1,6 @@ { "name": "@yaakapp/api", - "version": "0.1.14", + "version": "0.1.15", "main": "lib/index.js", "typings": "./lib/index.d.ts", "files": [