Skip to content

Commit 076cc3f

Browse files
committed
W-18557453 added build step to update apis using a version map file + step to update the version file it self with the latest available version
1 parent 36afdb4 commit 076cc3f

File tree

26 files changed

+2102
-369
lines changed

26 files changed

+2102
-369
lines changed

.depcheckrc.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@ ignores:
22
# Include an explanation why the package is ignored
33
- '@babel/*' # Used in babel.config.js and babel.config.jest.js
44
- '@types/react-dom' # Used in src/index.jsx
5+
- anypoint-cli-exchange-plugin # CLI tool executed via execSync in scripts, not imported
6+
- anypoint-cli-v4 # CLI tool executed via execSync in scripts, not imported
57
- jest-environment-jsdom-sixteen # Used by test:react script in package.json
68
- lib # Used in App.jsx, references local directory
79
- node-fetch # False positive - clientConfig.ts imports the type from @types/node-fetch

api-versions.txt

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
shopper-baskets-oas-v1=1.9.0
2+
shopper-baskets-oas-v2=2.1.0
3+
shopper-consents-oas-v1=1.1.0
4+
shopper-context-oas-v1=1.1.1
5+
shopper-customers-oas-v1=1.1.1
6+
shopper-experience-oas-v1=1.0.7
7+
shopper-gift-certificates-oas-v1=1.0.26
8+
shopper-login-oas-v1=1.39.41
9+
shopper-orders-oas-v1=1.5.0
10+
shopper-products-oas-v1=1.0.37
11+
shopper-promotions-oas-v1=1.0.36
12+
shopper-search-oas-v1=1.3.0
13+
shopper-seo-oas-v1=1.0.13
14+
shopper-stores-oas-v1=1.0.17
15+
shopper-payments-oas-v1=1.1.0

apis/shopper-baskets-oas-1.9.0/.metadata.json

Lines changed: 0 additions & 9 deletions
This file was deleted.

apis/shopper-baskets-oas-2.1.0/.metadata.json

Lines changed: 0 additions & 17 deletions
This file was deleted.

apis/shopper-consents-oas-1.1.0/.metadata.json

Lines changed: 0 additions & 17 deletions
This file was deleted.

apis/shopper-context-oas-1.1.1/.metadata.json

Lines changed: 0 additions & 17 deletions
This file was deleted.

apis/shopper-customers-oas-1.1.1/.metadata.json

Lines changed: 0 additions & 17 deletions
This file was deleted.

apis/shopper-experience-oas-1.0.7/.metadata.json

Lines changed: 0 additions & 17 deletions
This file was deleted.

apis/shopper-gift-certificates-oas-1.0.26/.metadata.json

Lines changed: 0 additions & 17 deletions
This file was deleted.

apis/shopper-login-oas-1.39.41/.metadata.json

Lines changed: 0 additions & 17 deletions
This file was deleted.

0 commit comments

Comments
 (0)