@uniformdev/assets 19.142.2-alpha.1 → 19.146.1-alpha.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
@@ -791,7 +791,7 @@ interface external {
791
791
  id: string;
792
792
  /** @description Display name of the data source */
793
793
  displayName: string;
794
- /** @description The type of data connector this connects to (e.g. 'cms-items', provided by an intalled integration) */
794
+ /** @description The type of data connector this connects to (e.g. 'cms-items', provided by an installed integration) */
795
795
  connectorType: string;
796
796
  /** @description Base resource URL of the data source. No trailing slash. */
797
797
  baseUrl: string;
package/dist/index.d.ts CHANGED
@@ -791,7 +791,7 @@ interface external {
791
791
  id: string;
792
792
  /** @description Display name of the data source */
793
793
  displayName: string;
794
- /** @description The type of data connector this connects to (e.g. 'cms-items', provided by an intalled integration) */
794
+ /** @description The type of data connector this connects to (e.g. 'cms-items', provided by an installed integration) */
795
795
  connectorType: string;
796
796
  /** @description Base resource URL of the data source. No trailing slash. */
797
797
  baseUrl: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@uniformdev/assets",
3
- "version": "19.142.2-alpha.1+7fbfb0bb72",
3
+ "version": "19.146.1-alpha.1+09e4a2e410",
4
4
  "description": "Uniform Assets",
5
5
  "license": "SEE LICENSE IN LICENSE.txt",
6
6
  "main": "./dist/index.js",
@@ -36,7 +36,7 @@
36
36
  "access": "public"
37
37
  },
38
38
  "dependencies": {
39
- "@uniformdev/context": "19.142.2-alpha.1+7fbfb0bb72"
39
+ "@uniformdev/context": "19.146.1-alpha.1+09e4a2e410"
40
40
  },
41
- "gitHead": "7fbfb0bb725ad5a8609e6df42871267a87796a02"
41
+ "gitHead": "09e4a2e410c296598810ae2d1bf3b5988390e4d6"
42
42
  }