Changes for commercial use (#138)

This commit is contained in:
Gregory Schier
2024-12-03 09:28:27 -08:00
committed by GitHub
parent 2b076c90e4
commit 88bcfb9e66
49 changed files with 1072 additions and 96 deletions

19
package-lock.json generated
View File

@@ -10,11 +10,12 @@
"workspaces": [
"plugin-runtime",
"plugin-runtime-types",
"src-tauri/yaak_license",
"src-tauri/yaak_models",
"src-tauri/yaak_plugin_runtime",
"src-tauri/yaak_sse",
"src-tauri/yaak_sync",
"src-tauri/yaak_templates",
"src-tauri/yaak_sse",
"src-web"
],
"devDependencies": {
@@ -3368,6 +3369,10 @@
"integrity": "sha512-N8tkAACJx2ww8vFMneJmaAgmjAG1tnVBZJRLRcx061tmsLRZHSEZSLuGWnwPtunsSLvSqXQ2wfp7Mgqg1I+2dQ==",
"license": "MIT"
},
"node_modules/@yaakapp-internal/license": {
"resolved": "src-tauri/yaak_license",
"link": true
},
"node_modules/@yaakapp-internal/models": {
"resolved": "src-tauri/yaak_models",
"link": true
@@ -3384,10 +3389,6 @@
"resolved": "src-tauri/yaak_sse",
"link": true
},
"node_modules/@yaakapp-internal/template": {
"resolved": "src-tauri/yaak_templates",
"link": true
},
"node_modules/@yaakapp/api": {
"resolved": "plugin-runtime-types",
"link": true
@@ -13734,6 +13735,10 @@
"typescript": "^5.6.2"
}
},
"src-tauri/yaak_license": {
"name": "@yaakapp-internal/license",
"version": "1.0.0"
},
"src-tauri/yaak_models": {
"name": "@yaakapp-internal/models",
"version": "1.0.0"
@@ -13748,7 +13753,8 @@
},
"src-tauri/yaak_templates": {
"name": "@yaakapp-internal/template",
"version": "1.0.0"
"version": "1.0.0",
"extraneous": true
},
"src-web": {
"name": "@yaakapp/app",
@@ -13773,6 +13779,7 @@
"@tauri-apps/plugin-log": "^2.0.0",
"@tauri-apps/plugin-os": "^2.0.0",
"@tauri-apps/plugin-shell": "^2.0.0",
"@yaakapp-internal/license": "^1.0.0",
"buffer": "^6.0.3",
"classnames": "^2.5.1",
"cm6-graphql": "^0.0.9",