@uniformdev/mesh-sdk 19.194.1-alpha.3 → 19.195.1-alpha.2

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.mjs CHANGED
@@ -113,7 +113,7 @@ var getLogger = (prefix, debug) => {
113
113
  };
114
114
 
115
115
  // src/temp/version.ts
116
- var UNIFORM_MESH_SDK_VERSION = "19.194.0";
116
+ var UNIFORM_MESH_SDK_VERSION = "19.195.0";
117
117
 
118
118
  // src/framepost/constants.ts
119
119
  var DEFAULT_REQUEST_TIMEOUT = 5e3;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@uniformdev/mesh-sdk",
3
- "version": "19.194.1-alpha.3+9ba3c9e6f0",
3
+ "version": "19.195.1-alpha.2+f70c499178",
4
4
  "description": "Uniform Mesh Framework SDK",
5
5
  "license": "SEE LICENSE IN LICENSE.txt",
6
6
  "main": "./dist/index.js",
@@ -34,14 +34,14 @@
34
34
  "access": "public"
35
35
  },
36
36
  "dependencies": {
37
- "@uniformdev/canvas": "19.194.1-alpha.3+9ba3c9e6f0",
38
- "@uniformdev/context": "19.194.1-alpha.3+9ba3c9e6f0",
39
- "@uniformdev/project-map": "19.194.1-alpha.3+9ba3c9e6f0",
37
+ "@uniformdev/canvas": "19.195.1-alpha.2+f70c499178",
38
+ "@uniformdev/context": "19.195.1-alpha.2+f70c499178",
39
+ "@uniformdev/project-map": "19.195.1-alpha.2+f70c499178",
40
40
  "imagesloaded": "^5.0.0",
41
41
  "mitt": "^3.0.1"
42
42
  },
43
43
  "devDependencies": {
44
44
  "@types/imagesloaded": "^4.1.2"
45
45
  },
46
- "gitHead": "9ba3c9e6f09642d4f7e77a9f4b90f416f2521073"
46
+ "gitHead": "f70c49917880b1aba91884760926f6ea66700a97"
47
47
  }