monodeploy-git
Advanced tools
Comparing version 0.0.3 to 0.0.4
@@ -20,4 +20,10 @@ "use strict"; | ||
const cwd = tempRepositoryRoot; | ||
await (0, _testUtils.createFile)('test.txt', cwd); | ||
await (0, _testUtils.createFile)('testDir/test.txt', cwd); | ||
await (0, _testUtils.createFile)({ | ||
filePath: 'test.txt', | ||
cwd | ||
}); | ||
await (0, _testUtils.createFile)({ | ||
filePath: 'testDir/test.txt', | ||
cwd | ||
}); | ||
(0, _child_process.execSync)('git add . && git commit -m "test: test file" -n', { | ||
@@ -37,3 +43,6 @@ cwd | ||
const cwd = tempRepositoryRoot; | ||
await (0, _testUtils.createFile)('test.txt', cwd); | ||
await (0, _testUtils.createFile)({ | ||
filePath: 'test.txt', | ||
cwd | ||
}); | ||
(0, _child_process.execSync)('git add . && git commit -m "test: test file" -n', { | ||
@@ -54,3 +63,6 @@ cwd | ||
await (0, _testUtils.createFile)('test.txt', cwd); | ||
await (0, _testUtils.createFile)({ | ||
filePath: 'test.txt', | ||
cwd | ||
}); | ||
(0, _child_process.execSync)('git commit -m "test: base" --allow-empty', { | ||
@@ -57,0 +69,0 @@ cwd |
{ | ||
"name": "monodeploy-git", | ||
"version": "0.0.3", | ||
"version": "0.0.0", | ||
"repository": "git@github.com:tophat/monodeploy.git", | ||
@@ -8,6 +8,7 @@ "author": "Top Hat Monocle Corp. <opensource@tophat.com>", | ||
"publishConfig": { | ||
"registry": "https://registry.npmjs.org/" | ||
"main": "./lib/index.js", | ||
"registry": "https://registry.npmjs.org/", | ||
"types": "./lib/index.d.ts" | ||
}, | ||
"main": "./lib/index.js", | ||
"types": "./lib/index.d.ts", | ||
"files": [ | ||
@@ -24,8 +25,9 @@ "lib" | ||
"devDependencies": { | ||
"@types/node": "^14.14.25" | ||
"@types/node": "^14.0.0" | ||
}, | ||
"dependencies": { | ||
"monodeploy-logging": "0.0.3", | ||
"monodeploy-types": "0.0.1" | ||
} | ||
"monodeploy-logging": "0.0.4", | ||
"monodeploy-types": "0.1.0" | ||
}, | ||
"types": "./lib/index.d.ts" | ||
} |
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
Found 1 instance in 1 package
12678
335
4
+ Addedmonodeploy-logging@0.0.4(transitive)
+ Addedmonodeploy-types@0.1.0(transitive)
- Removedmonodeploy-logging@0.0.3(transitive)
- Removedmonodeploy-types@0.0.1(transitive)
Updatedmonodeploy-logging@0.0.4
Updatedmonodeploy-types@0.1.0