bb-relay 0.0.19 → 0.0.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.
@@ -120,6 +120,15 @@ declare const enGB: {
120
120
  "project.message.update": string;
121
121
  "project.message.download": string;
122
122
  loading: string;
123
+ enable: string;
124
+ disable: string;
125
+ plugin: string;
126
+ plugins: string;
127
+ "updates.check": string;
128
+ "updates.download": string;
129
+ "plugins.enable.all": string;
130
+ "plugins.disable.all": string;
131
+ "plugins.install.local": string;
123
132
  };
124
133
 
125
134
  type Language = keyof typeof enGB;
@@ -120,6 +120,15 @@ declare const enGB: {
120
120
  "project.message.update": string;
121
121
  "project.message.download": string;
122
122
  loading: string;
123
+ enable: string;
124
+ disable: string;
125
+ plugin: string;
126
+ plugins: string;
127
+ "updates.check": string;
128
+ "updates.download": string;
129
+ "plugins.enable.all": string;
130
+ "plugins.disable.all": string;
131
+ "plugins.install.local": string;
123
132
  };
124
133
 
125
134
  type Language = keyof typeof enGB;
@@ -23,7 +23,7 @@ interface BaseProject {
23
23
  id: string;
24
24
  tags?: string[];
25
25
  description?: string;
26
- genre?: Category;
26
+ category?: Category;
27
27
  history?: Checkpoint[];
28
28
  userId: string;
29
29
  }
@@ -23,7 +23,7 @@ interface BaseProject {
23
23
  id: string;
24
24
  tags?: string[];
25
25
  description?: string;
26
- genre?: Category;
26
+ category?: Category;
27
27
  history?: Checkpoint[];
28
28
  userId: string;
29
29
  }
@@ -1,5 +1,5 @@
1
- import { W as Wrapper } from './Project-DlFFd80o.mjs';
2
- export { P as Project } from './Project-DlFFd80o.mjs';
1
+ import { W as Wrapper } from './Project-CaBJDjOU.mjs';
2
+ export { P as Project } from './Project-CaBJDjOU.mjs';
3
3
  import './PROJECT_CATEGORY-BivLHtB6.mjs';
4
4
  import './Checkpoint-BDzkE4x-.mjs';
5
5
 
@@ -1,5 +1,5 @@
1
- import { W as Wrapper } from './Project-CdTfU2Cl.js';
2
- export { P as Project } from './Project-CdTfU2Cl.js';
1
+ import { W as Wrapper } from './Project-CSkTbftG.js';
2
+ export { P as Project } from './Project-CSkTbftG.js';
3
3
  import './PROJECT_CATEGORY-BivLHtB6.js';
4
4
  import './Checkpoint-BDzkE4x-.js';
5
5
 
package/dist/editor.d.mts CHANGED
@@ -1,5 +1,5 @@
1
1
  export { C as Checkpoint } from './Checkpoint-BDzkE4x-.mjs';
2
- import { L as Language, a as Locale } from './Locale-B_JQwPkq.mjs';
2
+ import { L as Language, a as Locale } from './Locale-WvQQn-Rm.mjs';
3
3
 
4
4
  type CopyArg = {
5
5
  path: string;
package/dist/editor.d.ts CHANGED
@@ -1,5 +1,5 @@
1
1
  export { C as Checkpoint } from './Checkpoint-BDzkE4x-.js';
2
- import { L as Language, a as Locale } from './Locale-B_JQwPkq.js';
2
+ import { L as Language, a as Locale } from './Locale-WvQQn-Rm.js';
3
3
 
4
4
  type CopyArg = {
5
5
  path: string;
package/dist/index.d.mts CHANGED
@@ -1,4 +1,4 @@
1
- import { P as Project } from './Project-DlFFd80o.mjs';
1
+ import { P as Project } from './Project-CaBJDjOU.mjs';
2
2
  import './PROJECT_CATEGORY-BivLHtB6.mjs';
3
3
  import './Checkpoint-BDzkE4x-.mjs';
4
4
 
package/dist/index.d.ts CHANGED
@@ -1,4 +1,4 @@
1
- import { P as Project } from './Project-CdTfU2Cl.js';
1
+ import { P as Project } from './Project-CSkTbftG.js';
2
2
  import './PROJECT_CATEGORY-BivLHtB6.js';
3
3
  import './Checkpoint-BDzkE4x-.js';
4
4
 
package/dist/locale.d.mts CHANGED
@@ -1,5 +1,5 @@
1
- import { L as Language } from './Locale-B_JQwPkq.mjs';
2
- export { a as Locale, e as enGB } from './Locale-B_JQwPkq.mjs';
1
+ import { L as Language } from './Locale-WvQQn-Rm.mjs';
2
+ export { a as Locale, e as enGB } from './Locale-WvQQn-Rm.mjs';
3
3
 
4
4
  declare const frFR: {
5
5
  [key in Language]: string;
package/dist/locale.d.ts CHANGED
@@ -1,5 +1,5 @@
1
- import { L as Language } from './Locale-B_JQwPkq.js';
2
- export { a as Locale, e as enGB } from './Locale-B_JQwPkq.js';
1
+ import { L as Language } from './Locale-WvQQn-Rm.js';
2
+ export { a as Locale, e as enGB } from './Locale-WvQQn-Rm.js';
3
3
 
4
4
  declare const frFR: {
5
5
  [key in Language]: string;
package/dist/locale.js CHANGED
@@ -122,7 +122,16 @@ var enGB = {
122
122
  "project.message.synced": "Project is up to date",
123
123
  "project.message.update": "There are unsaved changes",
124
124
  "project.message.download": "You are behind remote copy",
125
- loading: "Loading..."
125
+ loading: "Loading...",
126
+ enable: "Enable",
127
+ disable: "Disable",
128
+ plugin: "Plugin",
129
+ plugins: "Plugins",
130
+ "updates.check": "Check for updates",
131
+ "updates.download": "Download updates",
132
+ "plugins.enable.all": "Enable all plugins",
133
+ "plugins.disable.all": "Disable all plugins",
134
+ "plugins.install.local": "Install local plugins"
126
135
  };
127
136
  var en_GB_default = enGB;
128
137
 
@@ -248,7 +257,16 @@ var frFR = {
248
257
  "project.message.synced": "Le projet est \xE0 jour",
249
258
  "project.message.update": "Il y a des modifications non enregistr\xE9es",
250
259
  "project.message.upload": "T\xE9l\xE9verser le projet sur le cloud",
251
- loading: "Chargement..."
260
+ loading: "Chargement...",
261
+ enable: "Activer",
262
+ disable: "D\xE9sactiver",
263
+ plugin: "Plugin",
264
+ plugins: "Plugins",
265
+ "updates.check": "Rechercher les mises \xE0 jour",
266
+ "updates.download": "T\xE9l\xE9charger les mises \xE0 jour",
267
+ "plugins.enable.all": "Activer tous les plugins",
268
+ "plugins.disable.all": "D\xE9sactiver tous les plugins",
269
+ "plugins.install.local": "Installer des plugins locaux"
252
270
  };
253
271
  var fr_FR_default = frFR;
254
272
 
package/dist/locale.mjs CHANGED
@@ -122,7 +122,16 @@ var enGB = {
122
122
  "project.message.synced": "Project is up to date",
123
123
  "project.message.update": "There are unsaved changes",
124
124
  "project.message.download": "You are behind remote copy",
125
- loading: "Loading..."
125
+ loading: "Loading...",
126
+ enable: "Enable",
127
+ disable: "Disable",
128
+ plugin: "Plugin",
129
+ plugins: "Plugins",
130
+ "updates.check": "Check for updates",
131
+ "updates.download": "Download updates",
132
+ "plugins.enable.all": "Enable all plugins",
133
+ "plugins.disable.all": "Disable all plugins",
134
+ "plugins.install.local": "Install local plugins"
126
135
  };
127
136
  var en_GB_default = enGB;
128
137
 
@@ -248,7 +257,16 @@ var frFR = {
248
257
  "project.message.synced": "Le projet est \xE0 jour",
249
258
  "project.message.update": "Il y a des modifications non enregistr\xE9es",
250
259
  "project.message.upload": "T\xE9l\xE9verser le projet sur le cloud",
251
- loading: "Chargement..."
260
+ loading: "Chargement...",
261
+ enable: "Activer",
262
+ disable: "D\xE9sactiver",
263
+ plugin: "Plugin",
264
+ plugins: "Plugins",
265
+ "updates.check": "Rechercher les mises \xE0 jour",
266
+ "updates.download": "T\xE9l\xE9charger les mises \xE0 jour",
267
+ "plugins.enable.all": "Activer tous les plugins",
268
+ "plugins.disable.all": "D\xE9sactiver tous les plugins",
269
+ "plugins.install.local": "Installer des plugins locaux"
252
270
  };
253
271
  var fr_FR_default = frFR;
254
272
  export {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "bb-relay",
3
- "version": "0.0.19",
3
+ "version": "0.0.20",
4
4
  "description": "For managing bb-editor extension",
5
5
  "license": "ISC",
6
6
  "author": "Ade Adeola",
@@ -129,6 +129,15 @@ export const enGB = {
129
129
  "project.message.update": "There are unsaved changes",
130
130
  "project.message.download": "You are behind remote copy",
131
131
  loading: "Loading...",
132
+ enable: "Enable",
133
+ disable: "Disable",
134
+ plugin: "Plugin",
135
+ plugins: "Plugins",
136
+ "updates.check": "Check for updates",
137
+ "updates.download": "Download updates",
138
+ "plugins.enable.all": "Enable all plugins",
139
+ "plugins.disable.all": "Disable all plugins",
140
+ "plugins.install.local": "Install local plugins",
132
141
  };
133
142
 
134
143
  export default enGB;
@@ -132,6 +132,15 @@ export const frFR: { [key in Language]: string } = {
132
132
  "project.message.update": "Il y a des modifications non enregistrées",
133
133
  "project.message.upload": "Téléverser le projet sur le cloud",
134
134
  loading: "Chargement...",
135
+ enable: "Activer",
136
+ disable: "Désactiver",
137
+ plugin: "Plugin",
138
+ plugins: "Plugins",
139
+ "updates.check": "Rechercher les mises à jour",
140
+ "updates.download": "Télécharger les mises à jour",
141
+ "plugins.enable.all": "Activer tous les plugins",
142
+ "plugins.disable.all": "Désactiver tous les plugins",
143
+ "plugins.install.local": "Installer des plugins locaux",
135
144
  };
136
145
 
137
146
  export default frFR;
@@ -11,7 +11,7 @@ interface BaseProject {
11
11
  id: string;
12
12
  tags?: string[];
13
13
  description?: string;
14
- genre?: Category;
14
+ category?: Category;
15
15
  history?: Checkpoint[];
16
16
  userId: string;
17
17
  }