copilotoffice 1.0.0 → 1.0.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "copilotoffice",
3
- "version": "1.0.0",
3
+ "version": "1.0.2",
4
4
  "description": "A 2D pixel-art game where you interact with AI agents in a virtual office",
5
5
  "main": "dist/electron/main.js",
6
6
  "bin": {
@@ -35,12 +35,12 @@
35
35
  "type": "commonjs",
36
36
  "dependencies": {
37
37
  "@github/copilot-sdk": "^0.1.32",
38
+ "@xterm/addon-fit": "^0.10.0",
39
+ "@xterm/xterm": "^5.5.0",
38
40
  "ansi-to-html": "^0.7.2",
39
41
  "electron": "^40.6.1",
40
42
  "node-pty": "^1.1.0",
41
- "phaser": "^3.90.0",
42
- "xterm": "^5.3.0",
43
- "xterm-addon-fit": "^0.8.0"
43
+ "phaser": "^3.90.0"
44
44
  },
45
45
  "devDependencies": {
46
46
  "@playwright/test": "^1.56.1",
package/src/index.html CHANGED
@@ -4,7 +4,7 @@
4
4
  <meta charset="UTF-8">
5
5
  <meta name="viewport" content="width=device-width, initial-scale=1.0">
6
6
  <title>Copilot Office</title>
7
- <link rel="stylesheet" href="../node_modules/xterm/css/xterm.css">
7
+ <link rel="stylesheet" href="../node_modules/@xterm/xterm/css/xterm.css">
8
8
  <style>
9
9
  * {
10
10
  margin: 0;