@adbayb/stack 2.35.0-next-aea8352 → 2.35.0-next-c14b4b7
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/index.js +1 -2
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -322,7 +322,6 @@ const checkType = async ()=>{
|
|
|
322
322
|
};
|
|
323
323
|
|
|
324
324
|
const ONLY_VALUES = [
|
|
325
|
-
"changelog",
|
|
326
325
|
"commit",
|
|
327
326
|
"code",
|
|
328
327
|
"dependency",
|
|
@@ -449,7 +448,7 @@ const PRESERVE_FILES = [
|
|
|
449
448
|
"node_modules"
|
|
450
449
|
];
|
|
451
450
|
|
|
452
|
-
var version = "2.35.0-next-
|
|
451
|
+
var version = "2.35.0-next-c14b4b7";
|
|
453
452
|
|
|
454
453
|
const createCreateCommand = (program)=>{
|
|
455
454
|
program.command({
|