@uniformdev/mesh-sdk 19.135.0 → 19.136.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/dist/index.d.mts CHANGED
@@ -1272,7 +1272,13 @@ type MeshLocationUserPermissions =
1272
1272
  /** UTM Mapper:Read|Read UTM mapper configuration */
1273
1273
  | 'UTM_MAPPER_READ'
1274
1274
  /** Uniform Canvas:Releases:Launch|Launch a release */
1275
- | 'RELEASES_LAUNCH';
1275
+ | 'RELEASES_LAUNCH'
1276
+ /** Uniform Canvas:Releases:Create */
1277
+ | 'RELEASES_CREATE'
1278
+ /** Uniform Canvas:Releases:Delete */
1279
+ | 'RELEASES_DELETE'
1280
+ /** Uniform Canvas:Releases:Update */
1281
+ | 'RELEASES_UPDATE';
1276
1282
  /**
1277
1283
  * Known location types that can be passed to a mesh location
1278
1284
  */
package/dist/index.d.ts CHANGED
@@ -1272,7 +1272,13 @@ type MeshLocationUserPermissions =
1272
1272
  /** UTM Mapper:Read|Read UTM mapper configuration */
1273
1273
  | 'UTM_MAPPER_READ'
1274
1274
  /** Uniform Canvas:Releases:Launch|Launch a release */
1275
- | 'RELEASES_LAUNCH';
1275
+ | 'RELEASES_LAUNCH'
1276
+ /** Uniform Canvas:Releases:Create */
1277
+ | 'RELEASES_CREATE'
1278
+ /** Uniform Canvas:Releases:Delete */
1279
+ | 'RELEASES_DELETE'
1280
+ /** Uniform Canvas:Releases:Update */
1281
+ | 'RELEASES_UPDATE';
1276
1282
  /**
1277
1283
  * Known location types that can be passed to a mesh location
1278
1284
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@uniformdev/mesh-sdk",
3
- "version": "19.135.0",
3
+ "version": "19.136.0",
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.135.0",
37
- "@uniformdev/context": "19.135.0",
38
- "@uniformdev/project-map": "19.135.0",
36
+ "@uniformdev/canvas": "19.136.0",
37
+ "@uniformdev/context": "19.136.0",
38
+ "@uniformdev/project-map": "19.136.0",
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": "741cd50843c92d550dbff2daffb3a6106a7a3f94"
45
+ "gitHead": "e7ed1be32950bae7ae2249b60feaa5732a175553"
46
46
  }