@thewhateverapp/tile-sdk 0.20.3 → 0.20.4

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.
@@ -6,8 +6,8 @@
6
6
  * pnpm sync-templates
7
7
  *
8
8
  * Source files:
9
- * - TileOverlay: workers/base-video-worker/src/app/tile/TileOverlay.tsx
10
- * - PageOverlay: workers/base-video-worker/src/app/page/PageOverlay.tsx
9
+ * - TileOverlay: workers/base-video-worker/src/app/(video)/tile/TileOverlay.tsx
10
+ * - PageOverlay: workers/base-video-worker/src/app/(video)/page/PageOverlay.tsx
11
11
  */
12
12
  /**
13
13
  * Video Layout Template
@@ -6,8 +6,8 @@
6
6
  * pnpm sync-templates
7
7
  *
8
8
  * Source files:
9
- * - TileOverlay: workers/base-video-worker/src/app/tile/TileOverlay.tsx
10
- * - PageOverlay: workers/base-video-worker/src/app/page/PageOverlay.tsx
9
+ * - TileOverlay: workers/base-video-worker/src/app/(video)/tile/TileOverlay.tsx
10
+ * - PageOverlay: workers/base-video-worker/src/app/(video)/page/PageOverlay.tsx
11
11
  */
12
12
  /**
13
13
  * Video Layout Template
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thewhateverapp/tile-sdk",
3
- "version": "0.20.3",
3
+ "version": "0.20.4",
4
4
  "description": "SDK for building interactive tiles on The Whatever App platform",
5
5
  "main": "./dist/index.js",
6
6
  "types": "./dist/index.d.ts",