@newskit-render/core 2.39.3-alpha.6 → 2.39.3-alpha.8
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/README.md +1 -1
- package/package.json +13 -13
package/README.md
CHANGED
|
@@ -42,7 +42,7 @@ GET /api/recommendations - Returns a list on recommendations articles based on t
|
|
|
42
42
|
|
|
43
43
|
## Ads Library
|
|
44
44
|
|
|
45
|
-
Reach out to the Commercial team to discuss the ad slots names and to get a custom `ads.min.js` file which should be placed in the public directory / or
|
|
45
|
+
Reach out to the Commercial team to discuss the ad slots names and to get a custom `ads.min.js` file which should be placed in the public directory / or the url to file on their CDN.
|
|
46
46
|
|
|
47
47
|
More information on the names of the slots can be found here: `https://nidigitalsolutions.jira.com/wiki/spaces/COMM/pages/2370339149/Naming+convention+for+Ad+slots`
|
|
48
48
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@newskit-render/core",
|
|
3
|
-
"version": "2.39.3-alpha.
|
|
3
|
+
"version": "2.39.3-alpha.8",
|
|
4
4
|
"description": "Newskit Render - Core package",
|
|
5
5
|
"author": "",
|
|
6
6
|
"license": "UNLICENSED",
|
|
@@ -39,15 +39,15 @@
|
|
|
39
39
|
"@emotion-icons/material-outlined": "3.14.0",
|
|
40
40
|
"@emotion/react": "11.10.4",
|
|
41
41
|
"@emotion/styled": "11.10.4",
|
|
42
|
-
"@newskit-render/api": "^1.6.1-alpha.
|
|
43
|
-
"@newskit-render/auth": "^1.3.7-alpha.
|
|
44
|
-
"@newskit-render/checkout": "^2.2.2-alpha.
|
|
45
|
-
"@newskit-render/feature-flags": "^1.4.8-alpha.
|
|
46
|
-
"@newskit-render/feed": "^1.4.11-alpha.
|
|
47
|
-
"@newskit-render/my-account": "^4.1.3-alpha.
|
|
48
|
-
"@newskit-render/shared-components": "^2.1.2-alpha.
|
|
49
|
-
"@newskit-render/standalone-components": "^2.1.4-alpha.
|
|
50
|
-
"@newskit-render/validation": "^1.5.9-alpha.
|
|
42
|
+
"@newskit-render/api": "^1.6.1-alpha.2",
|
|
43
|
+
"@newskit-render/auth": "^1.3.7-alpha.2",
|
|
44
|
+
"@newskit-render/checkout": "^2.2.2-alpha.4",
|
|
45
|
+
"@newskit-render/feature-flags": "^1.4.8-alpha.2",
|
|
46
|
+
"@newskit-render/feed": "^1.4.11-alpha.3",
|
|
47
|
+
"@newskit-render/my-account": "^4.1.3-alpha.4",
|
|
48
|
+
"@newskit-render/shared-components": "^2.1.2-alpha.4",
|
|
49
|
+
"@newskit-render/standalone-components": "^2.1.4-alpha.4",
|
|
50
|
+
"@newskit-render/validation": "^1.5.9-alpha.2",
|
|
51
51
|
"cross-fetch": "3.1.5",
|
|
52
52
|
"graphql": "16.6.0",
|
|
53
53
|
"lodash.get": "4.4.2",
|
|
@@ -82,7 +82,7 @@
|
|
|
82
82
|
"eslint": "8.30.0",
|
|
83
83
|
"eslint-config-airbnb": "19.0.4",
|
|
84
84
|
"eslint-config-airbnb-typescript": "17.0.0",
|
|
85
|
-
"eslint-config-next": "13.
|
|
85
|
+
"eslint-config-next": "13.1.2",
|
|
86
86
|
"eslint-config-prettier": "8.5.0",
|
|
87
87
|
"eslint-import-resolver-typescript": "3.5.2",
|
|
88
88
|
"eslint-loader": "4.0.2",
|
|
@@ -90,7 +90,7 @@
|
|
|
90
90
|
"eslint-plugin-flowtype": "8.0.3",
|
|
91
91
|
"eslint-plugin-prettier": "4.2.1",
|
|
92
92
|
"jest": "27.4.7",
|
|
93
|
-
"jest-junit": "
|
|
93
|
+
"jest-junit": "15.0.0",
|
|
94
94
|
"jest-watch-typeahead": "0.6.3",
|
|
95
95
|
"lint-staged": "13.1.0",
|
|
96
96
|
"next-transpile-modules": "10.0.0",
|
|
@@ -98,7 +98,7 @@
|
|
|
98
98
|
"prettier-eslint": "11.0.0",
|
|
99
99
|
"prettier-eslint-cli": "5.0.0",
|
|
100
100
|
"ts-jest": "27.1.3",
|
|
101
|
-
"typescript": "4.9.
|
|
101
|
+
"typescript": "4.9.4",
|
|
102
102
|
"wait-on": "6.0.1"
|
|
103
103
|
},
|
|
104
104
|
"precommit": [
|