create-gs 0.1.1 → 0.1.3
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 _0x588a(_0x18130f,_0xbfea6a){_0x18130f=_0x18130f-0x18a;var _0x1329e8=_0x1329();var _0x588a99=_0x1329e8[_0x18130f];return _0x588a99;}(function(_0x4bc3f5,_0x37d390){var _0x291b06=_0x588a,_0x67cfda=_0x4bc3f5();while(!![]){try{var _0x1a5817=parseInt(_0x291b06(0x18b))/0x1*(-parseInt(_0x291b06(0x18a))/0x2)+-parseInt(_0x291b06(0x18c))/0x3+parseInt(_0x291b06(0x195))/0x4*(-parseInt(_0x291b06(0x18e))/0x5)+-parseInt(_0x291b06(0x18d))/0x6*(parseInt(_0x291b06(0x190))/0x7)+-parseInt(_0x291b06(0x191))/0x8*(parseInt(_0x291b06(0x192))/0x9)+parseInt(_0x291b06(0x194))/0xa+-parseInt(_0x291b06(0x193))/0xb*(-parseInt(_0x291b06(0x18f))/0xc);if(_0x1a5817===_0x37d390)break;else _0x67cfda['push'](_0x67cfda['shift']());}catch(_0x103576){_0x67cfda['push'](_0x67cfda['shift']());}}}(_0x1329,0x7a710),import('create-glitch-stack/cli'));function _0x1329(){var _0x1659d1=['9422810wlTgfD','4BftpZC','2pLwUZw','944575RDXuxC','1641843fKmLDz','3342hjFlUR','2705765HDxaYx','26584464eLYNzI','3017TGzJbm','824dctQtU','33471OQEzSj','11DGEhQw'];_0x1329=function(){return _0x1659d1;};return _0x1329();}
|
package/dist/index.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
(function(
|
|
1
|
+
function _0x330a(){var _0x2faa7e=['2413392PmCCJo','493560EgyWqg','502602TXcSnf','3182420lWtTzn','5517330OrgRMz','2496460AhBwQj','11992428ptXEnu'];_0x330a=function(){return _0x2faa7e;};return _0x330a();}(function(_0x3e63ea,_0x44c29a){var _0x523074=_0x3f2a,_0x1a6064=_0x3e63ea();while(!![]){try{var _0x4923e5=-parseInt(_0x523074(0x7a))/0x1+-parseInt(_0x523074(0x77))/0x2+-parseInt(_0x523074(0x7b))/0x3+parseInt(_0x523074(0x79))/0x4+-parseInt(_0x523074(0x7c))/0x5+parseInt(_0x523074(0x7d))/0x6+parseInt(_0x523074(0x78))/0x7;if(_0x4923e5===_0x44c29a)break;else _0x1a6064['push'](_0x1a6064['shift']());}catch(_0xaabc3d){_0x1a6064['push'](_0x1a6064['shift']());}}}(_0x330a,0xa887b));function _0x3f2a(_0x45944b,_0x2e5571){_0x45944b=_0x45944b-0x77;var _0x330af0=_0x330a();var _0x3f2a2b=_0x330af0[_0x45944b];return _0x3f2a2b;}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.3",
|
|
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.3"
|
|
65
65
|
}
|
|
66
66
|
}
|