@abaplint/transpiler-cli 2.7.93 → 2.7.94

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 +6 -0
  2. package/package.json +2 -2
package/build/bundle.js CHANGED
@@ -81858,6 +81858,11 @@ exports.config = {
81858
81858
  "ENQU",
81859
81859
  "FUGR",
81860
81860
  "INTF",
81861
+ "IWMO",
81862
+ "IWOM",
81863
+ "IWPR",
81864
+ "IWSG",
81865
+ "IWSV",
81861
81866
  "MSAG",
81862
81867
  "NROB",
81863
81868
  "NSPC",
@@ -81869,6 +81874,7 @@ exports.config = {
81869
81874
  "SMIM",
81870
81875
  "SMIM",
81871
81876
  "SRFC",
81877
+ "SUSH",
81872
81878
  "SUSO",
81873
81879
  "TABL",
81874
81880
  "TOBJ",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@abaplint/transpiler-cli",
3
- "version": "2.7.93",
3
+ "version": "2.7.94",
4
4
  "description": "Transpiler - Command Line Interface",
5
5
  "funding": "https://github.com/sponsors/larshp",
6
6
  "bin": {
@@ -26,7 +26,7 @@
26
26
  "author": "abaplint",
27
27
  "license": "MIT",
28
28
  "devDependencies": {
29
- "@abaplint/transpiler": "^2.7.93",
29
+ "@abaplint/transpiler": "^2.7.94",
30
30
  "@types/glob": "^7.2.0",
31
31
  "glob": "=7.2.0",
32
32
  "@types/progress": "^2.0.5",