@agnostack/env 1.1.1 → 1.1.3

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.
Files changed (2) hide show
  1. package/README.md +2 -1
  2. package/package.json +3 -3
package/README.md CHANGED
@@ -8,6 +8,7 @@ yarn add @agnostack/env
8
8
  ```
9
9
 
10
10
  ## Quickstart
11
- TODO
11
+ TODO: create content
12
+ TODO: add tests
12
13
 
13
14
  _Contact [Adam Grohs](https://agnostack.com/founding-team/adam-grohs) @ [agnoStack](https://agnostack.com/) for any questions._
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@agnostack/env",
3
- "version": "1.1.1",
3
+ "version": "1.1.3",
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",
@@ -61,13 +61,13 @@
61
61
  "eslint": "8.23.0",
62
62
  "eslint-plugin-import": "2.26.0",
63
63
  "husky": "6.0.0",
64
- "jest": "26.6.3",
64
+ "jest": "27.5.1",
65
65
  "lint-staged": "11.0.0",
66
66
  "rimraf": "4.4.1",
67
67
  "semantic-release": "19.0.5",
68
68
  "sinon": "10.0.0",
69
69
  "sinon-chai": "3.6.0",
70
- "ts-jest": "29.0.3",
70
+ "ts-jest": "27.1.5",
71
71
  "typescript": "5.4.2"
72
72
  },
73
73
  "resolutions": {