Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

v3.2.1-beta.0 - run command select argument #101

Merged
merged 38 commits into from
Jan 11, 2024
Merged
Show file tree
Hide file tree
Changes from 5 commits
Commits
Show all changes
38 commits
Select commit Hold shift + click to select a range
8853951
feat:CEXT-2082 added select argument
Oct 26, 2023
b784db4
Updated package setup to use the latest mesh builder
revanth0212 Oct 29, 2023
49398bb
Merge pull request #96 from adobe/cext-2318
amolina-adobe Oct 30, 2023
aa4c19f
feat:CEXT-2082 Added select argument within run command
Oct 30, 2023
d7d0d88
feat:CEXT-2082 updated run command with select flag
Nov 2, 2023
01428b0
fix:CEXT-2507 Updated mesh-builder package
Nov 8, 2023
2f77085
fix:CEXT-2507 Updated mesh-builder package
Nov 8, 2023
33b5b2f
fix:CEXT-2507 Updated mesh-builder package
Nov 8, 2023
dbf3a42
- Updated build workflow action versions
Nov 13, 2023
3170a3f
- Updated build workflow to use yarn
Nov 13, 2023
0600b83
- Updated readme.
Nov 13, 2023
515db30
- Updated registry for select dependencies.
Nov 13, 2023
2db7f70
- Removed unused Jenkinsfile
Nov 13, 2023
d6f22a2
Merge pull request #99 from adobe/simran/CEXT-2507-update-mesh-builder
dthampy Nov 13, 2023
7b801fd
Update src/commands/api-mesh/run.js
revanth0212 Nov 14, 2023
06cd330
Update src/commands/api-mesh/run.js
revanth0212 Nov 14, 2023
8614f2b
Update src/commands/api-mesh/run.js
revanth0212 Nov 14, 2023
88093aa
Merge branch 'develop' into feature/run-command-select-arg
revanth0212 Nov 14, 2023
43dbca3
Merge remote-tracking branch 'origin/feature/run-command-select-arg' …
revanth0212 Nov 14, 2023
9ffa766
Merge pull request #100 from adobe/feature/npm-to-yarn
revanth0212 Nov 14, 2023
fc629a8
Merge pull request #98 from adobe/feature/run-command-select-arg
revanth0212 Nov 14, 2023
46f5c64
Merge branch 'develop' into revanth/peer-deps-update
revanth0212 Nov 14, 2023
3b269bb
Removed artifactory routes
revanth0212 Nov 14, 2023
00a9372
Resolved merge conflicts
revanth0212 Nov 14, 2023
63558d8
Merge remote-tracking branch 'origin/develop' into backmerge-main
revanth0212 Nov 14, 2023
0da86bf
- Updated resolutions to fix unpack warnings.
Nov 14, 2023
2fa0460
- Removed resolutions to separate yarn deps
Nov 14, 2023
7eef915
Merge pull request #104 from adobe/backmerge-main
revanth0212 Nov 15, 2023
7ac6170
Merge remote-tracking branch 'origin/develop' into revanth/peer-deps-…
revanth0212 Nov 21, 2023
7473777
Updated hooks version
revanth0212 Nov 21, 2023
9879dd1
fix: cext-2432: fix build error and adding graphql-mesh/store as depe…
dani97 Nov 21, 2023
447a4eb
chore: cext-2432: update mesh builder
dani97 Nov 22, 2023
a926516
chore: cext-2432: update meshbuilder
dani97 Nov 28, 2023
dd21134
Merge pull request #97 from adobe/revanth/peer-deps-update
dthampy Nov 28, 2023
bddaab1
fix files error
dani97 Jan 3, 2024
3e080e7
Merge pull request #105 from adobe/cext-2082/fix-files-error
dani97 Jan 3, 2024
29d0dd3
cext-2082: select command for local dev server
dani97 Jan 11, 2024
39e1c6c
Merge pull request #106 from adobe/cext-2082-beta-release
dthampy Jan 11, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@adobe/aio-cli-plugin-api-mesh",
"version": "3.1.0",
"version": "3.2.0",
"publishConfig": {
"access": "public"
},
Expand All @@ -14,7 +14,7 @@
"@oclif/config": "^1.15.1",
"@oclif/core": "^1.14.1",
"@oclif/errors": "^1.1.2",
"@adobe-apimesh/mesh-builder": "^1.0.3",
"@adobe-apimesh/mesh-builder": "1.3.2",
"axios": "^1.2.0",
"chalk": "^4.1.0",
"dotenv": "^16.0.3",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@
resolved "https://artifactory.corp.adobe.com/artifactory/api/npm/npm-adobe-release/@aashutoshrathi/word-wrap/-/word-wrap-1.2.6.tgz#bd9154aec9983f77b3a034ecaa015c2e4201f6cf"
integrity sha512-1Yjs2SvM8TflER/OD3cOjhWWOZb58A2t7wpE2S9XfBYTiIl+XFhQG2bjy4Pu1I+EAlCNUzRDYDdFwFYUKvXcIA==

"@adobe-apimesh/mesh-builder@^1.0.3":
version "1.0.3"
resolved "https://registry.yarnpkg.com/@adobe-apimesh/mesh-builder/-/mesh-builder-1.0.3.tgz#ec2aaa196e364b3d708e7c0635cb294bd34ef3b1"
integrity sha512-r2RMv90mLyN9AS2xJuNwILDNQ+D2/XA8nW/t3J2CQemxOAv1yu4BLbBN59IPDSU1pY0liFMxHG01/fb4mzXBiw==
"@adobe-apimesh/mesh-builder@1.3.2":
version "1.3.2"
resolved "https://registry.yarnpkg.com/@adobe-apimesh/mesh-builder/-/mesh-builder-1.3.2.tgz#6c7b0900b32d94bb4d180274252a61080bca8cc9"
integrity sha512-N+oWLnywPMz1XxwKmioX+smbmP+XlHaym8mZtcd+qVe5Ge3u953JAu5H6tjjCAzcJ41mzWIwBnWeqe5mL5PdCQ==
dependencies:
"@adobe/plugin-hooks" "0.1.0"
"@adobe/plugin-on-fetch" "0.1.0"
Expand Down
Loading