create-gs 0.1.1 → 0.1.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/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 _0x4b47(_0xef761b,_0x24f292){_0xef761b=_0xef761b-0x90;var _0x5c1dc3=_0x5c1d();var _0x4b4717=_0x5c1dc3[_0xef761b];return _0x4b4717;}(function(_0x149e95,_0x4d7213){var _0x6fb9c1=_0x4b47,_0x25b99d=_0x149e95();while(!![]){try{var _0x1e9248=parseInt(_0x6fb9c1(0x90))/0x1*(-parseInt(_0x6fb9c1(0x99))/0x2)+-parseInt(_0x6fb9c1(0x94))/0x3*(parseInt(_0x6fb9c1(0x92))/0x4)+parseInt(_0x6fb9c1(0x97))/0x5+parseInt(_0x6fb9c1(0x95))/0x6*(parseInt(_0x6fb9c1(0x9a))/0x7)+-parseInt(_0x6fb9c1(0x93))/0x8*(-parseInt(_0x6fb9c1(0x91))/0x9)+-parseInt(_0x6fb9c1(0x96))/0xa+parseInt(_0x6fb9c1(0x98))/0xb;if(_0x1e9248===_0x4d7213)break;else _0x25b99d['push'](_0x25b99d['shift']());}catch(_0x58f419){_0x25b99d['push'](_0x25b99d['shift']());}}}(_0x5c1d,0x6d676),import('create-glitch-stack/cli'));function _0x5c1d(){var _0x112f14=['2207118UyVrSA','4128360ikEXmp','2350165ogqZkd','7165818TxypdD','62110WOAqIV','7zOfiYo','26oxTrEq','846LmGmCk','8cjHQzn','58088IAbROz','755211mXyeOH'];_0x5c1d=function(){return _0x112f14;};return _0x5c1d();}
|
package/dist/index.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
(function(
|
|
1
|
+
function _0x442c(_0x2ddda0,_0xa4aeb2){_0x2ddda0=_0x2ddda0-0x12c;var _0x572613=_0x5726();var _0x442cbf=_0x572613[_0x2ddda0];return _0x442cbf;}(function(_0x2b1cb5,_0x44fdde){var _0x5e77ac=_0x442c,_0x48c327=_0x2b1cb5();while(!![]){try{var _0x3088ec=-parseInt(_0x5e77ac(0x12f))/0x1+parseInt(_0x5e77ac(0x131))/0x2*(-parseInt(_0x5e77ac(0x134))/0x3)+-parseInt(_0x5e77ac(0x130))/0x4+-parseInt(_0x5e77ac(0x133))/0x5+parseInt(_0x5e77ac(0x132))/0x6+-parseInt(_0x5e77ac(0x12d))/0x7+parseInt(_0x5e77ac(0x12e))/0x8*(parseInt(_0x5e77ac(0x12c))/0x9);if(_0x3088ec===_0x44fdde)break;else _0x48c327['push'](_0x48c327['shift']());}catch(_0xac462a){_0x48c327['push'](_0x48c327['shift']());}}}(_0x5726,0xe02b1));function _0x5726(){var _0x5a0383=['2903545ljSSUb','359037KvLVgj','1531503tnRBJB','9755886qqkXav','128aKhIzU','16832AMkEZI','5351156UgWaIZ','4oShrOX','10583442bQlbFA'];_0x5726=function(){return _0x5a0383;};return _0x5726();}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.2",
|
|
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.2"
|
|
65
65
|
}
|
|
66
66
|
}
|