@aws/ml-container-creator 0.2.0 → 0.2.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.
Files changed (1) hide show
  1. package/package.json +7 -8
package/package.json CHANGED
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@aws/ml-container-creator",
3
- "version": "0.2.0",
3
+ "version": "0.2.1",
4
4
  "description": "Generator for SageMaker AI BYOC paradigm for predictive inference use-cases.",
5
5
  "type": "module",
6
6
  "main": "src/app.js",
7
7
  "bin": {
8
- "ml-container-creator": "bin/cli.js"
8
+ "ml-container-creator": "./bin/cli.js"
9
9
  },
10
10
  "publishConfig": {
11
11
  "access": "public"
@@ -92,24 +92,24 @@
92
92
  },
93
93
  "dependencies": {
94
94
  "@inquirer/prompts": "^8.4.2",
95
- "@microsoft/eslint-formatter-sarif": "^3.1.0",
96
95
  "@modelcontextprotocol/sdk": "^1.27.1",
97
96
  "ajv": "^8.12.0",
97
+ "chalk": "^5.6.2",
98
98
  "cli-table3": "^0.6.5",
99
99
  "commander": "13.1.0",
100
100
  "ejs": "^3.1.10",
101
- "license-report": "^6.8.0",
102
- "lodash": "^4.17.21",
103
101
  "minimatch": "^10.2.4",
104
- "sbom": "^0.0.0",
105
102
  "tinyglobby": "^0.2.16"
106
103
  },
107
104
  "devDependencies": {
105
+ "@microsoft/eslint-formatter-sarif": "^3.1.0",
108
106
  "eslint": "^8.57.0",
109
107
  "fast-check": "^4.5.2",
108
+ "license-report": "^6.8.0",
110
109
  "mocha": "^10.2.0",
111
110
  "npm-force-resolutions": "^0.0.10",
112
- "nyc": "^15.1.0"
111
+ "nyc": "^15.1.0",
112
+ "sbom": "^0.0.0"
113
113
  },
114
114
  "engines": {
115
115
  "node": ">=24.11.1",
@@ -118,7 +118,6 @@
118
118
  "overrides": {
119
119
  "cross-spawn": "^7.0.3",
120
120
  "diff": "^5.2.2",
121
- "lodash": "^4.17.21",
122
121
  "semver": "^7.5.4",
123
122
  "got": "^11.8.5",
124
123
  "qs": "^6.14.1",