diff --git a/.vscode/launch.json b/.vscode/launch.json index f04c113..d9d2356 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -1,6 +1,20 @@ { "version": "0.2.0", "configurations": [ + { + "name": "Launch Edge", + "request": "launch", + "type": "msedge", + "url": "https://localhost:3000/aipane.html", + "webRoot": "${workspaceFolder}" + }, + { + "name": "Attach to Edge", + "port": 9222, + "request": "attach", + "type": "msedge", + "webRoot": "${workspaceFolder}" + }, { "name": "Outlook Desktop (Edge Chromium)", "type": "msedge", diff --git a/package-lock.json b/package-lock.json index cb10a8b..1e64c48 100644 --- a/package-lock.json +++ b/package-lock.json @@ -27,7 +27,7 @@ "@babel/plugin-syntax-import-attributes": "^7.25.7", "@babel/preset-typescript": "^7.25.7", "@types/dompurify": "^3.0.5", - "@types/office-js": "^1.0.434", + "@types/office-js": "^1.0.435", "@types/office-runtime": "^1.0.35", "@types/react": "^18.3.11", "@types/react-dom": "^18.3.1", @@ -40,7 +40,7 @@ "eslint-plugin-react": "^7.37.1", "file-loader": "^6.2.0", "html-loader": "^5.1.0", - "html-webpack-plugin": "^5.6.0", + "html-webpack-plugin": "^5.6.2", "http": "^0.0.1-security", "http-server": "^14.1.1", "less": "^4.2.0", @@ -5192,9 +5192,9 @@ } }, "node_modules/@types/office-js": { - "version": "1.0.434", - "resolved": "https://registry.npmjs.org/@types/office-js/-/office-js-1.0.434.tgz", - "integrity": "sha512-6uv/UEaFxkorSbScKIMhXVhpfI0kKrnAejZiCXdQzI0xjdMn2ojkp/FuY8eRPqUu8mZqxijsunEhVY7qar5e4A==", + "version": "1.0.435", + "resolved": "https://registry.npmjs.org/@types/office-js/-/office-js-1.0.435.tgz", + "integrity": "sha512-/b/NerLcRwUs2YEnkXO9lAfGgJPv1VPbLv1T5R0hZPzzhcyS7M1Ym/dN6w2DHNyygdIbb5MZs0od/4Z3VUUzkQ==", "dev": true, "license": "MIT" }, @@ -10210,9 +10210,9 @@ } }, "node_modules/html-webpack-plugin": { - "version": "5.6.0", - "resolved": "https://registry.npmjs.org/html-webpack-plugin/-/html-webpack-plugin-5.6.0.tgz", - "integrity": "sha512-iwaY4wzbe48AfKLZ/Cc8k0L+FKG6oSNRaZ8x5A/T/IVDGyXcbHncM9TdDa93wn0FsSm82FhTKW7f3vS61thXAw==", + "version": "5.6.2", + "resolved": "https://registry.npmjs.org/html-webpack-plugin/-/html-webpack-plugin-5.6.2.tgz", + "integrity": "sha512-q7xp/FO9RGBVoTKNItkdX1jKLscLFkgn/dLVFNYbHVbfHLBk6DYW5nsQ8kCzIWcgKP/kUBocetjvav6lD8YfCQ==", "dev": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index 36dde72..416b0ea 100644 --- a/package.json +++ b/package.json @@ -47,7 +47,7 @@ "@babel/plugin-syntax-import-attributes": "^7.25.7", "@babel/preset-typescript": "^7.25.7", "@types/dompurify": "^3.0.5", - "@types/office-js": "^1.0.434", + "@types/office-js": "^1.0.435", "@types/office-runtime": "^1.0.35", "@types/react": "^18.3.11", "@types/react-dom": "^18.3.1", @@ -60,7 +60,7 @@ "eslint-plugin-react": "^7.37.1", "file-loader": "^6.2.0", "html-loader": "^5.1.0", - "html-webpack-plugin": "^5.6.0", + "html-webpack-plugin": "^5.6.2", "http": "^0.0.1-security", "http-server": "^14.1.1", "less": "^4.2.0", diff --git a/src/config.json b/src/config.json index 11d12c8..f44b3ab 100644 --- a/src/config.json +++ b/src/config.json @@ -267,14 +267,14 @@ "system": "As a former senior software developer with extensive experience in developing open-source software, You now leverage this valuable knowledge as a specialist in the field. You actively promote and support open-source projects.", "summary": "Promote and support open-source projects.", "standalone": true, - "user": "" + "user": " " }, { "id": "4505d1e5-bd00-48a9-9694-c2d8a0428113", "system": "As a specialist in markup languages, you possess a unique expertise in converting content from one markup language to another. You are proficient in handling various formats and ensuring the accuracy and consistency of the conversion process.", "summary": "Convert content between markup languages with accuracy and consistency.", "standalone": true, - "user": "" + "user": " " } ], "copyright": { diff --git a/src/version.json b/src/version.json index 0cb78b1..4dbd112 100644 --- a/src/version.json +++ b/src/version.json @@ -1,4 +1,4 @@ { - "commit": "d9bcaa0c9cab97b238e4179891ee5a5567007dda", - "date": "2024-10-16 17:45:35 +0200" + "commit": "e30af0f220c038ef37ed10507a1f5373fe89eb8c", + "date": "2024-10-16 18:22:53 +0200" } \ No newline at end of file