Skip to content

Commit a1bdfea

Browse files
authored
Merge branch 'v2-dev' into fix/DX-5636
2 parents 8bef867 + 0f2ed59 commit a1bdfea

27 files changed

Lines changed: 617 additions & 588 deletions

File tree

.github/config/release.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
"releaseAll": true,
33
"plugins": {
44
"asset-management": false,
5+
"variants": false,
6+
"query-export": false,
57
"export": false,
68
"import": false,
79
"clone": false,

.talismanrc

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,4 @@
11
fileignoreconfig:
2-
- filename: packages/contentstack-bulk-operations/src/services/am-asset-service.ts
3-
checksum: 5f6c0ecba74e27399a7079ca15e65e77ef692697093c9fb1d57213728c4fe985
4-
- filename: packages/contentstack-bulk-operations/src/utils/asset-uids-from-file.ts
5-
checksum: 580932f192dd3fdd8bb2c55b7a7a78f1694f646ef5c5041f86c75668778f7ecb
6-
- filename: packages/contentstack-bulk-operations/test/unit/utils/asset-uids-from-file.test.ts
7-
checksum: 8123f7a675a0275795b59b15d0f2d5f8f1e57ccbecf3f97249a0dc5a037b9203
2+
- filename: pnpm-lock.yaml
3+
checksum: 2b0f2461ea1bb240a9210b9cf99dc403a756199712b7270f9792a590480451bd
84
version: '1.0'

packages/contentstack-apps-cli/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@
2222
],
2323
"dependencies": {
2424
"@apollo/client": "^3.14.1",
25-
"@contentstack/cli-command": "~2.0.0-beta.7",
26-
"@contentstack/cli-launch": "^1.9.9",
27-
"@contentstack/cli-utilities": "~2.0.0-beta.8",
25+
"@contentstack/cli-command": "~2.0.0-beta.8",
26+
"@contentstack/cli-launch": "^1.10.0",
27+
"@contentstack/cli-utilities": "~2.0.0-beta.9",
2828
"adm-zip": "^0.5.17",
2929
"chalk": "^5.6.2",
3030
"lodash": "^4.18.1",

packages/contentstack-asset-management/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
],
3131
"license": "MIT",
3232
"dependencies": {
33-
"@contentstack/cli-utilities": "~2.0.0-beta.8"
33+
"@contentstack/cli-utilities": "~2.0.0-beta.9"
3434
},
3535
"oclif": {
3636
"commands": "./lib/commands",

packages/contentstack-audit/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@
1818
"/oclif.manifest.json"
1919
],
2020
"dependencies": {
21-
"@contentstack/cli-command": "~2.0.0-beta.7",
22-
"@contentstack/cli-utilities": "~2.0.0-beta.8",
21+
"@contentstack/cli-command": "~2.0.0-beta.8",
22+
"@contentstack/cli-utilities": "~2.0.0-beta.9",
2323
"@oclif/core": "^4.11.4",
2424
"chalk": "^5.6.2",
2525
"fast-csv": "^4.3.6",

packages/contentstack-bootstrap/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@
1717
},
1818
"dependencies": {
1919
"@contentstack/cli-cm-seed": "~2.0.0-beta.19",
20-
"@contentstack/cli-command": "~2.0.0-beta.7",
21-
"@contentstack/cli-utilities": "~2.0.0-beta.8",
22-
"@contentstack/cli-config": "~2.0.0-beta.10",
20+
"@contentstack/cli-command": "~2.0.0-beta.8",
21+
"@contentstack/cli-utilities": "~2.0.0-beta.9",
22+
"@contentstack/cli-config": "~2.0.0-beta.11",
2323
"@oclif/core": "^4.11.4",
2424
"inquirer": "12.11.1",
2525
"mkdirp": "^2.1.6",

packages/contentstack-branches/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@
55
"author": "Contentstack",
66
"bugs": "https://github.com/contentstack/cli/issues",
77
"dependencies": {
8-
"@contentstack/cli-command": "~2.0.0-beta.7",
8+
"@contentstack/cli-command": "~2.0.0-beta.8",
99
"@oclif/core": "^4.11.4",
10-
"@contentstack/cli-utilities": "~2.0.0-beta.8",
10+
"@contentstack/cli-utilities": "~2.0.0-beta.9",
1111
"chalk": "^5.6.2",
1212
"just-diff": "^6.0.2",
1313
"lodash": "^4.18.1"

packages/contentstack-bulk-operations/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@
2121
],
2222
"dependencies": {
2323
"@contentstack/cli-asset-management": "1.0.0-beta.3",
24-
"@contentstack/cli-command": "~2.0.0-beta.7",
25-
"@contentstack/cli-utilities": "~2.0.0-beta.8",
24+
"@contentstack/cli-command": "~2.0.0-beta.8",
25+
"@contentstack/cli-utilities": "~2.0.0-beta.9",
2626
"@contentstack/delivery-sdk": "^5.2.0",
2727
"@contentstack/management": "^1.30.2",
2828
"lodash": "^4.18.1",
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
/lib
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
MIT License
2+
3+
Copyright (c) 2026 Contentstack
4+
5+
Permission is hereby granted, free of charge, to any person obtaining a copy
6+
of this software and associated documentation files (the "Software"), to deal
7+
in the Software without restriction, including without limitation the rights
8+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9+
copies of the Software, and to permit persons to whom the Software is
10+
furnished to do so, subject to the following conditions:
11+
12+
The above copyright notice and this permission notice shall be included in all
13+
copies or substantial portions of the Software.
14+
15+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21+
SOFTWARE.

0 commit comments

Comments
 (0)