@modern-js/create 3.0.0-alpha.1 → 3.0.0-alpha.2

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/package.json CHANGED
@@ -19,8 +19,7 @@
19
19
  "engines": {
20
20
  "node": ">=20"
21
21
  },
22
- "version": "3.0.0-alpha.1",
23
- "jsnext:source": "./src/index.ts",
22
+ "version": "3.0.0-alpha.2",
24
23
  "types": "./dist/types/index.d.ts",
25
24
  "main": "./dist/index.js",
26
25
  "bin": {
@@ -35,11 +34,11 @@
35
34
  "bin.js"
36
35
  ],
37
36
  "devDependencies": {
38
- "tsx": "^4.21.0",
39
- "@rslib/core": "0.19.1",
37
+ "@rslib/core": "0.19.3",
40
38
  "@types/node": "^20",
39
+ "tsx": "^4.21.0",
41
40
  "typescript": "^5",
42
- "@modern-js/i18n-utils": "3.0.0-alpha.1",
41
+ "@modern-js/i18n-utils": "3.0.0-alpha.2",
43
42
  "@modern-js/rslib": "2.68.10"
44
43
  },
45
44
  "publishConfig": {
@@ -1,8 +0,0 @@
1
- /**
2
- * @license
3
- * Lodash <https://lodash.com/>
4
- * Copyright OpenJS Foundation and other contributors <https://openjsf.org/>
5
- * Released under MIT license <https://lodash.com/license>
6
- * Based on Underscore.js 1.8.3 <http://underscorejs.org/LICENSE>
7
- * Copyright Jeremy Ashkenas, DocumentCloud and Investigative Reporters & Editors
8
- */
@@ -1,28 +0,0 @@
1
- var __webpack_modules__ = {};
2
- var __webpack_module_cache__ = {};
3
- function __webpack_require__(moduleId) {
4
- var cachedModule = __webpack_module_cache__[moduleId];
5
- if (void 0 !== cachedModule) return cachedModule.exports;
6
- var module = __webpack_module_cache__[moduleId] = {
7
- id: moduleId,
8
- loaded: false,
9
- exports: {}
10
- };
11
- __webpack_modules__[moduleId].call(module.exports, module, module.exports, __webpack_require__);
12
- module.loaded = true;
13
- return module.exports;
14
- }
15
- __webpack_require__.m = __webpack_modules__;
16
- (()=>{
17
- __webpack_require__.add = function(modules) {
18
- Object.assign(__webpack_require__.m, modules);
19
- };
20
- })();
21
- (()=>{
22
- __webpack_require__.nmd = (module)=>{
23
- module.paths = [];
24
- if (!module.children) module.children = [];
25
- return module;
26
- };
27
- })();
28
- export { __webpack_require__ };