Skip to content

Commit c6c3d22

Browse files
Merge pull request #2259 from contentstack/feat/composable-studio-support
Feat/composable studio support
2 parents 693fd36 + ed1c1ca commit c6c3d22

File tree

35 files changed

+2040
-1173
lines changed

35 files changed

+2040
-1173
lines changed

.github/workflows/unit-test.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
- name: Run tests for Contentstack Import Plugin
2828
working-directory: ./packages/contentstack-import
2929
run: npm run test:unit
30-
30+
3131
- name: Run tests for Contentstack Export Plugin
3232
working-directory: ./packages/contentstack-export
3333
run: npm run test:unit
@@ -58,13 +58,12 @@ jobs:
5858

5959
- name: Run tests for Contentstack Auth
6060
working-directory: ./packages/contentstack-auth
61-
run: npm run test
61+
run: npm run test:unit
6262

6363
# - name: Run tests for Contentstack Import Setup
6464
# working-directory: ./packages/contentstack-import-setup
6565
# run: npm run test:unit
6666

67-
6867
- name: Run tests for Contentstack Bulk Publish
6968
working-directory: ./packages/contentstack-bulk-publish
7069
run: npm run test:unit

.talismanrc

Lines changed: 217 additions & 217 deletions
Large diffs are not rendered by default.

package-lock.json

Lines changed: 202 additions & 18 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/contentstack-clone/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
{
22
"name": "@contentstack/cli-cm-clone",
33
"description": "Contentstack stack clone plugin",
4-
"version": "1.17.1",
4+
"version": "1.18.0",
55
"author": "Contentstack",
66
"bugs": "https://github.com/rohitmishra209/cli-cm-clone/issues",
77
"dependencies": {
88
"@colors/colors": "^1.6.0",
9-
"@contentstack/cli-cm-export": "~1.21.1",
10-
"@contentstack/cli-cm-import": "~1.29.1",
11-
"@contentstack/cli-command": "~1.6.2",
9+
"@contentstack/cli-cm-export": "~1.22.0",
10+
"@contentstack/cli-cm-import": "~1.30.0",
11+
"@contentstack/cli-command": "~1.7.0",
1212
"@contentstack/cli-utilities": "~1.15.0",
1313
"@oclif/core": "^4.3.0",
1414
"@oclif/plugin-help": "^6.2.28",

packages/contentstack-command/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@contentstack/cli-command",
33
"description": "Contentstack CLI plugin for configuration",
4-
"version": "1.6.2",
4+
"version": "1.7.0",
55
"author": "Contentstack",
66
"main": "lib/index.js",
77
"types": "lib/index.d.ts",

0 commit comments

Comments
 (0)