@microsoft/m365agentsplayground 0.2.19-alpha.20250924-c99af97.0 → 0.2.19
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/dist/client/asset-manifest.json +2 -2
- package/dist/client/index.html +1 -1
- package/dist/client/static/js/{main.2e9a05b1.js → main.67c22d2f.js} +2 -2
- package/dist/index.js +1 -1
- package/dist/server/config.json +2 -2
- package/dist/server/package.json +2 -2
- package/package.json +2 -2
- /package/dist/client/static/js/{main.2e9a05b1.js.LICENSE.txt → main.67c22d2f.js.LICENSE.txt} +0 -0
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
{
|
|
2
2
|
"files": {
|
|
3
3
|
"main.css": "/static/css/main.47cb0fff.css",
|
|
4
|
-
"main.js": "/static/js/main.
|
|
4
|
+
"main.js": "/static/js/main.67c22d2f.js",
|
|
5
5
|
"static/media/CascadiaCode.woff2": "/static/media/CascadiaCode.61442455812b2cee49c4.woff2",
|
|
6
6
|
"index.html": "/index.html",
|
|
7
7
|
"static/media/index.cjs": "/static/media/index.f6d03137e8c9dd0de04c.cjs"
|
|
8
8
|
},
|
|
9
9
|
"entrypoints": [
|
|
10
10
|
"static/css/main.47cb0fff.css",
|
|
11
|
-
"static/js/main.
|
|
11
|
+
"static/js/main.67c22d2f.js"
|
|
12
12
|
]
|
|
13
13
|
}
|
package/dist/client/index.html
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
<!doctype html><html lang="en"><head><meta charset="utf-8"/><meta name="viewport" content="width=device-width,initial-scale=1"/><title>Microsoft 365 Agents Playground</title><script defer="defer" src="/static/js/main.
|
|
1
|
+
<!doctype html><html lang="en"><head><meta charset="utf-8"/><meta name="viewport" content="width=device-width,initial-scale=1"/><title>Microsoft 365 Agents Playground</title><script defer="defer" src="/static/js/main.67c22d2f.js"></script><link href="/static/css/main.47cb0fff.css" rel="stylesheet"></head><body><noscript>You need to enable JavaScript to run this app.</noscript><div id="root"></div></body></html>
|