@agnostack/verifyd 2.2.0 → 2.2.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,3 +1,17 @@
1
+ ## [2.2.1](https://github.com/agnostack/verifyd/compare/v2.2.0...v2.2.1) (2025-02-11)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * downgraded ts-jest, added confi ([120f967](https://github.com/agnostack/verifyd/commit/120f967edb4ef5b0e0fca94c25c81dc413dfe2f1))
7
+
8
+ ## [2.2.1-beta.1](https://github.com/agnostack/verifyd/compare/v2.2.0...v2.2.1-beta.1) (2025-02-11)
9
+
10
+
11
+ ### Bug Fixes
12
+
13
+ * downgraded ts-jest, added confi ([120f967](https://github.com/agnostack/verifyd/commit/120f967edb4ef5b0e0fca94c25c81dc413dfe2f1))
14
+
1
15
  # [2.2.0](https://github.com/agnostack/verifyd/compare/v2.1.2...v2.2.0) (2025-01-24)
2
16
 
3
17
 
package/README.md CHANGED
@@ -9,6 +9,8 @@ yarn add @agnostack/verifyd
9
9
 
10
10
  ## Quickstart - TODO
11
11
 
12
+ TODO!!!!!!! This readme needs to be updated to show how to use verifyd!
13
+
12
14
  Inside of `next.config.js`, add the following:
13
15
  ```js
14
16
  const { withShopify } = require('@agnostack/verifyd')
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@agnostack/verifyd",
3
- "version": "2.2.0",
3
+ "version": "2.2.1",
4
4
  "author": "agnoStack Dev <developers@agnostack.com> (https://agnostack.com)",
5
5
  "owner": "agnoStack",
6
6
  "description": "Please contact agnoStack via info@agnostack.com for any questions",
@@ -101,7 +101,7 @@
101
101
  "eslint": "8.23.0",
102
102
  "eslint-plugin-import": "2.26.0",
103
103
  "husky": "6.0.0",
104
- "jest": "26.6.3",
104
+ "jest": "27.5.1",
105
105
  "lint-staged": "11.0.0",
106
106
  "rimraf": "4.4.1",
107
107
  "rollup": "2.79.1",
@@ -109,7 +109,7 @@
109
109
  "semantic-release": "19.0.5",
110
110
  "sinon": "10.0.0",
111
111
  "sinon-chai": "3.6.0",
112
- "ts-jest": "29.0.3",
112
+ "ts-jest": "27.1.5",
113
113
  "ts-node": "10.9.2",
114
114
  "typescript": "5.4.2"
115
115
  },