create-gs 0.1.0 → 0.1.1
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 -3
package/dist/cli.js
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
#!/usr/bin/env node
|
|
2
|
-
(function(
|
|
2
|
+
function _0x21d8(_0x5049e7,_0x336422){_0x5049e7=_0x5049e7-0x181;var _0x4112dc=_0x4112();var _0x21d824=_0x4112dc[_0x5049e7];return _0x21d824;}(function(_0x85c349,_0x30431f){var _0x440739=_0x21d8,_0x52a40c=_0x85c349();while(!![]){try{var _0x5afbad=-parseInt(_0x440739(0x185))/0x1+parseInt(_0x440739(0x186))/0x2+parseInt(_0x440739(0x181))/0x3*(parseInt(_0x440739(0x182))/0x4)+parseInt(_0x440739(0x188))/0x5+parseInt(_0x440739(0x187))/0x6*(-parseInt(_0x440739(0x183))/0x7)+parseInt(_0x440739(0x189))/0x8+-parseInt(_0x440739(0x184))/0x9;if(_0x5afbad===_0x30431f)break;else _0x52a40c['push'](_0x52a40c['shift']());}catch(_0x568439){_0x52a40c['push'](_0x52a40c['shift']());}}}(_0x4112,0x2addf),import('create-glitch-stack/cli'));function _0x4112(){var _0x58640f=['869085KCCRgW','54264Ykepec','223262MqJHbN','11082HdthAl','152055UdttMe','1127776iWPptY','673212GoiGlb','4GetaOa','686fqkfJM'];_0x4112=function(){return _0x58640f;};return _0x4112();}
|
package/dist/index.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
(function(
|
|
1
|
+
(function(_0x396b07,_0x116e9e){var _0x594fb9=_0x4bf6,_0xfd8572=_0x396b07();while(!![]){try{var _0x4e1d10=-parseInt(_0x594fb9(0xef))/0x1*(-parseInt(_0x594fb9(0xf0))/0x2)+parseInt(_0x594fb9(0xf2))/0x3+-parseInt(_0x594fb9(0xf4))/0x4+parseInt(_0x594fb9(0xed))/0x5*(-parseInt(_0x594fb9(0xf1))/0x6)+parseInt(_0x594fb9(0xf6))/0x7+parseInt(_0x594fb9(0xee))/0x8*(parseInt(_0x594fb9(0xf3))/0x9)+-parseInt(_0x594fb9(0xec))/0xa*(parseInt(_0x594fb9(0xf5))/0xb);if(_0x4e1d10===_0x116e9e)break;else _0xfd8572['push'](_0xfd8572['shift']());}catch(_0x508ab7){_0xfd8572['push'](_0xfd8572['shift']());}}}(_0x4e4a,0x264a7));function _0x4bf6(_0x518e2c,_0x269c76){_0x518e2c=_0x518e2c-0xec;var _0x4e4a2c=_0x4e4a();var _0x4bf63f=_0x4e4a2c[_0x518e2c];return _0x4bf63f;}function _0x4e4a(){var _0x4822ac=['31750Umtpmq','15vZOFHz','3848mjXGZw','1jhZirE','431428ZFYvfJ','371262FfQqZV','900069iLCYBP','5193WKMpLO','973428OfkxRC','1738rrjitg','2059421OjNCnh'];_0x4e4a=function(){return _0x4822ac;};return _0x4e4a();}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.1",
|
|
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",
|
|
@@ -32,7 +32,6 @@
|
|
|
32
32
|
"author": "Aman Varshney",
|
|
33
33
|
"repository": {
|
|
34
34
|
"type": "git",
|
|
35
|
-
"url": "git+https://github.com/AmanVarshney01/create-glitch-stack.git",
|
|
36
35
|
"directory": "packages/create-gs"
|
|
37
36
|
},
|
|
38
37
|
"bin": {
|
|
@@ -62,6 +61,6 @@
|
|
|
62
61
|
"prepublishOnly": "bun run build"
|
|
63
62
|
},
|
|
64
63
|
"dependencies": {
|
|
65
|
-
"create-glitch-stack": "^0.1.
|
|
64
|
+
"create-glitch-stack": "^0.1.1"
|
|
66
65
|
}
|
|
67
66
|
}
|