@modern-js/generator-utils 3.0.7 → 3.0.8

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/CHANGELOG.md CHANGED
@@ -1,5 +1,17 @@
1
1
  # @modern-js/generator-utils
2
2
 
3
+ ## 3.0.8
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [e1f799e]
8
+ - Updated dependencies [b2ea17b]
9
+ - Updated dependencies [7915ab3]
10
+ - Updated dependencies [0fe658a]
11
+ - @modern-js/utils@2.6.0
12
+ - @modern-js/generator-common@3.0.8
13
+ - @modern-js/plugin-i18n@2.6.0
14
+
3
15
  ## 3.0.7
4
16
 
5
17
  ### Patch Changes
package/dist/cjs/index.js CHANGED
@@ -18,6 +18,10 @@ var __copyProps = (to, from, except, desc) => {
18
18
  };
19
19
  var __reExport = (target, mod, secondTarget) => (__copyProps(target, mod, "default"), secondTarget && __copyProps(secondTarget, mod, "default"));
20
20
  var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__getProtoOf(mod)) : {}, __copyProps(
21
+ // If the importer is in node compatibility mode or this is not an ESM
22
+ // file that has been converted to a CommonJS file using a Babel-
23
+ // compatible transform (i.e. "__esModule" has not been set), then set
24
+ // "default" to the CommonJS "module.exports" for node compatibility.
21
25
  isNodeMode || !mod || !mod.__esModule ? __defProp(target, "default", { value: mod, enumerable: true }) : target,
22
26
  mod
23
27
  ));
package/package.json CHANGED
@@ -11,7 +11,7 @@
11
11
  "modern",
12
12
  "modern.js"
13
13
  ],
14
- "version": "3.0.7",
14
+ "version": "3.0.8",
15
15
  "jsnext:source": "./src/index.ts",
16
16
  "types": "./dist/types/index.d.ts",
17
17
  "main": "./dist/cjs/index.js",
@@ -27,9 +27,9 @@
27
27
  },
28
28
  "dependencies": {
29
29
  "@babel/runtime": "^7.18.0",
30
- "@modern-js/plugin-i18n": "2.5.0",
31
- "@modern-js/generator-common": "3.0.7",
32
- "@modern-js/utils": "2.5.0"
30
+ "@modern-js/plugin-i18n": "2.6.0",
31
+ "@modern-js/generator-common": "3.0.8",
32
+ "@modern-js/utils": "2.6.0"
33
33
  },
34
34
  "devDependencies": {
35
35
  "@modern-js/codesmith": "2.0.4",
@@ -37,8 +37,8 @@
37
37
  "@types/node": "^14",
38
38
  "jest": "^27",
39
39
  "typescript": "^4",
40
- "@scripts/build": "2.5.0",
41
- "@scripts/jest-config": "2.5.0"
40
+ "@scripts/build": "2.6.0",
41
+ "@scripts/jest-config": "2.6.0"
42
42
  },
43
43
  "sideEffects": false,
44
44
  "modernConfig": {