@newskit-render/core 4.8.0-alpha.0 → 4.8.0-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.
package/cypress.config.ts CHANGED
@@ -32,8 +32,6 @@ export default defineConfig({
32
32
  return config
33
33
  },
34
34
  baseUrl: 'http://localhost:3000',
35
- video: false,
36
- screenshotOnRunFailure: false,
37
35
  specPattern: './cypress/e2e/**/*.cy.{js,jsx,ts,tsx}',
38
36
  excludeSpecPattern: './cypress/e2e/checkout/*.cy.{js,jsx,ts,tsx}',
39
37
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@newskit-render/core",
3
- "version": "4.8.0-alpha.0",
3
+ "version": "4.8.0-alpha.1",
4
4
  "description": "Newskit Render - Core package",
5
5
  "author": "",
6
6
  "license": "UNLICENSED",
package/gitignore DELETED
@@ -1,39 +0,0 @@
1
- # See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
2
-
3
- # dependencies
4
- /node_modules
5
- /.pnp
6
- .pnp.js
7
-
8
- # testing
9
- /coverage
10
- /cypress/videos
11
- /cypress/screenshots
12
- /__pacts__/logs
13
- /__pacts__/pacts
14
-
15
- # next.js
16
- /.next/
17
- /out/
18
-
19
- # production
20
- /build
21
-
22
- # misc
23
- .DS_Store
24
- *.pem
25
-
26
- # debug
27
- npm-debug.log*
28
- yarn-debug.log*
29
- yarn-error.log*
30
- newrelic_agent.log
31
-
32
- # local env files
33
- .env.local
34
- .env.development.local
35
- .env.test.local
36
- .env.production.local
37
-
38
- # vercel
39
- .vercel