@marsson/ciutils 0.0.6 → 0.0.10

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.
@@ -15,6 +15,14 @@
15
15
  "allowNo": false,
16
16
  "type": "boolean"
17
17
  },
18
+ "flags-dir": {
19
+ "helpGroup": "GLOBAL",
20
+ "name": "flags-dir",
21
+ "summary": "Import flag values from a directory.",
22
+ "hasDynamicHelp": false,
23
+ "multiple": false,
24
+ "type": "option"
25
+ },
18
26
  "name": {
19
27
  "char": "n",
20
28
  "description": "More information about a flag. Don't repeat the summary.",
@@ -96,6 +104,14 @@
96
104
  "allowNo": false,
97
105
  "type": "boolean"
98
106
  },
107
+ "flags-dir": {
108
+ "helpGroup": "GLOBAL",
109
+ "name": "flags-dir",
110
+ "summary": "Import flag values from a directory.",
111
+ "hasDynamicHelp": false,
112
+ "multiple": false,
113
+ "type": "option"
114
+ },
99
115
  "target-org": {
100
116
  "char": "o",
101
117
  "name": "target-org",
@@ -146,5 +162,5 @@
146
162
  ]
147
163
  }
148
164
  },
149
- "version": "0.0.6"
165
+ "version": "0.0.10"
150
166
  }
package/package.json CHANGED
@@ -1,30 +1,27 @@
1
1
  {
2
2
  "name": "@marsson/ciutils",
3
3
  "description": " Utilities for enabling continuous integration for Salesforce development under SF CLI",
4
- "version": "0.0.6",
4
+ "version": "0.0.10",
5
5
  "dependencies": {
6
- "@oclif/core": "^3.18.1",
7
- "@salesforce/core": "^6.4.7",
8
- "@salesforce/sf-plugins-core": "^7.1.3",
9
- "@salesforce/source-deploy-retrieve": "^10.5.0",
10
- "@salesforce/ts-sinon": "^1.4.19",
6
+ "@oclif/core": "^3.26.2",
7
+ "@salesforce/core": "^7.2.0",
8
+ "@salesforce/sf-plugins-core": "^9.0.1",
11
9
  "cli-progress": "^3.12.0",
12
10
  "cli-table3": "^0.6.3",
13
- "husky": "^9.0.11",
14
11
  "jsforce": "2.0.0-beta.29",
15
12
  "moment": "^2.30.1",
16
- "sinon": "^17.0.1"
13
+ "yarn": "^1.22.22"
17
14
  },
18
15
  "devDependencies": {
19
- "@oclif/plugin-command-snapshot": "^5.0.2",
20
- "@salesforce/cli-plugins-testkit": "^5.1.7",
21
- "@salesforce/dev-scripts": "^8.3.0",
16
+ "@oclif/plugin-command-snapshot": "^5.1.4",
17
+ "@salesforce/cli-plugins-testkit": "^5.2.0",
18
+ "@salesforce/dev-scripts": "^9.0.0",
22
19
  "@types/jsforce": "^1.11.5",
23
- "eslint-plugin-sf-plugin": "^1.17.2",
24
- "oclif": "^4.3.4",
20
+ "eslint-plugin-sf-plugin": "^1.18.1",
21
+ "oclif": "^4.8.1",
25
22
  "shx": "0.3.4",
26
23
  "ts-node": "^10.9.2",
27
- "typescript": "^5.3.3"
24
+ "typescript": "^5.4.5"
28
25
  },
29
26
  "engines": {
30
27
  "node": ">=18.0.0"
@@ -74,7 +71,6 @@
74
71
  "docs": "sf-docs",
75
72
  "format": "wireit",
76
73
  "lint": "wireit",
77
- "postinstall": "yarn husky install",
78
74
  "postpack": "shx rm -f oclif.manifest.json oclif.lock",
79
75
  "prepack": "sf-prepack",
80
76
  "test": "wireit",
@@ -117,10 +113,9 @@
117
113
  "output": []
118
114
  },
119
115
  "lint": {
120
- "command": "eslint src test --color --cache --cache-location .eslintcache",
116
+ "command": "eslint src --color --cache --cache-location .eslintcache",
121
117
  "files": [
122
118
  "src/**/*.ts",
123
- "test/**/*.ts",
124
119
  "messages/**",
125
120
  "**/.eslint*",
126
121
  "**/tsconfig.json"