officedesk 0.0.3 → 0.0.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.
package/README.md
CHANGED
|
@@ -15,7 +15,7 @@ npm install -g officedesk
|
|
|
15
15
|
| `officedesk-plugin-email` | [@officedesk/plugin-email](https://www.npmjs.com/package/@officedesk/plugin-email) | Email integration |
|
|
16
16
|
| `officedesk-plugin-gmail` | [@officedesk/plugin-gmail](https://www.npmjs.com/package/@officedesk/plugin-gmail) | Gmail integration |
|
|
17
17
|
| `officedesk-plugin-google-calendar` | [@officedesk/plugin-google-calendar](https://www.npmjs.com/package/@officedesk/plugin-google-calendar) | Google Calendar integration |
|
|
18
|
-
| `officedesk-plugin-sheets` | [@officedesk/plugin-google-sheets](https://www.npmjs.com/package/@officedesk/plugin-google-sheets) | Google Sheets integration |
|
|
18
|
+
| `officedesk-plugin-google-sheets` | [@officedesk/plugin-google-sheets](https://www.npmjs.com/package/@officedesk/plugin-google-sheets) | Google Sheets integration |
|
|
19
19
|
| `officedesk-plugin-jira` | [@officedesk/plugin-jira](https://www.npmjs.com/package/@officedesk/plugin-jira) | Jira integration |
|
|
20
20
|
| `officedesk-plugin-odoo` | [@officedesk/plugin-odoo](https://www.npmjs.com/package/@officedesk/plugin-odoo) | Odoo integration |
|
|
21
21
|
| `officedesk-plugin-xero` | [@officedesk/plugin-xero](https://www.npmjs.com/package/@officedesk/plugin-xero) | Xero accounting integration |
|
package/package.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "officedesk",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.4",
|
|
4
4
|
"description": "Installs all officedesk AI plugins",
|
|
5
5
|
"bin": {
|
|
6
6
|
"officedesk-plugin-email": "bin/officedesk-plugin-email.js",
|
|
7
7
|
"officedesk-plugin-gmail": "bin/officedesk-plugin-gmail.js",
|
|
8
8
|
"officedesk-plugin-google-calendar": "bin/officedesk-plugin-google-calendar.js",
|
|
9
|
-
"officedesk-plugin-sheets": "bin/officedesk-plugin-sheets.js",
|
|
9
|
+
"officedesk-plugin-google-sheets": "bin/officedesk-plugin-google-sheets.js",
|
|
10
10
|
"officedesk-plugin-jira": "bin/officedesk-plugin-jira.js",
|
|
11
11
|
"officedesk-plugin-odoo": "bin/officedesk-plugin-odoo.js",
|
|
12
12
|
"officedesk-plugin-xero": "bin/officedesk-plugin-xero.js"
|
|
File without changes
|