@uniformdev/mesh-sdk 19.147.1-alpha.7 → 19.147.1-alpha.8

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
@@ -1199,6 +1199,8 @@ type CommonMetadata<ExtendedMetadata = unknown, TIntegrationConfiguration = unkn
1199
1199
  user: UniformUser;
1200
1200
  /** Current Uniform Project ID */
1201
1201
  projectId: string;
1202
+ /** Current Uniform Dashboard URL origin. Can be useful to build links to the Uniform app */
1203
+ dashboardOrigin: string;
1202
1204
  /** Settings defined at the integration level (arbitrary type used on settings location) */
1203
1205
  settings: TIntegrationConfiguration;
1204
1206
  } & ExtendedMetadata;
package/dist/index.d.ts CHANGED
@@ -1199,6 +1199,8 @@ type CommonMetadata<ExtendedMetadata = unknown, TIntegrationConfiguration = unkn
1199
1199
  user: UniformUser;
1200
1200
  /** Current Uniform Project ID */
1201
1201
  projectId: string;
1202
+ /** Current Uniform Dashboard URL origin. Can be useful to build links to the Uniform app */
1203
+ dashboardOrigin: string;
1202
1204
  /** Settings defined at the integration level (arbitrary type used on settings location) */
1203
1205
  settings: TIntegrationConfiguration;
1204
1206
  } & ExtendedMetadata;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@uniformdev/mesh-sdk",
3
- "version": "19.147.1-alpha.7+28bb27296b",
3
+ "version": "19.147.1-alpha.8+41ac704d63",
4
4
  "description": "Uniform Mesh Framework SDK",
5
5
  "license": "SEE LICENSE IN LICENSE.txt",
6
6
  "main": "./dist/index.js",
@@ -33,14 +33,14 @@
33
33
  "access": "public"
34
34
  },
35
35
  "dependencies": {
36
- "@uniformdev/canvas": "19.147.1-alpha.7+28bb27296b",
37
- "@uniformdev/context": "19.147.1-alpha.7+28bb27296b",
38
- "@uniformdev/project-map": "19.147.1-alpha.7+28bb27296b",
36
+ "@uniformdev/canvas": "19.147.1-alpha.8+41ac704d63",
37
+ "@uniformdev/context": "19.147.1-alpha.8+41ac704d63",
38
+ "@uniformdev/project-map": "19.147.1-alpha.8+41ac704d63",
39
39
  "imagesloaded": "^5.0.0",
40
40
  "mitt": "^3.0.0"
41
41
  },
42
42
  "devDependencies": {
43
43
  "@types/imagesloaded": "^4.1.2"
44
44
  },
45
- "gitHead": "28bb27296bbf7b66680eab516958fef155d59aa4"
45
+ "gitHead": "41ac704d631a859a44d06e3d9fa370b2a7e041f1"
46
46
  }