11cb0ef41Sopenharmony_ci/* IMPORTANT
21cb0ef41Sopenharmony_ci * This snapshot file is auto-generated, but designed for humans.
31cb0ef41Sopenharmony_ci * It should be checked into source control and tracked carefully.
41cb0ef41Sopenharmony_ci * Re-generate by setting TAP_SNAPSHOT=1 and running tests.
51cb0ef41Sopenharmony_ci * Make sure to inspect the output below.  Do not ignore changes!
61cb0ef41Sopenharmony_ci */
71cb0ef41Sopenharmony_ci'use strict'
81cb0ef41Sopenharmony_ciexports[`test/lib/commands/diff.js TAP no args in a project dir > must match snapshot 1`] = `
91cb0ef41Sopenharmony_cidiff --git a/a.js b/a.js
101cb0ef41Sopenharmony_ciindex v0.1.0..v1.0.0 100644
111cb0ef41Sopenharmony_ci--- a/a.js
121cb0ef41Sopenharmony_ci+++ b/a.js
131cb0ef41Sopenharmony_ci@@ -1,1 +1,1 @@
141cb0ef41Sopenharmony_ci-const a = "a@0.1.0"
151cb0ef41Sopenharmony_ci+const a = "a@1.0.0"
161cb0ef41Sopenharmony_cidiff --git a/b.js b/b.js
171cb0ef41Sopenharmony_ciindex v0.1.0..v1.0.0 100644
181cb0ef41Sopenharmony_ci--- a/b.js
191cb0ef41Sopenharmony_ci+++ b/b.js
201cb0ef41Sopenharmony_ci@@ -1,1 +1,1 @@
211cb0ef41Sopenharmony_ci-const b = "b@0.1.0"
221cb0ef41Sopenharmony_ci+const b = "b@1.0.0"
231cb0ef41Sopenharmony_cidiff --git a/index.js b/index.js
241cb0ef41Sopenharmony_ciindex v0.1.0..v1.0.0 100644
251cb0ef41Sopenharmony_ci--- a/index.js
261cb0ef41Sopenharmony_ci+++ b/index.js
271cb0ef41Sopenharmony_ci@@ -1,1 +1,1 @@
281cb0ef41Sopenharmony_ci-const version = "0.1.0"
291cb0ef41Sopenharmony_ci+const version = "1.0.0"
301cb0ef41Sopenharmony_cidiff --git a/package.json b/package.json
311cb0ef41Sopenharmony_ciindex v0.1.0..v1.0.0 100644
321cb0ef41Sopenharmony_ci--- a/package.json
331cb0ef41Sopenharmony_ci+++ b/package.json
341cb0ef41Sopenharmony_ci@@ -1,4 +1,4 @@
351cb0ef41Sopenharmony_ci {
361cb0ef41Sopenharmony_ci   "name": "@npmcli/foo",
371cb0ef41Sopenharmony_ci-  "version": "0.1.0"
381cb0ef41Sopenharmony_ci+  "version": "1.0.0"
391cb0ef41Sopenharmony_ci }
401cb0ef41Sopenharmony_ci`
411cb0ef41Sopenharmony_ci
421cb0ef41Sopenharmony_ciexports[`test/lib/commands/diff.js TAP single arg version, filtering by files > must match snapshot 1`] = `
431cb0ef41Sopenharmony_cidiff --git a/a.js b/a.js
441cb0ef41Sopenharmony_ciindex v0.1.0..v1.0.0 100644
451cb0ef41Sopenharmony_ci--- a/a.js
461cb0ef41Sopenharmony_ci+++ b/a.js
471cb0ef41Sopenharmony_ci@@ -1,1 +1,1 @@
481cb0ef41Sopenharmony_ci-const a = "a@0.1.0"
491cb0ef41Sopenharmony_ci+const a = "a@1.0.0"
501cb0ef41Sopenharmony_cidiff --git a/b.js b/b.js
511cb0ef41Sopenharmony_ciindex v0.1.0..v1.0.0 100644
521cb0ef41Sopenharmony_ci--- a/b.js
531cb0ef41Sopenharmony_ci+++ b/b.js
541cb0ef41Sopenharmony_ci@@ -1,1 +1,1 @@
551cb0ef41Sopenharmony_ci-const b = "b@0.1.0"
561cb0ef41Sopenharmony_ci+const b = "b@1.0.0"
571cb0ef41Sopenharmony_ci`
581cb0ef41Sopenharmony_ci
591cb0ef41Sopenharmony_ciexports[`test/lib/commands/diff.js TAP various options using --name-only option > must match snapshot 1`] = `
601cb0ef41Sopenharmony_ciindex.js
611cb0ef41Sopenharmony_cipackage.json
621cb0ef41Sopenharmony_ci`
631cb0ef41Sopenharmony_ci
641cb0ef41Sopenharmony_ciexports[`test/lib/commands/diff.js TAP various options using diff option > must match snapshot 1`] = `
651cb0ef41Sopenharmony_cidiff --git a/index.js b/index.js
661cb0ef41Sopenharmony_ciindex v2.0.0..v3.0.0 100644
671cb0ef41Sopenharmony_ci--- a/index.js
681cb0ef41Sopenharmony_ci+++ b/index.js
691cb0ef41Sopenharmony_ci@@ -18,7 +18,7 @@
701cb0ef41Sopenharmony_ci 17
711cb0ef41Sopenharmony_ci 18
721cb0ef41Sopenharmony_ci 19
731cb0ef41Sopenharmony_ci-202.0.0
741cb0ef41Sopenharmony_ci+203.0.0
751cb0ef41Sopenharmony_ci 21
761cb0ef41Sopenharmony_ci 22
771cb0ef41Sopenharmony_ci 23
781cb0ef41Sopenharmony_cidiff --git a/package.json b/package.json
791cb0ef41Sopenharmony_ciindex v2.0.0..v3.0.0 100644
801cb0ef41Sopenharmony_ci--- a/package.json
811cb0ef41Sopenharmony_ci+++ b/package.json
821cb0ef41Sopenharmony_ci@@ -1,4 +1,4 @@
831cb0ef41Sopenharmony_ci {
841cb0ef41Sopenharmony_ci   "name": "bar",
851cb0ef41Sopenharmony_ci-  "version": "2.0.0"
861cb0ef41Sopenharmony_ci+  "version": "3.0.0"
871cb0ef41Sopenharmony_ci }
881cb0ef41Sopenharmony_ci`
89