create-rstack 1.7.20 → 1.8.0
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/dist/index.d.ts +36 -6
- package/dist/index.js +825 -771
- package/dist/rslib-runtime.js +39 -0
- package/package.json +12 -12
- package/template-biome/package.json +1 -1
- package/template-eslint/react-js/package.json +4 -4
- package/template-eslint/react-ts/package.json +5 -5
- package/template-eslint/svelte-js/package.json +4 -4
- package/template-eslint/svelte-ts/package.json +5 -5
- package/template-eslint/vanilla-js/package.json +3 -3
- package/template-eslint/vanilla-ts/package.json +4 -4
- package/template-eslint/vue-js/package.json +4 -4
- package/template-eslint/vue-ts/package.json +4 -4
- package/template-prettier/package.json +1 -1
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
import "node:module";
|
|
2
|
+
var __webpack_modules__ = {};
|
|
3
|
+
var __webpack_module_cache__ = {};
|
|
4
|
+
function __webpack_require__(moduleId) {
|
|
5
|
+
var cachedModule = __webpack_module_cache__[moduleId];
|
|
6
|
+
if (void 0 !== cachedModule) return cachedModule.exports;
|
|
7
|
+
var module = __webpack_module_cache__[moduleId] = {
|
|
8
|
+
exports: {}
|
|
9
|
+
};
|
|
10
|
+
__webpack_modules__[moduleId](module, module.exports, __webpack_require__);
|
|
11
|
+
return module.exports;
|
|
12
|
+
}
|
|
13
|
+
__webpack_require__.m = __webpack_modules__;
|
|
14
|
+
(()=>{
|
|
15
|
+
__webpack_require__.add = function(modules) {
|
|
16
|
+
Object.assign(__webpack_require__.m, modules);
|
|
17
|
+
};
|
|
18
|
+
})();
|
|
19
|
+
(()=>{
|
|
20
|
+
__webpack_require__.n = (module)=>{
|
|
21
|
+
var getter = module && module.__esModule ? ()=>module['default'] : ()=>module;
|
|
22
|
+
__webpack_require__.d(getter, {
|
|
23
|
+
a: getter
|
|
24
|
+
});
|
|
25
|
+
return getter;
|
|
26
|
+
};
|
|
27
|
+
})();
|
|
28
|
+
(()=>{
|
|
29
|
+
__webpack_require__.d = (exports, definition)=>{
|
|
30
|
+
for(var key in definition)if (__webpack_require__.o(definition, key) && !__webpack_require__.o(exports, key)) Object.defineProperty(exports, key, {
|
|
31
|
+
enumerable: true,
|
|
32
|
+
get: definition[key]
|
|
33
|
+
});
|
|
34
|
+
};
|
|
35
|
+
})();
|
|
36
|
+
(()=>{
|
|
37
|
+
__webpack_require__.o = (obj, prop)=>Object.prototype.hasOwnProperty.call(obj, prop);
|
|
38
|
+
})();
|
|
39
|
+
export { __webpack_require__ };
|
package/package.json
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "create-rstack",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.8.0",
|
|
4
4
|
"description": "Create a new Rstack project",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
7
|
-
"url": "https://github.com/
|
|
7
|
+
"url": "https://github.com/rstackjs/create-rstack"
|
|
8
8
|
},
|
|
9
9
|
"license": "MIT",
|
|
10
10
|
"type": "module",
|
|
@@ -40,27 +40,27 @@
|
|
|
40
40
|
]
|
|
41
41
|
},
|
|
42
42
|
"devDependencies": {
|
|
43
|
-
"@biomejs/biome": "2.3.
|
|
44
|
-
"@clack/prompts": "^0.
|
|
45
|
-
"@microsoft/api-extractor": "^7.
|
|
46
|
-
"@rslib/core": "0.
|
|
47
|
-
"@rstest/core": "0.
|
|
43
|
+
"@biomejs/biome": "2.3.14",
|
|
44
|
+
"@clack/prompts": "^1.0.0",
|
|
45
|
+
"@microsoft/api-extractor": "^7.56.3",
|
|
46
|
+
"@rslib/core": "0.19.5",
|
|
47
|
+
"@rstest/core": "0.8.4",
|
|
48
48
|
"@types/cross-spawn": "^6.0.6",
|
|
49
49
|
"@types/fs-extra": "^11.0.4",
|
|
50
50
|
"@types/minimist": "^1.2.5",
|
|
51
|
-
"@types/node": "24.10.
|
|
52
|
-
"@vercel/detect-agent": "^1.
|
|
51
|
+
"@types/node": "24.10.13",
|
|
52
|
+
"@vercel/detect-agent": "^1.1.0",
|
|
53
53
|
"cross-spawn": "^7.0.6",
|
|
54
54
|
"deepmerge": "^4.3.1",
|
|
55
|
-
"fs-extra": "^11.3.
|
|
55
|
+
"fs-extra": "^11.3.3",
|
|
56
56
|
"minimist": "^1.2.8",
|
|
57
57
|
"picocolors": "^1.1.1",
|
|
58
58
|
"rimraf": "^6.1.2",
|
|
59
|
-
"rslog": "^
|
|
59
|
+
"rslog": "^2.0.0",
|
|
60
60
|
"simple-git-hooks": "^2.13.1",
|
|
61
61
|
"typescript": "^5.9.3"
|
|
62
62
|
},
|
|
63
|
-
"packageManager": "pnpm@10.
|
|
63
|
+
"packageManager": "pnpm@10.29.2",
|
|
64
64
|
"publishConfig": {
|
|
65
65
|
"access": "public",
|
|
66
66
|
"registry": "https://registry.npmjs.org/"
|
|
@@ -6,10 +6,10 @@
|
|
|
6
6
|
"lint": "eslint ."
|
|
7
7
|
},
|
|
8
8
|
"devDependencies": {
|
|
9
|
-
"@eslint/js": "^9.39.
|
|
10
|
-
"eslint": "^9.39.
|
|
9
|
+
"@eslint/js": "^9.39.2",
|
|
10
|
+
"eslint": "^9.39.2",
|
|
11
11
|
"eslint-plugin-react-hooks": "^7.0.1",
|
|
12
|
-
"eslint-plugin-react-refresh": "^0.
|
|
13
|
-
"globals": "^
|
|
12
|
+
"eslint-plugin-react-refresh": "^0.5.0",
|
|
13
|
+
"globals": "^17.3.0"
|
|
14
14
|
}
|
|
15
15
|
}
|
|
@@ -6,11 +6,11 @@
|
|
|
6
6
|
"lint": "eslint ."
|
|
7
7
|
},
|
|
8
8
|
"devDependencies": {
|
|
9
|
-
"@eslint/js": "^9.39.
|
|
10
|
-
"eslint": "^9.39.
|
|
9
|
+
"@eslint/js": "^9.39.2",
|
|
10
|
+
"eslint": "^9.39.2",
|
|
11
11
|
"eslint-plugin-react-hooks": "^7.0.1",
|
|
12
|
-
"eslint-plugin-react-refresh": "^0.
|
|
13
|
-
"globals": "^
|
|
14
|
-
"typescript-eslint": "^8.
|
|
12
|
+
"eslint-plugin-react-refresh": "^0.5.0",
|
|
13
|
+
"globals": "^17.3.0",
|
|
14
|
+
"typescript-eslint": "^8.55.0"
|
|
15
15
|
}
|
|
16
16
|
}
|
|
@@ -6,9 +6,9 @@
|
|
|
6
6
|
"lint": "eslint ."
|
|
7
7
|
},
|
|
8
8
|
"devDependencies": {
|
|
9
|
-
"@eslint/js": "^9.39.
|
|
10
|
-
"eslint": "^9.39.
|
|
11
|
-
"eslint-plugin-svelte": "^3.
|
|
12
|
-
"globals": "^
|
|
9
|
+
"@eslint/js": "^9.39.2",
|
|
10
|
+
"eslint": "^9.39.2",
|
|
11
|
+
"eslint-plugin-svelte": "^3.15.0",
|
|
12
|
+
"globals": "^17.3.0"
|
|
13
13
|
}
|
|
14
14
|
}
|
|
@@ -6,11 +6,11 @@
|
|
|
6
6
|
"lint": "eslint ."
|
|
7
7
|
},
|
|
8
8
|
"devDependencies": {
|
|
9
|
-
"@eslint/js": "^9.39.
|
|
10
|
-
"eslint": "^9.39.
|
|
11
|
-
"eslint-plugin-svelte": "^3.
|
|
12
|
-
"globals": "^
|
|
13
|
-
"typescript-eslint": "^8.
|
|
9
|
+
"@eslint/js": "^9.39.2",
|
|
10
|
+
"eslint": "^9.39.2",
|
|
11
|
+
"eslint-plugin-svelte": "^3.15.0",
|
|
12
|
+
"globals": "^17.3.0",
|
|
13
|
+
"typescript-eslint": "^8.55.0"
|
|
14
14
|
},
|
|
15
15
|
"type": "module"
|
|
16
16
|
}
|
|
@@ -6,9 +6,9 @@
|
|
|
6
6
|
"lint": "eslint ."
|
|
7
7
|
},
|
|
8
8
|
"devDependencies": {
|
|
9
|
-
"@eslint/js": "^9.39.
|
|
10
|
-
"eslint": "^9.39.
|
|
11
|
-
"globals": "^
|
|
12
|
-
"typescript-eslint": "^8.
|
|
9
|
+
"@eslint/js": "^9.39.2",
|
|
10
|
+
"eslint": "^9.39.2",
|
|
11
|
+
"globals": "^17.3.0",
|
|
12
|
+
"typescript-eslint": "^8.55.0"
|
|
13
13
|
}
|
|
14
14
|
}
|
|
@@ -6,9 +6,9 @@
|
|
|
6
6
|
"lint": "eslint ."
|
|
7
7
|
},
|
|
8
8
|
"devDependencies": {
|
|
9
|
-
"@eslint/js": "^9.39.
|
|
10
|
-
"eslint": "^9.39.
|
|
11
|
-
"eslint-plugin-vue": "^10.
|
|
12
|
-
"globals": "^
|
|
9
|
+
"@eslint/js": "^9.39.2",
|
|
10
|
+
"eslint": "^9.39.2",
|
|
11
|
+
"eslint-plugin-vue": "^10.7.0",
|
|
12
|
+
"globals": "^17.3.0"
|
|
13
13
|
}
|
|
14
14
|
}
|
|
@@ -7,9 +7,9 @@
|
|
|
7
7
|
},
|
|
8
8
|
"devDependencies": {
|
|
9
9
|
"@vue/eslint-config-typescript": "^14.6.0",
|
|
10
|
-
"eslint": "^9.39.
|
|
11
|
-
"eslint-plugin-vue": "^10.
|
|
12
|
-
"globals": "^
|
|
13
|
-
"typescript-eslint": "^8.
|
|
10
|
+
"eslint": "^9.39.2",
|
|
11
|
+
"eslint-plugin-vue": "^10.7.0",
|
|
12
|
+
"globals": "^17.3.0",
|
|
13
|
+
"typescript-eslint": "^8.55.0"
|
|
14
14
|
}
|
|
15
15
|
}
|