@commercelayer/cli-plugin-provisioning 1.0.1 → 2.0.0-oclif3.2

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.
@@ -163,6 +163,7 @@
163
163
  "pluginName": "@commercelayer/cli-plugin-provisioning",
164
164
  "pluginType": "core",
165
165
  "strict": true,
166
+ "enableJsonFlag": false,
166
167
  "isESM": false,
167
168
  "relativePath": [
168
169
  "lib",
@@ -292,6 +293,7 @@
292
293
  "pluginName": "@commercelayer/cli-plugin-provisioning",
293
294
  "pluginType": "core",
294
295
  "strict": true,
296
+ "enableJsonFlag": false,
295
297
  "isESM": false,
296
298
  "relativePath": [
297
299
  "lib",
@@ -364,6 +366,7 @@
364
366
  "pluginName": "@commercelayer/cli-plugin-provisioning",
365
367
  "pluginType": "core",
366
368
  "strict": true,
369
+ "enableJsonFlag": false,
367
370
  "isESM": false,
368
371
  "relativePath": [
369
372
  "lib",
@@ -378,6 +381,11 @@
378
381
  "pf"
379
382
  ],
380
383
  "args": {
384
+ "resource": {
385
+ "description": "the resource type",
386
+ "name": "resource",
387
+ "required": true
388
+ },
381
389
  "path": {
382
390
  "description": "path (or URL) of the resource(s) to fetch",
383
391
  "name": "path",
@@ -548,6 +556,7 @@
548
556
  "pluginName": "@commercelayer/cli-plugin-provisioning",
549
557
  "pluginType": "core",
550
558
  "strict": false,
559
+ "enableJsonFlag": false,
551
560
  "isESM": false,
552
561
  "relativePath": [
553
562
  "lib",
@@ -732,6 +741,7 @@
732
741
  "pluginName": "@commercelayer/cli-plugin-provisioning",
733
742
  "pluginType": "core",
734
743
  "strict": false,
744
+ "enableJsonFlag": false,
735
745
  "isESM": false,
736
746
  "relativePath": [
737
747
  "lib",
@@ -911,6 +921,7 @@
911
921
  "pluginName": "@commercelayer/cli-plugin-provisioning",
912
922
  "pluginType": "core",
913
923
  "strict": true,
924
+ "enableJsonFlag": false,
914
925
  "isESM": false,
915
926
  "relativePath": [
916
927
  "lib",
@@ -931,6 +942,7 @@
931
942
  "pluginName": "@commercelayer/cli-plugin-provisioning",
932
943
  "pluginType": "core",
933
944
  "strict": true,
945
+ "enableJsonFlag": false,
934
946
  "isESM": false,
935
947
  "relativePath": [
936
948
  "lib",
@@ -1120,6 +1132,7 @@
1120
1132
  "pluginName": "@commercelayer/cli-plugin-provisioning",
1121
1133
  "pluginType": "core",
1122
1134
  "strict": true,
1135
+ "enableJsonFlag": false,
1123
1136
  "isESM": false,
1124
1137
  "relativePath": [
1125
1138
  "lib",
@@ -1155,6 +1168,7 @@
1155
1168
  "pluginName": "@commercelayer/cli-plugin-provisioning",
1156
1169
  "pluginType": "core",
1157
1170
  "strict": true,
1171
+ "enableJsonFlag": false,
1158
1172
  "isESM": false,
1159
1173
  "relativePath": [
1160
1174
  "lib",
@@ -1296,6 +1310,7 @@
1296
1310
  "pluginName": "@commercelayer/cli-plugin-provisioning",
1297
1311
  "pluginType": "core",
1298
1312
  "strict": true,
1313
+ "enableJsonFlag": false,
1299
1314
  "isESM": false,
1300
1315
  "relativePath": [
1301
1316
  "lib",
@@ -1489,6 +1504,7 @@
1489
1504
  "pluginName": "@commercelayer/cli-plugin-provisioning",
1490
1505
  "pluginType": "core",
1491
1506
  "strict": true,
1507
+ "enableJsonFlag": false,
1492
1508
  "isESM": false,
1493
1509
  "relativePath": [
1494
1510
  "lib",
@@ -1498,5 +1514,5 @@
1498
1514
  ]
1499
1515
  }
1500
1516
  },
1501
- "version": "1.0.1"
1517
+ "version": "2.0.0-oclif3.2"
1502
1518
  }
package/package.json CHANGED
@@ -1,11 +1,13 @@
1
1
  {
2
2
  "name": "@commercelayer/cli-plugin-provisioning",
3
3
  "description": "Commerce Layer CLI Provisioning plugin",
4
- "version": "1.0.1",
4
+ "version": "2.0.0-oclif3.2",
5
5
  "author": "Pierluigi Viti <pierluigi@commercelayer.io>",
6
+ "homepage": "https://github.com/commercelayer/commercelayer-cli-plugin-provisioning",
7
+ "repository": "commercelayer/commercelayer-cli-plugin-provisioning",
6
8
  "bugs": "https://github.com/commercelayer/commercelayer-cli-plugin-provisioning/issues",
7
9
  "engines": {
8
- "node": "^16.13.0 || >=18.0.0"
10
+ "node": ">=20.0.0"
9
11
  },
10
12
  "files": [
11
13
  "/bin",
@@ -13,7 +15,6 @@
13
15
  "/npm-shrinkwrap.json",
14
16
  "/oclif.manifest.json"
15
17
  ],
16
- "homepage": "https://github.com/commercelayer/commercelayer-cli-plugin-provisioning",
17
18
  "keywords": [
18
19
  "ecommerce",
19
20
  "cli",
@@ -41,7 +42,6 @@
41
42
  "topicSeparator": ":",
42
43
  "hooks": {}
43
44
  },
44
- "repository": "commercelayer/commercelayer-cli-plugin-provisioning",
45
45
  "scripts": {
46
46
  "build": "rm -rf lib && tsc -b",
47
47
  "prepack": "pnpm build && oclif manifest && pnpm readme",
@@ -55,28 +55,28 @@
55
55
  },
56
56
  "types": "lib/index.d.ts",
57
57
  "devDependencies": {
58
- "@commercelayer/cli-dev": "^2.1.3",
58
+ "@commercelayer/cli-dev": "beta",
59
59
  "@commercelayer/eslint-config-ts": "^1.3.0",
60
60
  "@oclif/plugin-help": "^6.0.12",
61
- "@oclif/test": "^3.1.13",
61
+ "@oclif/test": "^3.1.16",
62
62
  "@semantic-release/changelog": "^6.0.3",
63
63
  "@semantic-release/git": "^10.0.1",
64
64
  "@types/chai": "^4.3.11",
65
65
  "@types/mocha": "^10.0.6",
66
- "@types/node": "^20.11.13",
66
+ "@types/node": "^20.11.19",
67
67
  "chai": "^4.4.1",
68
68
  "eslint": "^8.56.0",
69
- "mocha": "^10.2.0",
69
+ "mocha": "^10.3.0",
70
70
  "nyc": "^15.1.0",
71
- "oclif": "^4.4.2",
72
- "semantic-release": "^22.0.12",
71
+ "oclif": "^4.4.12",
72
+ "semantic-release": "^23.0.2",
73
73
  "ts-node": "^10.9.2",
74
74
  "typescript": "^5.3.3"
75
75
  },
76
76
  "dependencies": {
77
- "@commercelayer/cli-core": "^4.11.4",
77
+ "@commercelayer/cli-core": "beta",
78
78
  "@commercelayer/provisioning-sdk": "^1.0.0",
79
- "@oclif/core": "^2.15.0",
79
+ "@oclif/core": "^3.19.2",
80
80
  "json-2-csv": "^5.0.1",
81
81
  "tslib": "^2.6.2"
82
82
  },