@giosg/types 12.0.19 → 12.1.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/CHANGELOG.md +3 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -4,6 +4,9 @@ Hint: use `git diff <commithash>..HEAD src/` to see changes
4
4
 
5
5
  ## x.x.x (Not published yet)
6
6
 
7
+ ## 12.1.0
8
+ - Changed typescript version in peerDependencies to `^4.0.0 || ^5.0.0`
9
+
7
10
  ## 12.0.19
8
11
  - Added new fields to `Room` interface
9
12
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@giosg/types",
3
- "version": "12.0.19",
3
+ "version": "12.1.0",
4
4
  "description": "TypeScript interfaces for GiosgAPI",
5
5
  "main": "lib/cjs/index.js",
6
6
  "module": "lib/mjs/index.js",
@@ -27,6 +27,6 @@
27
27
  "typescript": "^5.2.2"
28
28
  },
29
29
  "peerDependencies": {
30
- "typescript": "^5.1.6"
30
+ "typescript": "^4.0.0 || ^5.0.0"
31
31
  }
32
32
  }