testeranto 0.84.0 → 0.85.0

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 +0 -2
  2. package/package.json +4 -4
package/README.md CHANGED
@@ -2,8 +2,6 @@
2
2
 
3
3
  🚧 WARNING: Testeranto is still under development and is not ready for production yet. 🚧
4
4
 
5
- home: [adamwong246.github.io/testeranto](https://adamwong246.github.io/testeranto/)
6
-
7
5
  source: [github.com/adamwong246/testeranto](https://github.com/adamwong246/testeranto)
8
6
 
9
7
  npm: [npmjs.com/package/testeranto](https://www.npmjs.com/package/testeranto)
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "testeranto",
3
3
  "description": "teeny tiny tightly-typed typescript tests",
4
- "version": "0.84.0",
4
+ "version": "0.85.0",
5
5
  "engines": {
6
6
  "node": "18.18.0"
7
7
  },
@@ -210,12 +210,12 @@
210
210
  },
211
211
  "devDependencies": {
212
212
  "@swc/core": "^1.3.26",
213
- "@types/express-session": "^1.18.1",
214
213
  "@types/express": "^5.0.0",
214
+ "@types/express-session": "^1.18.1",
215
215
  "@types/node": "^22.7.5",
216
+ "@types/react": "18.2.55",
216
217
  "@types/react-dom": "18.2.0",
217
218
  "@types/react-test-renderer": "19.0.0",
218
- "@types/react": "18.2.55",
219
219
  "@types/uuid": "^10.0.0",
220
220
  "@types/ws": "^8.5.10",
221
221
  "@typescript-eslint/eslint-plugin": "^5.46.0",
@@ -252,4 +252,4 @@
252
252
  "why-is-node-running": "^3.2.2",
253
253
  "ws": "^8.16.0"
254
254
  }
255
- }
255
+ }