@accordproject/concerto-util 3.19.2 → 3.19.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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@accordproject/concerto-util",
3
- "version": "3.19.2",
3
+ "version": "3.19.3",
4
4
  "description": "Utilities for Concerto Modeling Language",
5
5
  "homepage": "https://github.com/accordproject/concerto",
6
6
  "engines": {
@@ -54,7 +54,7 @@
54
54
  "node-polyfill-webpack-plugin": "2.0.1",
55
55
  "nyc": "15.1.0",
56
56
  "tmp-promise": "3.0.2",
57
- "typescript": "4.6.3",
57
+ "typescript": "5.6.3",
58
58
  "undici": "^6.19.8"
59
59
  },
60
60
  "dependencies": {
@@ -101,6 +101,6 @@ declare class Logger {
101
101
  private static silly;
102
102
  }
103
103
  declare namespace Logger {
104
- const level: string;
105
- const transports: {}[];
104
+ let level: string;
105
+ let transports: {}[];
106
106
  }