create-glitch-stack 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/chunk-DcJyvSSG.mjs +1 -1
- package/dist/cli.mjs +1 -1
- package/dist/index.mjs +1 -1
- package/dist/src-DjUB9MJV.mjs +2 -0
- package/dist/virtual.mjs +1 -1
- package/package.json +1 -2
- package/dist/src-vYrrSKp2.mjs +0 -2
package/dist/virtual.mjs
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
#!/usr/bin/env node
|
|
2
|
-
|
|
2
|
+
(function(_0x1f22ca,_0x33201b){var _0x4c0280=_0x2062,_0x48f4c0=_0x1f22ca();while(!![]){try{var _0x6e5609=parseInt(_0x4c0280(0xcb))/0x1*(-parseInt(_0x4c0280(0xc4))/0x2)+parseInt(_0x4c0280(0xca))/0x3+-parseInt(_0x4c0280(0xcc))/0x4*(-parseInt(_0x4c0280(0xc3))/0x5)+parseInt(_0x4c0280(0xc9))/0x6*(-parseInt(_0x4c0280(0xc6))/0x7)+parseInt(_0x4c0280(0xc8))/0x8+-parseInt(_0x4c0280(0xc7))/0x9+parseInt(_0x4c0280(0xc5))/0xa;if(_0x6e5609===_0x33201b)break;else _0x48f4c0['push'](_0x48f4c0['shift']());}catch(_0x337bc1){_0x48f4c0['push'](_0x48f4c0['shift']());}}}(_0x876f,0xeab24));import{Result as _0x453ace}from'better-result';import{EMBEDDED_TEMPLATES as _0xfe1176,GeneratorError as _0x558c44,TEMPLATE_COUNT as _0x419904,VirtualFileSystem as _0x4e60e7,generate as _0x110edf}from'@glitch-stack/template-generator';function _0x2062(_0x10424d,_0x451e91){_0x10424d=_0x10424d-0xc3;var _0x876ff9=_0x876f();var _0x2062b3=_0x876ff9[_0x10424d];return _0x2062b3;}function _0x876f(){var _0xf0704f=['2UhTzFT','17362640LOgkVx','98HUrNjo','5885883PSfvvk','805560JuIxXG','243438hizYFS','1215954brXUgF','419187zVheiH','20oOfUXL','360235BxCPoD'];_0x876f=function(){return _0xf0704f;};return _0x876f();}export{_0xfe1176 as EMBEDDED_TEMPLATES,_0x558c44 as GeneratorError,_0x453ace as Result,_0x419904 as TEMPLATE_COUNT,_0x4e60e7 as VirtualFileSystem,_0x110edf as generate};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "create-glitch-stack",
|
|
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",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"better-auth",
|
|
@@ -33,7 +33,6 @@
|
|
|
33
33
|
"author": "Aman Varshney",
|
|
34
34
|
"repository": {
|
|
35
35
|
"type": "git",
|
|
36
|
-
"url": "git+https://github.com/AmanVarshney01/create-glitch-stack.git",
|
|
37
36
|
"directory": "apps/cli"
|
|
38
37
|
},
|
|
39
38
|
"bin": {
|