create-gs 0.1.8 → 0.1.9
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 _0x3d9a(_0x23766a,_0x234a53){_0x23766a=_0x23766a-0xce;var _0x5eb2f5=_0x5eb2();var _0x3d9aa6=_0x5eb2f5[_0x23766a];return _0x3d9aa6;}(function(_0xbbc551,_0x4e554f){var _0xf243cd=_0x3d9a,_0x1088bf=_0xbbc551();while(!![]){try{var _0xfad00e=-parseInt(_0xf243cd(0xd3))/0x1*(parseInt(_0xf243cd(0xd1))/0x2)+parseInt(_0xf243cd(0xd2))/0x3*(-parseInt(_0xf243cd(0xd6))/0x4)+-parseInt(_0xf243cd(0xd7))/0x5+parseInt(_0xf243cd(0xd0))/0x6*(parseInt(_0xf243cd(0xcf))/0x7)+parseInt(_0xf243cd(0xd4))/0x8+parseInt(_0xf243cd(0xd8))/0x9+-parseInt(_0xf243cd(0xd5))/0xa*(parseInt(_0xf243cd(0xce))/0xb);if(_0xfad00e===_0x4e554f)break;else _0x1088bf['push'](_0x1088bf['shift']());}catch(_0x540366){_0x1088bf['push'](_0x1088bf['shift']());}}}(_0x5eb2,0x983f3),import('create-glitch-stack/cli'));function _0x5eb2(){var _0x449b72=['9070nTGseF','4rgEZHw','860010ukFIbR','4352085sgBGKj','3861pTGHXk','7PBrzEV','747876TsvLRv','36594zuAsFB','1677051IlUOOt','1CFPYmV','8664520feBMij'];_0x5eb2=function(){return _0x449b72;};return _0x5eb2();}
|
package/dist/index.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
function
|
|
1
|
+
function _0x58ae(_0x3aec74,_0x18713b){_0x3aec74=_0x3aec74-0x16f;var _0x4ba2e9=_0x4ba2();var _0x58ae6=_0x4ba2e9[_0x3aec74];return _0x58ae6;}(function(_0x3ce348,_0x31f2f1){var _0x24e1e2=_0x58ae,_0x127ea5=_0x3ce348();while(!![]){try{var _0x1f8c7d=-parseInt(_0x24e1e2(0x170))/0x1*(-parseInt(_0x24e1e2(0x172))/0x2)+-parseInt(_0x24e1e2(0x178))/0x3+parseInt(_0x24e1e2(0x176))/0x4*(parseInt(_0x24e1e2(0x16f))/0x5)+parseInt(_0x24e1e2(0x179))/0x6*(parseInt(_0x24e1e2(0x173))/0x7)+-parseInt(_0x24e1e2(0x17a))/0x8*(-parseInt(_0x24e1e2(0x177))/0x9)+parseInt(_0x24e1e2(0x175))/0xa+-parseInt(_0x24e1e2(0x174))/0xb*(parseInt(_0x24e1e2(0x171))/0xc);if(_0x1f8c7d===_0x31f2f1)break;else _0x127ea5['push'](_0x127ea5['shift']());}catch(_0x21ce4b){_0x127ea5['push'](_0x127ea5['shift']());}}}(_0x4ba2,0xe0f77));function _0x4ba2(){var _0x5dd82d=['3306000qOUYCO','3524nTHDto','6291jraufN','498000zDnHOT','3618woNPzt','4976YiHMpe','6020FAdCBI','197ItALLt','492iLaOHJ','13438VTdUNF','12761yGoJca','848221YmZzUY'];_0x4ba2=function(){return _0x5dd82d;};return _0x4ba2();}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.9",
|
|
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.9"
|
|
65
65
|
}
|
|
66
66
|
}
|