Commit a276e1d
authored
* potential pact fix
* babel file
* eslint issue
* lockfile
* fix: remove stale pact-core@17.1.0 lockfile entry in tests workspace
The lockfile had an inconsistency: tests/node_modules/@pact-foundation/pact-core
was locked at 17.1.0 (a stale entry from before pact was upgraded), while every
package in the tree that depends on pact-core now requires ^19.2.0.
npm install would reinstall 17.1.0 faithfully from the lockfile, which caused
'npm rebuild @pact-foundation/pact-core' to target the wrong version. Also
flagged as invalid by npm ls.
Removed the stale tests/node_modules/@pact-foundation/pact-core entries (main +
all 7 platform binaries) from the lockfile. After npm install, the tests workspace
now deduplicates to the root's node_modules/@pact-foundation/pact-core@19.2.0,
which is the single correct version used by all packages in the tree.
1 parent 65d4395 commit a276e1d
6 files changed
Lines changed: 4497 additions & 2907 deletions
File tree
- tests
- pact-tests
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
56 | 56 | | |
57 | 57 | | |
58 | 58 | | |
| 59 | + | |
59 | 60 | | |
60 | 61 | | |
61 | 62 | | |
| |||
91 | 92 | | |
92 | 93 | | |
93 | 94 | | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
94 | 111 | | |
95 | 112 | | |
96 | 113 | | |
| |||
0 commit comments