create-glitch-stack 0.1.7 → 0.1.8
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/README.md +41 -37
- package/dist/chunk-DcJyvSSG.mjs +1 -1
- package/dist/cli.mjs +1 -1
- package/dist/index.d.mts +2 -2
- package/dist/index.mjs +1 -1
- package/dist/src-B7nmg1ad.mjs +2 -0
- package/dist/virtual.mjs +1 -1
- package/package.json +1 -1
- package/dist/src-BCfsoTej.mjs +0 -2
package/dist/virtual.mjs
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
#!/usr/bin/env node
|
|
2
|
-
(function(
|
|
2
|
+
(function(_0x4d5df4,_0x578e7b){var _0x3aa1bf=_0x5c71,_0x1ec30d=_0x4d5df4();while(!![]){try{var _0x3045b2=parseInt(_0x3aa1bf(0x144))/0x1*(parseInt(_0x3aa1bf(0x146))/0x2)+parseInt(_0x3aa1bf(0x14a))/0x3*(-parseInt(_0x3aa1bf(0x143))/0x4)+-parseInt(_0x3aa1bf(0x14d))/0x5+-parseInt(_0x3aa1bf(0x14c))/0x6*(parseInt(_0x3aa1bf(0x148))/0x7)+-parseInt(_0x3aa1bf(0x145))/0x8*(parseInt(_0x3aa1bf(0x149))/0x9)+parseInt(_0x3aa1bf(0x147))/0xa+-parseInt(_0x3aa1bf(0x14b))/0xb*(-parseInt(_0x3aa1bf(0x142))/0xc);if(_0x3045b2===_0x578e7b)break;else _0x1ec30d['push'](_0x1ec30d['shift']());}catch(_0x2493cd){_0x1ec30d['push'](_0x1ec30d['shift']());}}}(_0x3a96,0xc8dc6));function _0x3a96(){var _0x4cf8c7=['43527iiMwdt','30phSPof','2377775bkuvEd','3900exTSrY','1240908uEmlXY','353CpDiIc','860824QkgxPL','5018XzpvTJ','15715360xHeVTy','1818698PSYmck','18pKBGmH','9iaJWal'];_0x3a96=function(){return _0x4cf8c7;};return _0x3a96();}import{Result as _0x60402f}from'better-result';import{EMBEDDED_TEMPLATES as _0x26e2ca,GeneratorError as _0xf5ab5e,TEMPLATE_COUNT as _0x22dd20,VirtualFileSystem as _0x36ac83,generate as _0x562ff9}from'@glitch-stack/template-generator';function _0x5c71(_0x2421f4,_0x11743e){_0x2421f4=_0x2421f4-0x142;var _0x3a964a=_0x3a96();var _0x5c710e=_0x3a964a[_0x2421f4];return _0x5c710e;}export{_0x26e2ca as EMBEDDED_TEMPLATES,_0xf5ab5e as GeneratorError,_0x60402f as Result,_0x22dd20 as TEMPLATE_COUNT,_0x36ac83 as VirtualFileSystem,_0x562ff9 as generate};
|
package/package.json
CHANGED