@uniformdev/project-map 20.74.6-alpha.3 → 20.74.6-alpha.5

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 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+ac26410bba",
3
+ "version": "20.74.6-alpha.5+aaa8f352b2",
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.3+ac26410bba",
36
- "@uniformdev/context": "20.74.6-alpha.3+ac26410bba"
35
+ "@uniformdev/canvas": "20.74.6-alpha.5+aaa8f352b2",
36
+ "@uniformdev/context": "20.74.6-alpha.5+aaa8f352b2"
37
37
  },
38
38
  "publishConfig": {
39
39
  "access": "public"
40
40
  },
41
- "gitHead": "ac26410bba86c828620eb1876847bbaffd639036"
41
+ "gitHead": "aaa8f352b2378d4ef9f062e364ebf7336145d95d"
42
42
  }