@telorun/ide-support 0.18.0 → 0.18.1
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.
|
@@ -8,8 +8,8 @@
|
|
|
8
8
|
* from an extension host. The `fetch` itself stays with the host — everything
|
|
9
9
|
* in this package leaves the network to its caller.
|
|
10
10
|
*
|
|
11
|
-
* A ref the cache cannot address (a
|
|
12
|
-
*
|
|
11
|
+
* A ref the cache cannot address (a URL with no version segment) returns
|
|
12
|
+
* `null`, which the caller
|
|
13
13
|
* reads as "not known" and never as "incompatible". Losing the check for those
|
|
14
14
|
* refs is the honest outcome: the manifest is still gated at load time.
|
|
15
15
|
*/
|
|
@@ -9,8 +9,8 @@ import { MANIFEST_CACHE_BASE_URL, isOciRef, manifestCacheUrl, urlManifestCacheCo
|
|
|
9
9
|
* from an extension host. The `fetch` itself stays with the host — everything
|
|
10
10
|
* in this package leaves the network to its caller.
|
|
11
11
|
*
|
|
12
|
-
* A ref the cache cannot address (a
|
|
13
|
-
*
|
|
12
|
+
* A ref the cache cannot address (a URL with no version segment) returns
|
|
13
|
+
* `null`, which the caller
|
|
14
14
|
* reads as "not known" and never as "incompatible". Losing the check for those
|
|
15
15
|
* refs is the honest outcome: the manifest is still gated at load time.
|
|
16
16
|
*/
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@telorun/ide-support",
|
|
3
|
-
"version": "0.18.
|
|
3
|
+
"version": "0.18.1",
|
|
4
4
|
"description": "Editor-host-agnostic IDE support (completions, diagnostic normalization) for Telo manifests.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"telo",
|
|
@@ -36,7 +36,7 @@
|
|
|
36
36
|
"src/**"
|
|
37
37
|
],
|
|
38
38
|
"dependencies": {
|
|
39
|
-
"@telorun/analyzer": "0.
|
|
39
|
+
"@telorun/analyzer": "0.69.0"
|
|
40
40
|
},
|
|
41
41
|
"devDependencies": {
|
|
42
42
|
"@types/node": "^20.0.0",
|
|
@@ -16,8 +16,8 @@ import {
|
|
|
16
16
|
* from an extension host. The `fetch` itself stays with the host — everything
|
|
17
17
|
* in this package leaves the network to its caller.
|
|
18
18
|
*
|
|
19
|
-
* A ref the cache cannot address (a
|
|
20
|
-
*
|
|
19
|
+
* A ref the cache cannot address (a URL with no version segment) returns
|
|
20
|
+
* `null`, which the caller
|
|
21
21
|
* reads as "not known" and never as "incompatible". Losing the check for those
|
|
22
22
|
* refs is the honest outcome: the manifest is still gated at load time.
|
|
23
23
|
*/
|