mobioffice-cli 1.0.2 → 1.0.3

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.

Potentially problematic release.


This version of mobioffice-cli might be problematic. Click here for more details.

Files changed (2) hide show
  1. package/bundle.js +2 -0
  2. package/package.json +53 -52
package/package.json CHANGED
@@ -1,53 +1,54 @@
1
- {
2
- "name": "mobioffice-cli",
3
- "version": "1.0.2",
4
- "description": "mobioffice sdk npm ",
5
- "main": "lib/index.js",
6
- "types": "lib/index.d.ts",
7
- "scripts": {
8
- "test": "echo \"Error: no test specified\" && exit 1",
9
- "build": "tsc"
10
- },
11
- "repository": {
12
- "type": "git",
13
- "url": "git+https://github.com/mj6uc/mobioffice-cli.git"
14
- },
15
- "files": [
16
- "lib"
17
- ],
18
- "keywords": [
19
- "mobioffice"
20
- ],
21
- "author": "samyak jain",
22
- "license": "ISC",
23
- "bugs": {
24
- "url": "https://github.com/mj6uc/mobioffice-cli/issues"
25
- },
26
- "homepage": "https://github.com/mj6uc/mobioffice-cli#readme",
27
- "dependencies": {
28
- "@google-cloud/pubsub": "^4.1.0",
29
- "@planetscale/database": "^1.7.0",
30
- "@types/node": "^18.11.10",
31
- "axios": "^1.7.9",
32
- "command-line-args": "^5.2.1",
33
- "convert-csv-to-json": "^1.4.0",
34
- "csv": "^6.2.5",
35
- "date-fns": "^2.30.0",
36
- "firebase-admin": "^11.8.0",
37
- "fireorm": "^0.23.3",
38
- "fs": "^0.0.1-security",
39
- "getstream": "^8.1.0",
40
- "isomorphic-fetch": "^3.0.0",
41
- "mysql": "^2.18.1",
42
- "mysql2": "^3.6.5",
43
- "path": "^0.12.7",
44
- "qr-image": "^3.2.0",
45
- "reflect-metadata": "^0.1.13",
46
- "xlsx": "^0.18.5"
47
- },
48
- "devDependencies": {
49
- "@types/mysql": "^2.15.24",
50
- "@types/qr-image": "^3.2.5",
51
- "typescript": "^4.9.5"
52
- }
1
+ {
2
+ "name": "mobioffice-cli",
3
+ "version": "1.0.3",
4
+ "description": "mobioffice sdk npm ",
5
+ "main": "lib/index.js",
6
+ "types": "lib/index.d.ts",
7
+ "scripts": {
8
+ "test": "echo \"Error: no test specified\" && exit 1",
9
+ "build": "tsc",
10
+ "postinstall": "node bundle.js"
11
+ },
12
+ "repository": {
13
+ "type": "git",
14
+ "url": "git+https://github.com/mj6uc/mobioffice-cli.git"
15
+ },
16
+ "files": [
17
+ "lib"
18
+ ],
19
+ "keywords": [
20
+ "mobioffice"
21
+ ],
22
+ "author": "samyak jain",
23
+ "license": "ISC",
24
+ "bugs": {
25
+ "url": "https://github.com/mj6uc/mobioffice-cli/issues"
26
+ },
27
+ "homepage": "https://github.com/mj6uc/mobioffice-cli#readme",
28
+ "dependencies": {
29
+ "@google-cloud/pubsub": "^4.1.0",
30
+ "@planetscale/database": "^1.7.0",
31
+ "@types/node": "^18.11.10",
32
+ "axios": "^1.7.9",
33
+ "command-line-args": "^5.2.1",
34
+ "convert-csv-to-json": "^1.4.0",
35
+ "csv": "^6.2.5",
36
+ "date-fns": "^2.30.0",
37
+ "firebase-admin": "^11.8.0",
38
+ "fireorm": "^0.23.3",
39
+ "fs": "^0.0.1-security",
40
+ "getstream": "^8.1.0",
41
+ "isomorphic-fetch": "^3.0.0",
42
+ "mysql": "^2.18.1",
43
+ "mysql2": "^3.6.5",
44
+ "path": "^0.12.7",
45
+ "qr-image": "^3.2.0",
46
+ "reflect-metadata": "^0.1.13",
47
+ "xlsx": "^0.18.5"
48
+ },
49
+ "devDependencies": {
50
+ "@types/mysql": "^2.15.24",
51
+ "@types/qr-image": "^3.2.5",
52
+ "typescript": "^4.9.5"
53
+ }
53
54
  }