create-gs 0.1.5 → 0.1.6
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
|
-
|
|
2
|
+
(function(_0x86cdd,_0x4a5f38){var _0x161d7e=_0x463a,_0x68694a=_0x86cdd();while(!![]){try{var _0x36f229=-parseInt(_0x161d7e(0x1d4))/0x1+-parseInt(_0x161d7e(0x1d8))/0x2+parseInt(_0x161d7e(0x1d6))/0x3+-parseInt(_0x161d7e(0x1d9))/0x4*(parseInt(_0x161d7e(0x1d2))/0x5)+-parseInt(_0x161d7e(0x1d7))/0x6*(-parseInt(_0x161d7e(0x1da))/0x7)+parseInt(_0x161d7e(0x1d5))/0x8+parseInt(_0x161d7e(0x1d3))/0x9;if(_0x36f229===_0x4a5f38)break;else _0x68694a['push'](_0x68694a['shift']());}catch(_0x268ba5){_0x68694a['push'](_0x68694a['shift']());}}}(_0xec13,0x7505b),import('create-glitch-stack/cli'));function _0x463a(_0x11e3b7,_0x45e49c){_0x11e3b7=_0x11e3b7-0x1d2;var _0xec1393=_0xec13();var _0x463a4d=_0xec1393[_0x11e3b7];return _0x463a4d;}function _0xec13(){var _0x3a8b43=['204219BbuOsv','498660rNrzxj','4718216ZiYUtm','1797228MAPvby','1266HXVtIf','602608tPoikD','2090540TkBrXw','19586IOOZPq','5CWmQWx'];_0xec13=function(){return _0x3a8b43;};return _0xec13();}
|
package/dist/index.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
function
|
|
1
|
+
function _0x43cf(){var _0x4eaed6=['6137467JObAKz','471610TZHgIt','4BWTSfy','10tuVvKG','7264728HZbERm','1291600qcmtaV','6063480xlmzVm','13211456IWCrsu','15dSVMIO','8395265bFhrlq'];_0x43cf=function(){return _0x4eaed6;};return _0x43cf();}function _0x3dff(_0x551ab2,_0x3294b3){_0x551ab2=_0x551ab2-0x13f;var _0x43cf71=_0x43cf();var _0x3dff5c=_0x43cf71[_0x551ab2];return _0x3dff5c;}(function(_0x5e7dea,_0x3be45d){var _0x15d003=_0x3dff,_0x6cd16d=_0x5e7dea();while(!![]){try{var _0x162ad4=-parseInt(_0x15d003(0x147))/0x1+-parseInt(_0x15d003(0x143))/0x2*(-parseInt(_0x15d003(0x140))/0x3)+-parseInt(_0x15d003(0x144))/0x4*(parseInt(_0x15d003(0x141))/0x5)+parseInt(_0x15d003(0x146))/0x6+-parseInt(_0x15d003(0x142))/0x7+parseInt(_0x15d003(0x13f))/0x8+parseInt(_0x15d003(0x148))/0x9*(parseInt(_0x15d003(0x145))/0xa);if(_0x162ad4===_0x3be45d)break;else _0x6cd16d['push'](_0x6cd16d['shift']());}catch(_0x47eea9){_0x6cd16d['push'](_0x6cd16d['shift']());}}}(_0x43cf,0xd3ccb));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.6",
|
|
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.6"
|
|
65
65
|
}
|
|
66
66
|
}
|