@komaci/esm-generator 242.3.4 → 242.3.7

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.
@@ -28,7 +28,7 @@ const common_shared_1 = require("@komaci/common-shared");
28
28
  const t = __importStar(require("@babel/types"));
29
29
  const genericAstGeneration_1 = require("./genericAstGeneration");
30
30
  const types_1 = require("./types");
31
- const hasSpecialCharacters = /.*[^A-Za-z0-9]+.*/;
31
+ const hasSpecialCharacters = /^([0-9]+|(.*[^A-Za-z0-9]+.*))$/;
32
32
  /**
33
33
  * Convert an array of Komaci Compositions into a babel array of expressions.
34
34
  * This is used for both the top-level compositions in the Komaci Doc, as well
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@komaci/esm-generator",
3
- "version": "242.3.4",
3
+ "version": "242.3.7",
4
4
  "description": "Komaci generator for ADG ES modules",
5
5
  "homepage": "https://komaci.dev/",
6
6
  "repository": {
@@ -29,12 +29,12 @@
29
29
  "@babel/core": "^7.9.0",
30
30
  "@babel/generator": "^7.9.0",
31
31
  "@babel/types": "^7.9.0",
32
- "@komaci/common-shared": "242.3.4",
33
- "@komaci/static-analyzer": "242.3.4",
32
+ "@komaci/common-shared": "242.3.7",
33
+ "@komaci/static-analyzer": "242.3.7",
34
34
  "o11y": "^240.7.0"
35
35
  },
36
36
  "devDependencies": {
37
- "@komaci/types": "242.3.4",
37
+ "@komaci/types": "242.3.7",
38
38
  "@lwc-platform/sfdc-lwc-compiler": "^2.18.0-240.2"
39
39
  }
40
40
  }