@commercetools-frontend/staff-bar 0.0.0 → 0.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/environments.config.json +62 -0
- package/package.json +9 -15
|
@@ -0,0 +1,62 @@
|
|
|
1
|
+
{
|
|
2
|
+
"AmazonWebServicesATT": {
|
|
3
|
+
"MerchantCenterFrontend": {
|
|
4
|
+
"url": "https://mc.att.us-east-1.aws.commercetools.com"
|
|
5
|
+
}
|
|
6
|
+
},
|
|
7
|
+
"AmazonWebServicesChina": {
|
|
8
|
+
"MerchantCenterFrontend": {
|
|
9
|
+
"url": "https://mc.cn-northwest-1.aws.commercetools.cn"
|
|
10
|
+
}
|
|
11
|
+
},
|
|
12
|
+
"AmazonWebServicesChinaStaging": {
|
|
13
|
+
"MerchantCenterFrontend": {
|
|
14
|
+
"url": "https://mc.cn-northwest-1.aws.commercetoolscn.cn"
|
|
15
|
+
}
|
|
16
|
+
},
|
|
17
|
+
"AmazonWebServicesFrankfurt": {
|
|
18
|
+
"MerchantCenterFrontend": {
|
|
19
|
+
"url": "https://mc.eu-central-1.aws.commercetools.com"
|
|
20
|
+
}
|
|
21
|
+
},
|
|
22
|
+
"AmazonWebServicesOhio": {
|
|
23
|
+
"MerchantCenterFrontend": {
|
|
24
|
+
"url": "https://mc.us-east-2.aws.commercetools.com"
|
|
25
|
+
}
|
|
26
|
+
},
|
|
27
|
+
"AmazonWebServicesVolkswagen": {
|
|
28
|
+
"MerchantCenterFrontend": {
|
|
29
|
+
"url": "https://mc.vw.eu-central-1.aws.commercetools.com"
|
|
30
|
+
}
|
|
31
|
+
},
|
|
32
|
+
"AmazonWebServicesVolkswagenStaging": {
|
|
33
|
+
"MerchantCenterFrontend": {
|
|
34
|
+
"url": "https://mc.vw-stage.eu-central-1.aws.commercetools.com"
|
|
35
|
+
}
|
|
36
|
+
},
|
|
37
|
+
"AzureEuropeStaging": {
|
|
38
|
+
"MerchantCenterFrontend": {
|
|
39
|
+
"url": "https://mc.northeurope.azure.escemo.com"
|
|
40
|
+
}
|
|
41
|
+
},
|
|
42
|
+
"GoogleCloudPlatformAustralia": {
|
|
43
|
+
"MerchantCenterFrontend": {
|
|
44
|
+
"url": "https://mc.australia-southeast1.gcp.commercetools.com"
|
|
45
|
+
}
|
|
46
|
+
},
|
|
47
|
+
"GoogleCloudPlatformEurope": {
|
|
48
|
+
"MerchantCenterFrontend": {
|
|
49
|
+
"url": "https://mc.europe-west1.gcp.commercetools.com"
|
|
50
|
+
}
|
|
51
|
+
},
|
|
52
|
+
"GoogleCloudPlatformEuropeStaging": {
|
|
53
|
+
"MerchantCenterFrontend": {
|
|
54
|
+
"url": "https://mc.europe-west1.gcp.escemo.com"
|
|
55
|
+
}
|
|
56
|
+
},
|
|
57
|
+
"GoogleCloudPlatformUnitedStates": {
|
|
58
|
+
"MerchantCenterFrontend": {
|
|
59
|
+
"url": "https://mc.us-central1.gcp.commercetools.com"
|
|
60
|
+
}
|
|
61
|
+
}
|
|
62
|
+
}
|
package/package.json
CHANGED
|
@@ -1,17 +1,15 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@commercetools-frontend/staff-bar",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.1",
|
|
4
4
|
"description": "Toolbar that makes testing inside Merchant Center easier",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"main": "dist/commercetools-frontend-staff-bar.cjs.js",
|
|
7
7
|
"module": "dist/commercetools-frontend-staff-bar.esm.js",
|
|
8
|
-
"files": [
|
|
9
|
-
|
|
10
|
-
"
|
|
11
|
-
"
|
|
12
|
-
|
|
13
|
-
"README.md"
|
|
14
|
-
],
|
|
8
|
+
"files": ["dist", "scripts", "LICENSE", "package.json", "README.md"],
|
|
9
|
+
"scripts": {
|
|
10
|
+
"typecheck": "tsc --noEmit",
|
|
11
|
+
"postbuild": "node scripts/generate-environments-config.mjs"
|
|
12
|
+
},
|
|
15
13
|
"dependencies": {
|
|
16
14
|
"@apollo/client": "3.7.10",
|
|
17
15
|
"@babel/core": "^7.22.11",
|
|
@@ -21,6 +19,7 @@
|
|
|
21
19
|
"@commercetools-frontend/application-shell": "22.27.0",
|
|
22
20
|
"@commercetools-frontend/application-shell-connectors": "22.27.0",
|
|
23
21
|
"@commercetools-frontend/constants": "22.27.0",
|
|
22
|
+
"@commercetools-frontend/fullstory": "workspace:*",
|
|
24
23
|
"@commercetools-frontend/ui-kit": "19.5.0",
|
|
25
24
|
"@emotion/react": "^11.11.1",
|
|
26
25
|
"@flopflip/types": "14.0.1",
|
|
@@ -29,8 +28,7 @@
|
|
|
29
28
|
"react": "17.0.2",
|
|
30
29
|
"react-dom": "17.0.2",
|
|
31
30
|
"react-router-dom": "5.3.4",
|
|
32
|
-
"typescript": "5.2.2"
|
|
33
|
-
"@commercetools-frontend/fullstory": "2.4.2"
|
|
31
|
+
"typescript": "5.2.2"
|
|
34
32
|
},
|
|
35
33
|
"devDependencies": {
|
|
36
34
|
"@manypkg/find-root": "2.2.1",
|
|
@@ -42,9 +40,5 @@
|
|
|
42
40
|
},
|
|
43
41
|
"publishConfig": {
|
|
44
42
|
"access": "public"
|
|
45
|
-
},
|
|
46
|
-
"scripts": {
|
|
47
|
-
"typecheck": "tsc --noEmit",
|
|
48
|
-
"postbuild": "node scripts/generate-environments-config.mjs"
|
|
49
43
|
}
|
|
50
|
-
}
|
|
44
|
+
}
|