@uniformdev/project-map 20.50.2-alpha.167 → 20.50.2-alpha.180

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
@@ -1100,7 +1100,6 @@ declare class ProjectMapClient extends ApiClient {
1100
1100
  private setFetchOptions;
1101
1101
  private cleanProjectMapNode;
1102
1102
  }
1103
- /** @deprecated Pass `bypassCache: true` to {@link ProjectMapClient} instead. */
1104
1103
  declare class UncachedProjectMapClient extends ProjectMapClient {
1105
1104
  constructor(options: Omit<ClientOptions, 'bypassCache'>);
1106
1105
  }
package/dist/index.d.ts CHANGED
@@ -1100,7 +1100,6 @@ declare class ProjectMapClient extends ApiClient {
1100
1100
  private setFetchOptions;
1101
1101
  private cleanProjectMapNode;
1102
1102
  }
1103
- /** @deprecated Pass `bypassCache: true` to {@link ProjectMapClient} instead. */
1104
1103
  declare class UncachedProjectMapClient extends ProjectMapClient {
1105
1104
  constructor(options: Omit<ClientOptions, 'bypassCache'>);
1106
1105
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@uniformdev/project-map",
3
- "version": "20.50.2-alpha.167+74e60d5bb7",
3
+ "version": "20.50.2-alpha.180+0be2307590",
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.50.2-alpha.167+74e60d5bb7",
36
- "@uniformdev/context": "20.50.2-alpha.167+74e60d5bb7"
35
+ "@uniformdev/canvas": "20.50.2-alpha.180+0be2307590",
36
+ "@uniformdev/context": "20.50.2-alpha.180+0be2307590"
37
37
  },
38
38
  "publishConfig": {
39
39
  "access": "public"
40
40
  },
41
- "gitHead": "74e60d5bb79fe1c4d446e4d3e6edf9f08850be4f"
41
+ "gitHead": "0be23075901a6fd0acd8166a2bea65fbd5589789"
42
42
  }