@newskit-render/core 4.41.1-alpha.4 → 4.41.1-alpha.5
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/Dockerfile.withNewRelic +1 -2
- package/package.json +10 -10
package/Dockerfile.withNewRelic
CHANGED
|
@@ -4,7 +4,6 @@ WORKDIR /app
|
|
|
4
4
|
|
|
5
5
|
ENV NEXT_TELEMETRY_DISABLED 1
|
|
6
6
|
|
|
7
|
-
RUN npm install @newrelic/next
|
|
8
7
|
COPY .next/standalone ./standalone
|
|
9
8
|
COPY public ./standalone/public
|
|
10
9
|
COPY .next/static ./standalone/.next/static
|
|
@@ -12,4 +11,4 @@ COPY .next/static ./standalone/.next/static
|
|
|
12
11
|
EXPOSE 3000
|
|
13
12
|
ENV PORT 3000
|
|
14
13
|
|
|
15
|
-
CMD ["node", "
|
|
14
|
+
CMD ["node", "./standalone/server.js"]
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@newskit-render/core",
|
|
3
|
-
"version": "4.41.1-alpha.
|
|
3
|
+
"version": "4.41.1-alpha.5",
|
|
4
4
|
"description": "Newskit Render - Core package",
|
|
5
5
|
"author": "",
|
|
6
6
|
"license": "UNLICENSED",
|
|
@@ -42,15 +42,15 @@
|
|
|
42
42
|
"@emotion/styled": "11.9.3",
|
|
43
43
|
"@newrelic/next": "0.5.2",
|
|
44
44
|
"@newrelic/winston-enricher": "4.0.1",
|
|
45
|
-
"@newskit-render/api": "^1.15.1-alpha.
|
|
46
|
-
"@newskit-render/auth": "^1.8.3-alpha.
|
|
47
|
-
"@newskit-render/checkout": "^3.10.31-alpha.
|
|
48
|
-
"@newskit-render/feature-flags": "^1.11.2-alpha.
|
|
49
|
-
"@newskit-render/feed": "^1.8.17-alpha.
|
|
50
|
-
"@newskit-render/my-account": "^7.95.1-alpha.
|
|
51
|
-
"@newskit-render/shared-components": "^4.43.1-alpha.
|
|
52
|
-
"@newskit-render/standalone-components": "^3.25.1-alpha.
|
|
53
|
-
"@newskit-render/validation": "^1.18.2-alpha.
|
|
45
|
+
"@newskit-render/api": "^1.15.1-alpha.2",
|
|
46
|
+
"@newskit-render/auth": "^1.8.3-alpha.2",
|
|
47
|
+
"@newskit-render/checkout": "^3.10.31-alpha.4",
|
|
48
|
+
"@newskit-render/feature-flags": "^1.11.2-alpha.2",
|
|
49
|
+
"@newskit-render/feed": "^1.8.17-alpha.2",
|
|
50
|
+
"@newskit-render/my-account": "^7.95.1-alpha.1",
|
|
51
|
+
"@newskit-render/shared-components": "^4.43.1-alpha.1",
|
|
52
|
+
"@newskit-render/standalone-components": "^3.25.1-alpha.1",
|
|
53
|
+
"@newskit-render/validation": "^1.18.2-alpha.2",
|
|
54
54
|
"cross-fetch": "3.1.5",
|
|
55
55
|
"graphql": "16.6.0",
|
|
56
56
|
"lodash.get": "4.4.2",
|