@uniformdev/mesh-sdk 19.119.0 → 19.122.1-alpha.0

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/LICENSE.txt CHANGED
@@ -1,2 +1,2 @@
1
- © 2023 Uniform Systems, Inc. All Rights Reserved.
1
+ © 2024 Uniform Systems, Inc. All Rights Reserved.
2
2
  See details of Uniform Systems, Inc. Master Subscription Agreement here: https://uniform.dev/eula
package/dist/index.d.mts CHANGED
@@ -1270,7 +1270,9 @@ type MeshLocationUserPermissions =
1270
1270
  /** Uniform Canvas:Component Library:Manage|Create, update, and delete component library data */
1271
1271
  | 'COMPOSITIONS_MANAGE_SCHEMA'
1272
1272
  /** UTM Mapper:Read|Read UTM mapper configuration */
1273
- | 'UTM_MAPPER_READ';
1273
+ | 'UTM_MAPPER_READ'
1274
+ /** Uniform Canvas:Releases:Launch|Launch a release */
1275
+ | 'RELEASES_LAUNCH';
1274
1276
  /**
1275
1277
  * Known location types that can be passed to a mesh location
1276
1278
  */
package/dist/index.d.ts CHANGED
@@ -1270,7 +1270,9 @@ type MeshLocationUserPermissions =
1270
1270
  /** Uniform Canvas:Component Library:Manage|Create, update, and delete component library data */
1271
1271
  | 'COMPOSITIONS_MANAGE_SCHEMA'
1272
1272
  /** UTM Mapper:Read|Read UTM mapper configuration */
1273
- | 'UTM_MAPPER_READ';
1273
+ | 'UTM_MAPPER_READ'
1274
+ /** Uniform Canvas:Releases:Launch|Launch a release */
1275
+ | 'RELEASES_LAUNCH';
1274
1276
  /**
1275
1277
  * Known location types that can be passed to a mesh location
1276
1278
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@uniformdev/mesh-sdk",
3
- "version": "19.119.0",
3
+ "version": "19.122.1-alpha.0+03f737f1b5",
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.119.0",
37
- "@uniformdev/context": "19.119.0",
38
- "@uniformdev/project-map": "19.119.0",
36
+ "@uniformdev/canvas": "19.122.1-alpha.0+03f737f1b5",
37
+ "@uniformdev/context": "19.122.1-alpha.0+03f737f1b5",
38
+ "@uniformdev/project-map": "19.122.1-alpha.0+03f737f1b5",
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": "103e99a2813a021e3a9bc6e3c4fd27474c74c09e"
45
+ "gitHead": "03f737f1b507886971bc90dde2367d1bf85f5edf"
46
46
  }