amai 0.0.14 → 0.0.15
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.cjs +2 -3
- package/dist/cli.js +2 -3
- package/dist/lib/daemon-entry.cjs +1 -2
- package/dist/lib/daemon-entry.js +1 -2
- package/package.json +1 -1
package/dist/cli.cjs
CHANGED
|
@@ -2641,8 +2641,7 @@ async function setupDefaultSettings() {
|
|
|
2641
2641
|
async function installExtensions() {
|
|
2642
2642
|
const binPath = getCodeServerBin();
|
|
2643
2643
|
const extensions = [
|
|
2644
|
-
"castrogusttavo.min-theme"
|
|
2645
|
-
"sourcegraph.amp"
|
|
2644
|
+
"castrogusttavo.min-theme"
|
|
2646
2645
|
];
|
|
2647
2646
|
for (const ext of extensions) {
|
|
2648
2647
|
try {
|
|
@@ -2757,7 +2756,7 @@ function getDaemonPid() {
|
|
|
2757
2756
|
return null;
|
|
2758
2757
|
}
|
|
2759
2758
|
}
|
|
2760
|
-
var VERSION = "0.0.
|
|
2759
|
+
var VERSION = "0.0.15";
|
|
2761
2760
|
var PROJECT_DIR = process.cwd();
|
|
2762
2761
|
var LOGO = `
|
|
2763
2762
|
__ _ _ __ ___ __ _
|
package/dist/cli.js
CHANGED
|
@@ -2628,8 +2628,7 @@ async function setupDefaultSettings() {
|
|
|
2628
2628
|
async function installExtensions() {
|
|
2629
2629
|
const binPath = getCodeServerBin();
|
|
2630
2630
|
const extensions = [
|
|
2631
|
-
"castrogusttavo.min-theme"
|
|
2632
|
-
"sourcegraph.amp"
|
|
2631
|
+
"castrogusttavo.min-theme"
|
|
2633
2632
|
];
|
|
2634
2633
|
for (const ext of extensions) {
|
|
2635
2634
|
try {
|
|
@@ -2744,7 +2743,7 @@ function getDaemonPid() {
|
|
|
2744
2743
|
return null;
|
|
2745
2744
|
}
|
|
2746
2745
|
}
|
|
2747
|
-
var VERSION = "0.0.
|
|
2746
|
+
var VERSION = "0.0.15";
|
|
2748
2747
|
var PROJECT_DIR = process.cwd();
|
|
2749
2748
|
var LOGO = `
|
|
2750
2749
|
__ _ _ __ ___ __ _
|
|
@@ -2507,8 +2507,7 @@ async function setupDefaultSettings() {
|
|
|
2507
2507
|
async function installExtensions() {
|
|
2508
2508
|
const binPath = getCodeServerBin();
|
|
2509
2509
|
const extensions = [
|
|
2510
|
-
"castrogusttavo.min-theme"
|
|
2511
|
-
"sourcegraph.amp"
|
|
2510
|
+
"castrogusttavo.min-theme"
|
|
2512
2511
|
];
|
|
2513
2512
|
for (const ext of extensions) {
|
|
2514
2513
|
try {
|
package/dist/lib/daemon-entry.js
CHANGED
|
@@ -2496,8 +2496,7 @@ async function setupDefaultSettings() {
|
|
|
2496
2496
|
async function installExtensions() {
|
|
2497
2497
|
const binPath = getCodeServerBin();
|
|
2498
2498
|
const extensions = [
|
|
2499
|
-
"castrogusttavo.min-theme"
|
|
2500
|
-
"sourcegraph.amp"
|
|
2499
|
+
"castrogusttavo.min-theme"
|
|
2501
2500
|
];
|
|
2502
2501
|
for (const ext of extensions) {
|
|
2503
2502
|
try {
|