@abaplint/transpiler 2.8.22 → 2.8.24

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.
@@ -326,6 +326,7 @@ run().then(() => {
326
326
  || obj instanceof abaplint.Objects.LockObject
327
327
  || obj instanceof abaplint.Objects.MessageClass
328
328
  || obj instanceof abaplint.Objects.MIMEObject
329
+ || obj instanceof abaplint.Objects.Oauth2Profile
329
330
  || obj instanceof abaplint.Objects.WebMIME
330
331
  || obj instanceof abaplint.Objects.TypePool
331
332
  || obj instanceof abaplint.Objects.TableType) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@abaplint/transpiler",
3
- "version": "2.8.22",
3
+ "version": "2.8.24",
4
4
  "description": "Transpiler",
5
5
  "main": "build/src/index.js",
6
6
  "typings": "build/src/index.d.ts",
@@ -38,6 +38,6 @@
38
38
  "chai": "^4.4.1",
39
39
  "mocha": "^10.4.0",
40
40
  "source-map-support": "^0.5.21",
41
- "typescript": "^5.4.3"
41
+ "typescript": "^5.4.5"
42
42
  }
43
43
  }