@modern-js/create 2.31.2 → 2.32.1

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/LICENSE CHANGED
@@ -1,6 +1,6 @@
1
1
  MIT License
2
2
 
3
- Copyright (c) 2021 Modern.js
3
+ Copyright (c) 2021-present Modern.js
4
4
 
5
5
  Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
  of this software and associated documentation files (the "Software"), to deal
package/dist/index.js CHANGED
@@ -39919,7 +39919,7 @@ var CodeSmith = /* @__PURE__ */ function() {
39919
39919
  }();
39920
39920
 
39921
39921
  // package.json
39922
- var version = "2.31.2";
39922
+ var version = "2.32.1";
39923
39923
 
39924
39924
  // ../../../node_modules/.pnpm/@swc+helpers@0.5.1/node_modules/@swc/helpers/esm/_define_property.js
39925
39925
  function _define_property7(obj, key, value) {
package/package.json CHANGED
@@ -15,7 +15,7 @@
15
15
  "modern",
16
16
  "modern.js"
17
17
  ],
18
- "version": "2.31.2",
18
+ "version": "2.32.1",
19
19
  "jsnext:source": "./src/index.ts",
20
20
  "types": "./dist/types/index.d.ts",
21
21
  "main": "./dist/index.js",
@@ -43,12 +43,12 @@
43
43
  "jest": "^29",
44
44
  "ts-node": "^10.9.1",
45
45
  "typescript": "^5",
46
- "@modern-js/generator-plugin-plugin": "3.1.35",
47
- "@modern-js/repo-generator": "3.1.35",
48
- "@modern-js/plugin-i18n": "2.31.2",
49
- "@modern-js/utils": "2.31.2",
50
- "@scripts/build": "2.31.1",
51
- "@scripts/jest-config": "2.31.1"
46
+ "@modern-js/generator-plugin-plugin": "3.1.37",
47
+ "@modern-js/repo-generator": "3.1.37",
48
+ "@modern-js/utils": "2.32.1",
49
+ "@modern-js/plugin-i18n": "2.32.1",
50
+ "@scripts/build": "2.32.1",
51
+ "@scripts/jest-config": "2.32.1"
52
52
  },
53
53
  "publishConfig": {
54
54
  "registry": "https://registry.npmjs.org/",