@abaplint/transpiler-cli 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.
Files changed (2) hide show
  1. package/build/bundle.js +1 -0
  2. package/package.json +4 -4
package/build/bundle.js CHANGED
@@ -85342,6 +85342,7 @@ run().then(() => {
85342
85342
  || obj instanceof abaplint.Objects.LockObject
85343
85343
  || obj instanceof abaplint.Objects.MessageClass
85344
85344
  || obj instanceof abaplint.Objects.MIMEObject
85345
+ || obj instanceof abaplint.Objects.Oauth2Profile
85345
85346
  || obj instanceof abaplint.Objects.WebMIME
85346
85347
  || obj instanceof abaplint.Objects.TypePool
85347
85348
  || obj instanceof abaplint.Objects.TableType) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@abaplint/transpiler-cli",
3
- "version": "2.8.22",
3
+ "version": "2.8.24",
4
4
  "description": "Transpiler - Command Line Interface",
5
5
  "funding": "https://github.com/sponsors/larshp",
6
6
  "bin": {
@@ -26,15 +26,15 @@
26
26
  "author": "abaplint",
27
27
  "license": "MIT",
28
28
  "devDependencies": {
29
- "@abaplint/transpiler": "^2.8.22",
29
+ "@abaplint/transpiler": "^2.8.24",
30
30
  "@types/glob": "^8.1.0",
31
31
  "glob": "=7.2.0",
32
32
  "@types/progress": "^2.0.7",
33
- "@types/node": "^20.11.30",
33
+ "@types/node": "^20.12.7",
34
34
  "@abaplint/core": "^2.106.5",
35
35
  "progress": "^2.0.3",
36
36
  "webpack": "^5.91.0",
37
37
  "webpack-cli": "^5.1.4",
38
- "typescript": "^5.4.3"
38
+ "typescript": "^5.4.5"
39
39
  }
40
40
  }