Skip to content

Commit f08876d

Browse files
Merge pull request #299 from contentstack/v2-dev
DX | 20-07-2026 | Release
2 parents 2593854 + 49e854d commit f08876d

96 files changed

Lines changed: 2386 additions & 1242 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.github/workflows/issues-jira.yml

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

.talismanrc

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,4 @@
11
fileignoreconfig:
22
- filename: pnpm-lock.yaml
3-
checksum: 2a6d162bad8e1ad8e99a54da1242225a6d2018647aa8e4219c25abfb4cf7ea9f
4-
- filename: packages/contentstack-import/src/utils/import-config-handler.ts
5-
checksum: 999092528b445b6e9de6883150f02b56bf5050dc64129335d84246c157bfe303
6-
- filename: packages/contentstack-import-setup/src/utils/import-config-handler.ts
7-
checksum: c13ca4996b3767fae9d2716fe9ae7d90d98b26012e064f42ea9fdd054f684761
8-
- filename: packages/contentstack-export/src/utils/export-config-handler.ts
9-
checksum: 68351337b78f0962475498946fe34245a681182db756528c9ff6fab7153392e3
3+
checksum: 9756a3aa8a948bfd66a5fdc371f720ef380da007f0b8e6df348cafbd3d7d8a76
104
version: ""

packages/contentstack-apps-cli/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@contentstack/apps-cli",
3-
"version": "2.0.0-beta.3",
3+
"version": "2.0.0-beta.4",
44
"description": "App ClI",
55
"author": "Contentstack CLI",
66
"homepage": "https://github.com/contentstack/cli-plugins/tree/main/packages/contentstack-apps-cli",
@@ -22,9 +22,9 @@
2222
],
2323
"dependencies": {
2424
"@apollo/client": "^3.14.1",
25-
"@contentstack/cli-command": "~2.0.0-beta.9",
25+
"@contentstack/cli-command": "~2.0.0-beta.10",
2626
"@contentstack/cli-launch": "^1.11.1",
27-
"@contentstack/cli-utilities": "~2.0.0-beta.10",
27+
"@contentstack/cli-utilities": "~2.0.0-beta.11",
2828
"adm-zip": "^0.5.18",
2929
"chalk": "^5.6.2",
3030
"lodash": "^4.18.1",

packages/contentstack-asset-management/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@contentstack/cli-asset-management",
3-
"version": "1.0.0-beta.6",
3+
"version": "1.0.0-beta.7",
44
"description": "Contentstack Assets API adapter for export and import",
55
"main": "lib/index.js",
66
"types": "lib/index.d.ts",
@@ -30,7 +30,7 @@
3030
],
3131
"license": "MIT",
3232
"dependencies": {
33-
"@contentstack/cli-utilities": "~2.0.0-beta.10",
33+
"@contentstack/cli-utilities": "~2.0.0-beta.11",
3434
"lodash": "^4.18.1"
3535
},
3636
"oclif": {

packages/contentstack-asset-management/test/unit/import/asset-types.test.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ describe('ImportAssetTypes', () => {
1313
};
1414
const importContext: ImportContext = {
1515
spacesRootPath: '/tmp/import/spaces',
16+
// deepcode ignore HardcodedNonCryptoSecret: test fixture value, not a real secret
1617
apiKey: 'api-key-1',
1718
host: 'https://api.contentstack.io/v3',
1819
org_uid: 'org-1',

packages/contentstack-asset-management/test/unit/import/assets.test.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ describe('ImportAssets', () => {
1616
};
1717
const importContext: ImportContext = {
1818
spacesRootPath: '/tmp/import/spaces',
19+
// deepcode ignore HardcodedNonCryptoSecret: test fixture value, not a real secret
1920
apiKey: 'api-key-1',
2021
host: 'https://api.contentstack.io/v3',
2122
org_uid: 'org-1',

packages/contentstack-asset-management/test/unit/import/base.test.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ describe('CSAssetsImportAdapter (base)', () => {
2828
};
2929
const importContext: ImportContext = {
3030
spacesRootPath: '/tmp/import/spaces',
31+
// deepcode ignore HardcodedNonCryptoSecret: test fixture value, not a real secret
3132
apiKey: 'api-key-1',
3233
host: 'https://api.contentstack.io/v3',
3334
org_uid: 'org-1',

packages/contentstack-asset-management/test/unit/import/fields.test.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ describe('ImportFields', () => {
1313
};
1414
const importContext: ImportContext = {
1515
spacesRootPath: '/tmp/import/spaces',
16+
// deepcode ignore HardcodedNonCryptoSecret: test fixture value, not a real secret
1617
apiKey: 'api-key-1',
1718
host: 'https://api.contentstack.io/v3',
1819
org_uid: 'org-1',

packages/contentstack-asset-management/test/unit/import/spaces.test.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ describe('ImportSpaces', () => {
1717
contentDir: '/tmp/import',
1818
csAssetsUrl: 'https://am.example.com',
1919
org_uid: 'org-1',
20+
// deepcode ignore HardcodedNonCryptoSecret: test fixture value, not a real secret
2021
apiKey: 'api-key-1',
2122
host: 'https://api.contentstack.io/v3',
2223
};

packages/contentstack-asset-management/test/unit/import/workspaces.test.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ describe('ImportWorkspace', () => {
1515

1616
const importContext: ImportContext = {
1717
spacesRootPath: '/tmp/import/spaces',
18+
// deepcode ignore HardcodedNonCryptoSecret: test fixture value, not a real secret
1819
apiKey: 'api-key-1',
1920
host: 'https://api.contentstack.io/v3',
2021
org_uid: 'org-1',

0 commit comments

Comments
 (0)