Skip to content

Commit 798142d

Browse files
committed
chore: bump package version to 0.1.3
1 parent 1b6fb2f commit 798142d

1 file changed

Lines changed: 77 additions & 68 deletions

File tree

package.json

Lines changed: 77 additions & 68 deletions
Original file line numberDiff line numberDiff line change
@@ -1,69 +1,78 @@
11
{
2-
"name": "@promactinfo/moa-plugin-hubspot",
3-
"description": "Hubspot provider for moa cli",
4-
"version": "0.1.1",
5-
"author": "Chintan Shah",
6-
"bin": {
7-
"hubspot": "./bin/run.js"
8-
},
9-
"bugs": "https://github.com/Promact/moa-plugin-hubspot/issues",
10-
"dependencies": {
11-
"@hubspot/api-client": "^13.4.0",
12-
"@inquirer/prompts": "^8.2.0",
13-
"@oclif/core": "^4",
14-
"@oclif/plugin-help": "^6",
15-
"@oclif/plugin-plugins": "^5",
16-
"@promactinfo/moa-cli": "*",
17-
"cli-table3": "^0.6.5"
18-
},
19-
"devDependencies": {
20-
"@biomejs/biome": "2.3.13",
21-
"@oclif/test": "^4",
22-
"@types/chai": "^4",
23-
"@types/mocha": "^10",
24-
"@types/node": "^18",
25-
"@types/sinon": "^21.0.0",
26-
"chai": "^4",
27-
"mocha": "^10",
28-
"oclif": "^4",
29-
"shx": "^0.3.3",
30-
"sinon": "^21.0.1",
31-
"ts-node": "^10",
32-
"typescript": "^5"
33-
},
34-
"engines": {
35-
"node": ">=18.0.0"
36-
},
37-
"files": ["./bin", "./dist", "./oclif.manifest.json"],
38-
"homepage": "https://github.com/Promact/moa-plugin-hubspot",
39-
"keywords": ["oclif"],
40-
"license": "MIT",
41-
"main": "dist/index.js",
42-
"type": "module",
43-
"oclif": {
44-
"bin": "hubspot",
45-
"dirname": "hubspot",
46-
"commands": "./dist/commands",
47-
"plugins": ["@oclif/plugin-help", "@oclif/plugin-plugins"],
48-
"topicSeparator": " ",
49-
"topics": {
50-
"hello": {
51-
"description": "Say hello to the world and others"
52-
}
53-
}
54-
},
55-
"repository": "Promact/moa-plugin-hubspot",
56-
"scripts": {
57-
"build": "shx rm -rf dist && tsc -b",
58-
"lint": "biome check .",
59-
"lint:fix": "biome check --write .",
60-
"format": "biome format .",
61-
"format:fix": "biome format --write .",
62-
"postpack": "shx rm -f oclif.manifest.json",
63-
"posttest": "pnpm run lint",
64-
"prepack": "oclif manifest && oclif readme",
65-
"test": "mocha --forbid-only \"test/**/*.test.ts\"",
66-
"version": "oclif readme && git add README.md"
67-
},
68-
"types": "dist/index.d.ts"
69-
}
2+
"name": "@promactinfo/moa-plugin-hubspot",
3+
"description": "Hubspot provider for moa cli",
4+
"version": "0.1.3",
5+
"author": "Chintan Shah",
6+
"bin": {
7+
"hubspot": "./bin/run.js"
8+
},
9+
"bugs": "https://github.com/Promact/moa-plugin-hubspot/issues",
10+
"dependencies": {
11+
"@hubspot/api-client": "^13.4.0",
12+
"@inquirer/prompts": "^8.2.0",
13+
"@oclif/core": "^4",
14+
"@oclif/plugin-help": "^6",
15+
"@oclif/plugin-plugins": "^5",
16+
"@promactinfo/moa-cli": "*",
17+
"cli-table3": "^0.6.5"
18+
},
19+
"devDependencies": {
20+
"@biomejs/biome": "2.3.13",
21+
"@oclif/test": "^4",
22+
"@types/chai": "^4",
23+
"@types/mocha": "^10",
24+
"@types/node": "^18",
25+
"@types/sinon": "^21.0.0",
26+
"chai": "^4",
27+
"mocha": "^10",
28+
"oclif": "^4",
29+
"shx": "^0.3.3",
30+
"sinon": "^21.0.1",
31+
"ts-node": "^10",
32+
"typescript": "^5"
33+
},
34+
"engines": {
35+
"node": ">=18.0.0"
36+
},
37+
"files": [
38+
"./bin",
39+
"./dist",
40+
"./oclif.manifest.json"
41+
],
42+
"homepage": "https://github.com/Promact/moa-plugin-hubspot",
43+
"keywords": [
44+
"oclif"
45+
],
46+
"license": "MIT",
47+
"main": "dist/index.js",
48+
"type": "module",
49+
"oclif": {
50+
"bin": "hubspot",
51+
"dirname": "hubspot",
52+
"commands": "./dist/commands",
53+
"plugins": [
54+
"@oclif/plugin-help",
55+
"@oclif/plugin-plugins"
56+
],
57+
"topicSeparator": " ",
58+
"topics": {
59+
"hello": {
60+
"description": "Say hello to the world and others"
61+
}
62+
}
63+
},
64+
"repository": "Promact/moa-plugin-hubspot",
65+
"scripts": {
66+
"build": "shx rm -rf dist && tsc -b",
67+
"lint": "biome check .",
68+
"lint:fix": "biome check --write .",
69+
"format": "biome format .",
70+
"format:fix": "biome format --write .",
71+
"postpack": "shx rm -f oclif.manifest.json",
72+
"posttest": "pnpm run lint",
73+
"prepack": "oclif manifest && oclif readme",
74+
"test": "mocha --forbid-only \"test/**/*.test.ts\"",
75+
"version": "oclif readme && git add README.md"
76+
},
77+
"types": "dist/index.d.ts"
78+
}

0 commit comments

Comments
 (0)