Skip to content

Commit edfef23

Browse files
committed
merged latest changes
2 parents 683f128 + 8b127dc commit edfef23

File tree

22 files changed

+1882
-1520
lines changed

22 files changed

+1882
-1520
lines changed

.github/workflows/release-beta.yml

Lines changed: 4 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -202,6 +202,10 @@ jobs:
202202
if: ${{env.release_releaseAll == 'true' || env.release_plugins_clone == 'true'}}
203203
working-directory: ./packages/contentstack-clone
204204
run: npm install
205+
- name: Compiling Clone
206+
if: ${{ steps.clone-installation.conclusion == 'success' }}
207+
working-directory: ./packages/contentstack-clone
208+
run: npm run prepack
205209
- name: Publishing clone (Beta)
206210
uses: JS-DevTools/npm-publish@v3
207211
if: ${{ steps.clone-installation.conclusion == 'success' }}
@@ -293,20 +297,6 @@ jobs:
293297
package: ./packages/contentstack-bootstrap/package.json
294298
tag: beta
295299

296-
# Bulk Publish
297-
- name: Installing dependencies of bulk publish
298-
id: bulk-publish-installation
299-
if: ${{env.release_releaseAll == 'true' || env.release_plugins_bulk-publish == 'true'}}
300-
working-directory: ./packages/contentstack-bulk-publish
301-
run: npm install
302-
- name: Publishing bulk publish (Beta)
303-
uses: JS-DevTools/npm-publish@v3
304-
if: ${{ steps.bulk-publish-installation.conclusion == 'success' }}
305-
with:
306-
token: ${{ secrets.NPM_TOKEN }}
307-
package: ./packages/contentstack-bulk-publish/package.json
308-
tag: beta
309-
310300
# Branches
311301
- name: Installing dependencies of branches
312302
id: branches-installation

.talismanrc

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,16 @@
11
fileignoreconfig:
2-
- filename: package-lock.json
3-
checksum: 8f542a625fb86173eecc0cb3ae7fe36354ccddd6031ba054077151d92135462c
4-
- filename: pnpm-lock.yaml
5-
checksum: a0d51f8126adbbea646a7c803f67d9b4e8c791b14e81caf76cd673083181ced0
62
- filename: packages/contentstack-import/src/import/modules/environments.ts
73
checksum: f61c635eaec8026e0cfa80a5ab8272f7946531f6d89505dc0d247b4c7ab0eab7
8-
- filename: packages/contentstack-import/src/import/modules/taxonomies.ts
9-
checksum: f4f44b6031d2936ec2da98b39bb5f5c1bd0f3be34dbe498c75e64a35b7d25a33
4+
- filename: pnpm-lock.yaml
5+
checksum: 113f9187b27a5c8fe0bb5b923e045cc129ef663b7d87b0aa1ba610c0e4429ffa
6+
- filename: package-lock.json
7+
checksum: 099edd9ec7ed92eb61ce916511ac87e2fc1ff985efe64a25749ac88ba0d3fa7d
108
- filename: packages/contentstack-bootstrap/src/bootstrap/utils.ts
119
checksum: 5ab20e057fa9c4c300f7a882d30e1c68bbc91ed19de520488107e8c37239682a
10+
- filename: packages/contentstack-migration/README.md
11+
checksum: 0deea9c8e43a89a4f20fb25ffe1a38cccd19020fe4fedae80f1ca24d34307f2b
12+
- filename: packages/contentstack-import/src/import/modules/taxonomies.ts
13+
checksum: f4f44b6031d2936ec2da98b39bb5f5c1bd0f3be34dbe498c75e64a35b7d25a33
14+
- filename: packages/contentstack/README.md
15+
checksum: 3a0fab964797476a71d2149ce261d265f410bd756eb9cde9400be9e5250fdc35
1216
version: '1.0'

package-lock.json

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

packages/contentstack-audit/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@contentstack/cli-audit",
3-
"version": "2.0.0-beta.3",
3+
"version": "2.0.0-beta.4",
44
"description": "Contentstack audit plugin",
55
"author": "Contentstack CLI",
66
"homepage": "https://github.com/contentstack/cli",
@@ -18,8 +18,8 @@
1818
"/oclif.manifest.json"
1919
],
2020
"dependencies": {
21-
"@contentstack/cli-command": "~1.7.2",
22-
"@contentstack/cli-utilities": "~1.17.2",
21+
"@contentstack/cli-command": "~2.0.0-beta",
22+
"@contentstack/cli-utilities": "~2.0.0-beta",
2323
"@oclif/core": "^4.3.0",
2424
"@oclif/plugin-help": "^6.2.28",
2525
"chalk": "^4.1.2",

packages/contentstack-auth/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@contentstack/cli-auth",
33
"description": "Contentstack CLI plugin for authentication activities",
4-
"version": "2.0.0-beta.4",
4+
"version": "2.0.0-beta.5",
55
"author": "Contentstack",
66
"bugs": "https://github.com/contentstack/cli/issues",
77
"scripts": {
@@ -22,8 +22,8 @@
2222
"test:unit:report": "nyc --extension .ts mocha --forbid-only \"test/unit/**/*.test.ts\""
2323
},
2424
"dependencies": {
25-
"@contentstack/cli-command": "~1.7.2",
26-
"@contentstack/cli-utilities": "~1.17.2",
25+
"@contentstack/cli-command": "~2.0.0-beta",
26+
"@contentstack/cli-utilities": "~2.0.0-beta",
2727
"@oclif/core": "^4.3.0",
2828
"@oclif/plugin-help": "^6.2.28",
2929
"otplib": "^12.0.1"

packages/contentstack-bootstrap/package.json

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@contentstack/cli-cm-bootstrap",
33
"description": "Bootstrap contentstack apps",
4-
"version": "2.0.0-beta.7",
4+
"version": "2.0.0-beta.9",
55
"author": "Contentstack",
66
"bugs": "https://github.com/contentstack/cli/issues",
77
"scripts": {
@@ -16,9 +16,10 @@
1616
"test:report": "nyc --reporter=lcov mocha \"test/**/*.test.js\""
1717
},
1818
"dependencies": {
19-
"@contentstack/cli-cm-seed": "~2.0.0-beta.7",
20-
"@contentstack/cli-command": "~1.7.2",
21-
"@contentstack/cli-utilities": "~1.17.2",
19+
"@contentstack/cli-cm-seed": "~2.0.0-beta.8",
20+
"@contentstack/cli-command": "~2.0.0-beta",
21+
"@contentstack/cli-utilities": "~2.0.0-beta",
22+
"@contentstack/cli-config": "~2.0.0-beta.1",
2223
"@oclif/core": "^4.3.0",
2324
"@oclif/plugin-help": "^6.2.37",
2425
"inquirer": "8.2.7",

packages/contentstack-branches/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
{
22
"name": "@contentstack/cli-cm-branches",
33
"description": "Contentstack CLI plugin to do branches operations",
4-
"version": "1.6.3",
4+
"version": "2.0.0-beta",
55
"author": "Contentstack",
66
"bugs": "https://github.com/contentstack/cli/issues",
77
"dependencies": {
8-
"@contentstack/cli-command": "~1.7.2",
8+
"@contentstack/cli-command": "~2.0.0-beta",
99
"@oclif/core": "^4.3.0",
1010
"@oclif/plugin-help": "^6.2.28",
11-
"@contentstack/cli-utilities": "~1.17.2",
11+
"@contentstack/cli-utilities": "~2.0.0-beta",
1212
"chalk": "^4.1.2",
1313
"just-diff": "^6.0.2",
1414
"lodash": "^4.17.23"

packages/contentstack-clone/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
{
22
"name": "@contentstack/cli-cm-clone",
33
"description": "Contentstack stack clone plugin",
4-
"version": "2.0.0-beta.8",
4+
"version": "2.0.0-beta.10",
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": "~2.0.0-beta.7",
10-
"@contentstack/cli-cm-import": "~2.0.0-beta.7",
11-
"@contentstack/cli-command": "~1.7.2",
12-
"@contentstack/cli-utilities": "~1.17.2",
9+
"@contentstack/cli-cm-export": "~2.0.0-beta.9",
10+
"@contentstack/cli-cm-import": "~2.0.0-beta.9",
11+
"@contentstack/cli-command": "~2.0.0-beta",
12+
"@contentstack/cli-utilities": "~2.0.0-beta",
1313
"@oclif/core": "^4.3.0",
1414
"@oclif/plugin-help": "^6.2.28",
1515
"chalk": "^4.1.2",

packages/contentstack-command/package.json

Lines changed: 2 additions & 2 deletions
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.7.2",
4+
"version": "2.0.0-beta",
55
"author": "Contentstack",
66
"main": "lib/index.js",
77
"types": "lib/index.d.ts",
@@ -19,7 +19,7 @@
1919
"test:unit": "mocha --timeout 10000 --forbid-only \"test/unit/**/*.test.ts\""
2020
},
2121
"dependencies": {
22-
"@contentstack/cli-utilities": "~1.17.2",
22+
"@contentstack/cli-utilities": "~2.0.0-beta",
2323
"contentstack": "^3.25.3",
2424
"@oclif/core": "^4.3.0",
2525
"@oclif/plugin-help": "^6.2.28"

packages/contentstack-config/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@contentstack/cli-config",
33
"description": "Contentstack CLI plugin for configuration",
4-
"version": "2.0.0-beta",
4+
"version": "2.0.0-beta.1",
55
"author": "Contentstack",
66
"scripts": {
77
"build": "npm run clean && npm run compile",
@@ -21,8 +21,8 @@
2121
"test:unit:report": "nyc --extension .ts mocha --forbid-only \"test/unit/**/*.test.ts\""
2222
},
2323
"dependencies": {
24-
"@contentstack/cli-command": "~1.7.2",
25-
"@contentstack/cli-utilities": "~1.17.2",
24+
"@contentstack/cli-command": "~2.0.0-beta",
25+
"@contentstack/cli-utilities": "~2.0.0-beta",
2626
"@contentstack/utils": "~1.7.0",
2727
"@oclif/core": "^4.3.0",
2828
"@oclif/plugin-help": "^6.2.28",

0 commit comments

Comments
 (0)