create-gs 0.1.2 → 0.1.5
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/cli.js +1 -1
- package/dist/index.js +1 -1
- package/package.json +2 -2
package/dist/cli.js
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
#!/usr/bin/env node
|
|
2
|
-
function
|
|
2
|
+
function _0x5628(){var _0xc39f90=['6jHqPlK','95646WmBhcS','40TSHSzA','1284432vEyGMV','302373CHTQyR','2288216lkRtTp','59221JXQPJm','281070dBgurm','2027760HTFsJk'];_0x5628=function(){return _0xc39f90;};return _0x5628();}function _0x153c(_0x5aafba,_0x1ee29b){_0x5aafba=_0x5aafba-0x15d;var _0x5628c6=_0x5628();var _0x153c5a=_0x5628c6[_0x5aafba];return _0x153c5a;}(function(_0x5cc93c,_0x40c594){var _0x2a6a5=_0x153c,_0x2feb82=_0x5cc93c();while(!![]){try{var _0x1472aa=parseInt(_0x2a6a5(0x15e))/0x1+-parseInt(_0x2a6a5(0x15f))/0x2*(-parseInt(_0x2a6a5(0x161))/0x3)+parseInt(_0x2a6a5(0x164))/0x4+-parseInt(_0x2a6a5(0x163))/0x5*(-parseInt(_0x2a6a5(0x162))/0x6)+-parseInt(_0x2a6a5(0x15d))/0x7+-parseInt(_0x2a6a5(0x160))/0x8+-parseInt(_0x2a6a5(0x165))/0x9;if(_0x1472aa===_0x40c594)break;else _0x2feb82['push'](_0x2feb82['shift']());}catch(_0x3cc3aa){_0x2feb82['push'](_0x2feb82['shift']());}}}(_0x5628,0x2ab7c),import('create-glitch-stack/cli'));
|
package/dist/index.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
function
|
|
1
|
+
function _0x51b7(){var _0xe6dacc=['5717778uQBNai','4QdPTRd','11240118VEoiRt','20rgzDRw','991NIaqNq','1580tTOrSb','1994145XQtFLq','140034nQYVwk','7787848Ugaxxh','925585ekZprf','259kumdaf'];_0x51b7=function(){return _0xe6dacc;};return _0x51b7();}(function(_0x3074ea,_0x254bde){var _0x334b56=_0x2a11,_0x3f1742=_0x3074ea();while(!![]){try{var _0x4ecb83=-parseInt(_0x334b56(0xd5))/0x1*(-parseInt(_0x334b56(0xd6))/0x2)+-parseInt(_0x334b56(0xd7))/0x3+parseInt(_0x334b56(0xd2))/0x4*(parseInt(_0x334b56(0xda))/0x5)+parseInt(_0x334b56(0xd8))/0x6*(-parseInt(_0x334b56(0xdb))/0x7)+-parseInt(_0x334b56(0xd9))/0x8+parseInt(_0x334b56(0xd3))/0x9+-parseInt(_0x334b56(0xd4))/0xa*(-parseInt(_0x334b56(0xdc))/0xb);if(_0x4ecb83===_0x254bde)break;else _0x3f1742['push'](_0x3f1742['shift']());}catch(_0x3ff562){_0x3f1742['push'](_0x3f1742['shift']());}}}(_0x51b7,0xb844e));function _0x2a11(_0x3b589c,_0x3bedfc){_0x3b589c=_0x3b589c-0xd2;var _0x51b754=_0x51b7();var _0x2a1116=_0x51b754[_0x3b589c];return _0x2a1116;}export*from'create-glitch-stack';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "create-gs",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.5",
|
|
4
4
|
"description": "A modern CLI tool for scaffolding end-to-end type-safe TypeScript projects with best practices and customizable configurations (alias for create-glitch-stack)",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"better-auth",
|
|
@@ -61,6 +61,6 @@
|
|
|
61
61
|
"prepublishOnly": "bun run build"
|
|
62
62
|
},
|
|
63
63
|
"dependencies": {
|
|
64
|
-
"create-glitch-stack": "^0.1.
|
|
64
|
+
"create-glitch-stack": "^0.1.5"
|
|
65
65
|
}
|
|
66
66
|
}
|