@commercelayer/cli-core 5.0.4 → 5.0.5

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.
package/lib/index.d.mts CHANGED
@@ -164,6 +164,7 @@ interface AppInfo extends AppKey, AppAuth {
164
164
  kind: string;
165
165
  name: string;
166
166
  baseUrl?: string;
167
+ user?: string;
167
168
  }
168
169
 
169
170
  /** Build application key */
package/lib/index.d.ts CHANGED
@@ -164,6 +164,7 @@ interface AppInfo extends AppKey, AppAuth {
164
164
  kind: string;
165
165
  name: string;
166
166
  baseUrl?: string;
167
+ user?: string;
167
168
  }
168
169
 
169
170
  /** Build application key */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@commercelayer/cli-core",
3
- "version": "5.0.4",
3
+ "version": "5.0.5",
4
4
  "author": "Pierluigi Viti <pierluigi@commercelayer.io>",
5
5
  "license": "MIT",
6
6
  "description": "Commerce Layer Javascript CLI core lib",
@@ -42,20 +42,20 @@
42
42
  "@size-limit/preset-small-lib": "^6.0.4",
43
43
  "@types/jest": "^29.5.12",
44
44
  "@types/jsonwebtoken": "^9.0.6",
45
- "@types/node": "^20.12.13",
46
- "@typescript-eslint/eslint-plugin": "^7.11.0",
45
+ "@types/node": "^20.14.2",
46
+ "@typescript-eslint/eslint-plugin": "^7.12.0",
47
47
  "dotenv": "^16.4.5",
48
48
  "eslint": "^8.57.0",
49
49
  "jest": "^29.7.0",
50
- "oclif": "^4.11.3",
50
+ "oclif": "^4.13.0",
51
51
  "semantic-release": "^23.1.1",
52
- "tsup": "^8.0.2",
53
- "tsx": "^4.11.0",
52
+ "tsup": "^8.1.0",
53
+ "tsx": "^4.11.2",
54
54
  "typescript": "^5.4.5"
55
55
  },
56
56
  "dependencies": {
57
57
  "@commercelayer/js-auth": "^6.2.2",
58
- "@oclif/core": "^3.26.6",
58
+ "@oclif/core": "^3.27.0",
59
59
  "chalk": "^4.1.2",
60
60
  "jsonwebtoken": "^9.0.2",
61
61
  "update-notifier-cjs": "^5.1.6"