@newskit-render/core 4.4.1-alpha.0 → 4.4.1-alpha.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.
@@ -44,7 +44,7 @@ describe('Account Subscription & Cancellation', () => {
44
44
  cy.contains(
45
45
  `On ${date.toLocaleDateString(
46
46
  'en-GB'
47
- )} your Digital subscription expired. You can can re-subscribe by confirming a few details or view other packages that are available.`
47
+ )} your Digital subscription expired. You can re-subscribe by confirming a few details or view other packages that are available.`
48
48
  )
49
49
  cy.get('[data-testid="primary-button"]')
50
50
  .should('have.attr', 'href', '/title-re-subscribe')
@@ -90,7 +90,7 @@ describe('Payment Failer', () => {
90
90
  cy.contains(
91
91
  `On ${date.toLocaleDateString(
92
92
  'en-GB'
93
- )} your Digital subscription expired. You can can re-subscribe by confirming a few details or view other packages that are available.`
93
+ )} your Digital subscription expired. You can re-subscribe by confirming a few details or view other packages that are available.`
94
94
  )
95
95
  cy.get('[data-testid="primary-button"]')
96
96
  .should('have.attr', 'href', '/title-re-subscribe')
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@newskit-render/core",
3
- "version": "4.4.1-alpha.0",
3
+ "version": "4.4.1-alpha.1",
4
4
  "description": "Newskit Render - Core package",
5
5
  "author": "",
6
6
  "license": "UNLICENSED",
@@ -41,12 +41,12 @@
41
41
  "@emotion/styled": "11.9.3",
42
42
  "@newskit-render/api": "^1.6.8",
43
43
  "@newskit-render/auth": "^1.3.11",
44
- "@newskit-render/checkout": "^3.1.5-alpha.0",
44
+ "@newskit-render/checkout": "^3.1.5-alpha.1",
45
45
  "@newskit-render/feature-flags": "^1.4.11",
46
46
  "@newskit-render/feed": "^1.4.18",
47
- "@newskit-render/my-account": "^6.5.0-alpha.0",
48
- "@newskit-render/shared-components": "^3.6.0-alpha.0",
49
- "@newskit-render/standalone-components": "^3.6.1-alpha.0",
47
+ "@newskit-render/my-account": "^6.5.0-alpha.1",
48
+ "@newskit-render/shared-components": "^3.6.0-alpha.1",
49
+ "@newskit-render/standalone-components": "^3.6.1-alpha.1",
50
50
  "@newskit-render/validation": "^1.6.0",
51
51
  "@next/font": "13.1.6",
52
52
  "cross-fetch": "3.1.5",