@opensumi/ide-static-resource 2.19.13 → 2.20.0

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.
@@ -27,7 +27,7 @@ export declare abstract class StaticResourceService {
27
27
  * 用于webview的cspResource字段,
28
28
  * webview需要能够知道什么样的资源是可以被访问的。
29
29
  *
30
- * 例: ['http://0.0.0.0:8000']
30
+ * 例: ['http://127.0.0.1:8000']
31
31
  */
32
32
  readonly resourceRoots: Set<string>;
33
33
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@opensumi/ide-static-resource",
3
- "version": "2.19.13",
3
+ "version": "2.20.0",
4
4
  "files": [
5
5
  "lib"
6
6
  ],
@@ -16,8 +16,8 @@
16
16
  "url": "git@github.com:opensumi/core.git"
17
17
  },
18
18
  "devDependencies": {
19
- "@opensumi/ide-core-browser": "2.19.13",
19
+ "@opensumi/ide-core-browser": "2.20.0",
20
20
  "@opensumi/ide-dev-tool": "^1.3.1"
21
21
  },
22
- "gitHead": "717b26ceabeab6ea1430fb74208c199876c2832d"
22
+ "gitHead": "f12a854a40f420d34ef3ad6fa3a79d90f669f985"
23
23
  }