@educabot/educablocks-boards 0.2.19 → 0.2.20

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.
@@ -71,7 +71,7 @@ exports.boards = [
71
71
  fileExtension: 'hex',
72
72
  profile: 'bhootAi',
73
73
  lang: 'Arduino',
74
- show: 1,
74
+ show: 0,
75
75
  showOnAula: 0,
76
76
  enabled: 1,
77
77
  enabledForCode: 0,
@@ -99,7 +99,7 @@ exports.boards = [
99
99
  fileExtension: 'hex',
100
100
  profile: 'bhootAi',
101
101
  lang: 'Arduino',
102
- show: 1,
102
+ show: 0,
103
103
  showOnAula: 0,
104
104
  enabled: 1,
105
105
  enabledForCode: 0,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@educabot/educablocks-boards",
3
- "version": "0.2.19",
3
+ "version": "0.2.20",
4
4
  "description": "educabot boards library",
5
5
  "main": "dist/index.js",
6
6
  "types": "index.ts",
@@ -80,7 +80,7 @@ export const boards: Board[] = [
80
80
  fileExtension: 'hex',
81
81
  profile: 'bhootAi',
82
82
  lang: 'Arduino',
83
- show: 1,
83
+ show: 0,
84
84
  showOnAula: 0,
85
85
  enabled: 1,
86
86
  enabledForCode: 0,
@@ -108,7 +108,7 @@ export const boards: Board[] = [
108
108
  fileExtension: 'hex',
109
109
  profile: 'bhootAi',
110
110
  lang: 'Arduino',
111
- show: 1,
111
+ show: 0,
112
112
  showOnAula: 0,
113
113
  enabled: 1,
114
114
  enabledForCode: 0,