@kitalive/sfdx-plugin 1.0.0-rc.3 → 1.0.1

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.
@@ -1844,5 +1844,5 @@
1844
1844
  ]
1845
1845
  }
1846
1846
  },
1847
- "version": "1.0.0-rc.3"
1847
+ "version": "1.0.1"
1848
1848
  }
package/package.json CHANGED
@@ -1,37 +1,36 @@
1
1
  {
2
2
  "name": "@kitalive/sfdx-plugin",
3
3
  "description": "Kitalive SFDX plugin",
4
- "version": "1.0.0-rc.3",
4
+ "version": "1.0.1",
5
5
  "author": "Akihiro Ono",
6
6
  "bugs": "https://github.com/Kitalive-Inc/sfdx-plugin/issues",
7
7
  "dependencies": {
8
- "@jetstreamapp/soql-parser-js": "^6.1.0",
8
+ "@jetstreamapp/soql-parser-js": "^6.3.1",
9
9
  "@oclif/core": "^4",
10
10
  "@salesforce/core": "^8",
11
11
  "@salesforce/kit": "^3",
12
12
  "@salesforce/sf-plugins-core": "^12",
13
- "dayjs": "^1.11.13",
14
- "express": "^4.21.2",
15
- "express-async-errors": "^3.1.1",
16
- "fast-csv": "^5.0.2",
17
- "fs-extra": "^11.3.0",
13
+ "dayjs": "^1.11.19",
14
+ "express": "^5.2.1",
15
+ "fast-csv": "^5.0.5",
16
+ "fs-extra": "^11.3.3",
18
17
  "iconv-lite": "^0.6.3",
19
- "open": "^10",
18
+ "open": "^11",
20
19
  "tslib": "^2",
21
- "yargs": "^17.7.2"
20
+ "yargs": "^18.0.0"
22
21
  },
23
22
  "devDependencies": {
24
- "@oclif/plugin-command-snapshot": "^5.2.35",
25
- "@salesforce/cli-plugins-testkit": "^5.3.39",
26
- "@salesforce/dev-scripts": "^10",
27
- "@types/express": "^5.0.0",
23
+ "@oclif/plugin-command-snapshot": "^5.3.8",
24
+ "@salesforce/cli-plugins-testkit": "^5.3.41",
25
+ "@salesforce/dev-scripts": "^11",
26
+ "@types/express": "^5.0.6",
28
27
  "@types/fs-extra": "^11.0.4",
29
- "@types/yargs": "^17.0.33",
30
- "eslint-plugin-sf-plugin": "^1.20.14",
31
- "esmock": "^2.7.0",
32
- "oclif": "^4.17.30",
28
+ "@types/yargs": "^17.0.35",
29
+ "eslint-plugin-sf-plugin": "^1.20.33",
30
+ "esmock": "^2.7.3",
31
+ "oclif": "^4.22.59",
33
32
  "ts-node": "^10.9.2",
34
- "typescript": "^5.7.3"
33
+ "typescript": "^5.9.3"
35
34
  },
36
35
  "engines": {
37
36
  "node": ">=18.0.0"
@@ -71,7 +70,6 @@
71
70
  "build:vuetify": "cd vuetify && yarn && yarn build",
72
71
  "clean": "sf-clean",
73
72
  "clean-all": "sf-clean all",
74
- "clean:lib": "shx rm -rf lib && shx rm -rf coverage && shx rm -rf .nyc_output && shx rm -f oclif.manifest.json",
75
73
  "compile": "wireit",
76
74
  "docs": "sf-docs",
77
75
  "format": "wireit",