cypress-ag-grid 3.4.0 → 3.4.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/CHANGELOG.md CHANGED
@@ -1,5 +1,14 @@
1
1
  # cypress-ag-grid
2
2
 
3
+ ## 3.4.1
4
+
5
+ ### Patch Changes
6
+
7
+ - Update all published packages to declare the Apache-2.0 license and include the
8
+ repository license file for downstream consumers.
9
+ - Updated dependencies
10
+ - @kpmck/ag-grid-core@1.0.1
11
+
3
12
  ## 3.4.0
4
13
 
5
14
  ### Minor Changes
package/README.md CHANGED
@@ -1,4 +1,7 @@
1
1
  # cypress-ag-grid
2
+
3
+ ![Cypress](./docs/images/cypress-logo.png)
4
+
2
5
  Cypress plugin for interacting with and validating against ag grid.
3
6
 
4
7
  ## Table of Contents
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "cypress-ag-grid",
3
- "version": "3.4.0",
3
+ "version": "3.4.1",
4
4
  "description": "Cypress plugin to interact with ag grid",
5
5
  "main": "src/index.js",
6
6
  "repository": {
@@ -29,9 +29,9 @@
29
29
  "access": "public"
30
30
  },
31
31
  "author": "Kerry McKeever <kerry@kerrymckeever.com>",
32
- "license": "MIT",
32
+ "license": "Apache-2.0",
33
33
  "dependencies": {
34
- "@kpmck/ag-grid-core": "1.0.0"
34
+ "@kpmck/ag-grid-core": "1.0.1"
35
35
  },
36
36
  "devDependencies": {
37
37
  "cypress": "^15.12.0"