@robotical/webapp-types 3.14.7 → 3.14.8

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.
@@ -53,6 +53,8 @@ var resources = {
53
53
  "blocks_cog_7_subtitle": "Let's make Cog a musical instrument!",
54
54
  "blocks_cog_8_title": "8. Clock",
55
55
  "blocks_cog_8_subtitle": "Let's turn Cog into a clock!",
56
+ "blocks_cog_9_title": "9. Trundle Wheel",
57
+ "blocks_cog_9_subtitle": "Let's make a trundle wheel with Cog!",
56
58
  "blocks_cog_10_title": "10. Flying Bat Game",
57
59
  "blocks_cog_10_subtitle": "A game about a fruit bat that’s quite picky about what it eats!",
58
60
  "blocks_cog_11_title": "11. Interval Timer Stopwatch",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@robotical/webapp-types",
3
- "version": "3.14.7",
3
+ "version": "3.14.8",
4
4
  "description": "Type definitions for the Application Manager",
5
5
  "main": "dist/application-manager.d.ts",
6
6
  "types": "dist/application-manager.d.ts",