@uniformdev/canvas 19.58.1-alpha.16 → 19.58.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.
package/dist/index.d.mts CHANGED
@@ -1,6 +1,5 @@
1
1
  import { ApiClient, ExceptProject, ClientOptions, ApiClientError } from '@uniformdev/context/api';
2
2
  export { ApiClientError } from '@uniformdev/context/api';
3
- import { AssetGetResponseSingle } from '@uniformdev/assets';
4
3
  import Pusher from 'pusher-js';
5
4
  import { Options as Options$1 } from 'p-retry';
6
5
  import { Options } from 'p-throttle';
@@ -9660,7 +9659,6 @@ type CanvasDefinitions = {
9660
9659
  categories?: Array<Category>;
9661
9660
  contentTypes?: Array<ContentType>;
9662
9661
  entries?: Array<Entry>;
9663
- assets?: Array<AssetGetResponseSingle>;
9664
9662
  };
9665
9663
  /** Defines shared parameters for requests getting a single composition */
9666
9664
  type CompositionGetOneSharedParameters = Pick<CompositionGetParameters, 'state' | 'skipEnhance' | 'skipPatternResolution' | 'withComponentIDs' | 'withUIStatus' | 'withTotalCount' | 'skipOverridesResolution' | 'withContentSourceMap' | 'versionId'>;
package/dist/index.d.ts CHANGED
@@ -1,6 +1,5 @@
1
1
  import { ApiClient, ExceptProject, ClientOptions, ApiClientError } from '@uniformdev/context/api';
2
2
  export { ApiClientError } from '@uniformdev/context/api';
3
- import { AssetGetResponseSingle } from '@uniformdev/assets';
4
3
  import Pusher from 'pusher-js';
5
4
  import { Options as Options$1 } from 'p-retry';
6
5
  import { Options } from 'p-throttle';
@@ -9660,7 +9659,6 @@ type CanvasDefinitions = {
9660
9659
  categories?: Array<Category>;
9661
9660
  contentTypes?: Array<ContentType>;
9662
9661
  entries?: Array<Entry>;
9663
- assets?: Array<AssetGetResponseSingle>;
9664
9662
  };
9665
9663
  /** Defines shared parameters for requests getting a single composition */
9666
9664
  type CompositionGetOneSharedParameters = Pick<CompositionGetParameters, 'state' | 'skipEnhance' | 'skipPatternResolution' | 'withComponentIDs' | 'withUIStatus' | 'withTotalCount' | 'skipOverridesResolution' | 'withContentSourceMap' | 'versionId'>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@uniformdev/canvas",
3
- "version": "19.58.1-alpha.16+5b13596bc",
3
+ "version": "19.58.1",
4
4
  "description": "Common functionality and types for Uniform Canvas",
5
5
  "license": "SEE LICENSE IN LICENSE.txt",
6
6
  "main": "./dist/index.js",
@@ -38,8 +38,7 @@
38
38
  "pusher-js": "8.2.0"
39
39
  },
40
40
  "dependencies": {
41
- "@uniformdev/assets": "19.58.1-alpha.16+5b13596bc",
42
- "@uniformdev/context": "19.58.1-alpha.16+5b13596bc",
41
+ "@uniformdev/context": "19.58.1",
43
42
  "immer": "9.0.21"
44
43
  },
45
44
  "files": [
@@ -48,5 +47,5 @@
48
47
  "publishConfig": {
49
48
  "access": "public"
50
49
  },
51
- "gitHead": "5b13596bc07ad3b8d3809122c9843d17e4a6f413"
50
+ "gitHead": "b889f843979b69f4d17fc6d12a95cc040d9975ad"
52
51
  }