@uniformdev/project-map 20.74.6-alpha.3 → 20.74.6-alpha.6
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/index.d.mts +1 -0
- package/dist/index.d.ts +1 -0
- package/package.json +4 -4
package/dist/index.d.mts
CHANGED
|
@@ -1110,6 +1110,7 @@ declare class ProjectMapClient extends ApiClient {
|
|
|
1110
1110
|
private setFetchOptions;
|
|
1111
1111
|
private cleanProjectMapNode;
|
|
1112
1112
|
}
|
|
1113
|
+
/** @deprecated Pass `bypassCache: true` to {@link ProjectMapClient} instead. */
|
|
1113
1114
|
declare class UncachedProjectMapClient extends ProjectMapClient {
|
|
1114
1115
|
constructor(options: Omit<ClientOptions, 'bypassCache'>);
|
|
1115
1116
|
}
|
package/dist/index.d.ts
CHANGED
|
@@ -1110,6 +1110,7 @@ declare class ProjectMapClient extends ApiClient {
|
|
|
1110
1110
|
private setFetchOptions;
|
|
1111
1111
|
private cleanProjectMapNode;
|
|
1112
1112
|
}
|
|
1113
|
+
/** @deprecated Pass `bypassCache: true` to {@link ProjectMapClient} instead. */
|
|
1113
1114
|
declare class UncachedProjectMapClient extends ProjectMapClient {
|
|
1114
1115
|
constructor(options: Omit<ClientOptions, 'bypassCache'>);
|
|
1115
1116
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@uniformdev/project-map",
|
|
3
|
-
"version": "20.74.6-alpha.
|
|
3
|
+
"version": "20.74.6-alpha.6+1b8686943a",
|
|
4
4
|
"description": "Uniform Project Map",
|
|
5
5
|
"license": "SEE LICENSE IN LICENSE.txt",
|
|
6
6
|
"main": "./dist/index.js",
|
|
@@ -32,11 +32,11 @@
|
|
|
32
32
|
"/dist"
|
|
33
33
|
],
|
|
34
34
|
"dependencies": {
|
|
35
|
-
"@uniformdev/canvas": "20.74.6-alpha.
|
|
36
|
-
"@uniformdev/context": "20.74.6-alpha.
|
|
35
|
+
"@uniformdev/canvas": "20.74.6-alpha.6+1b8686943a",
|
|
36
|
+
"@uniformdev/context": "20.74.6-alpha.6+1b8686943a"
|
|
37
37
|
},
|
|
38
38
|
"publishConfig": {
|
|
39
39
|
"access": "public"
|
|
40
40
|
},
|
|
41
|
-
"gitHead": "
|
|
41
|
+
"gitHead": "1b8686943aec6f9c1e87d1364318328cfce5fe72"
|
|
42
42
|
}
|