@mentra/sdk 2.1.11 → 2.1.12

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.
@@ -18,7 +18,7 @@ exports.LayoutManager = void 0;
18
18
  * layouts.showReferenceCard('Weather', 'Sunny and 75°F');
19
19
  * ```
20
20
  */
21
- const bitmap_utils_1 = require("src/utils/bitmap-utils");
21
+ const bitmap_utils_1 = require("../../utils/bitmap-utils");
22
22
  const types_1 = require("../../types");
23
23
  class LayoutManager {
24
24
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mentra/sdk",
3
- "version": "2.1.11",
3
+ "version": "2.1.12",
4
4
  "description": "Build apps for MentraOS smartglasses. This SDK provides everything you need to create real-time smartglasses applications.",
5
5
  "source": "src/index.ts",
6
6
  "main": "dist/index.js",