create-jwn-js 1.2.8 → 1.2.9
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/package.json
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
const env = process.env.TEST_MODE_APP as "test";
|
|
2
2
|
const entryDevelopment = "http://localhost:3000";
|
|
3
|
-
const entryProduction = "https://
|
|
3
|
+
const entryProduction = "https://TEST.execute-api.eu-central-1.amazonaws.com";
|
|
4
4
|
const apiUrl = env === "test" ? entryDevelopment : entryProduction;
|
|
5
5
|
const testConfig = {
|
|
6
6
|
apiUrl,
|
|
7
|
-
apiKey: "
|
|
7
|
+
apiKey: "API-KEY"
|
|
8
8
|
}
|
|
9
9
|
const defaultHeaders = {
|
|
10
10
|
headers: {
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
const env = process.env.TEST_MODE_APP as "test";
|
|
2
2
|
const entryDevelopment = "http://localhost:3000";
|
|
3
|
-
const entryProduction = "https://
|
|
3
|
+
const entryProduction = "https://TEST.execute-api.eu-central-1.amazonaws.com";
|
|
4
4
|
const apiUrl = env === "test" ? entryDevelopment : entryProduction;
|
|
5
5
|
const testConfig = {
|
|
6
6
|
apiUrl,
|
|
7
|
-
apiKey: "
|
|
7
|
+
apiKey: "API-KEY"
|
|
8
8
|
}
|
|
9
9
|
const defaultHeaders = {
|
|
10
10
|
headers: {
|