@atlaspack/parcel-to-atlaspack 2.14.5-dev-ts-project-refs-d30e9754f.0 → 2.14.5-dev-c116bd0a6.0

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.
@@ -63,7 +63,7 @@ function getVersion(name, range, tag) {
63
63
  // eslint-disable-next-line @typescript-eslint/no-explicit-any
64
64
  function migrateDependencies(packageJson, tag) {
65
65
  let didDependenciesChange = false;
66
- const skipPackages = new Set(['@parcel/hash', '@parcel/source-map', '@parcel/watcher']);
66
+ const skipPackages = new Set(['@parcel/hash', '@atlaspack/source-map', '@parcel/watcher']);
67
67
  for (const field of ['dependencies', 'devDependencies', 'peerDependencies', 'resolutions']) {
68
68
  if (!packageJson[field]) {
69
69
  continue;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaspack/parcel-to-atlaspack",
3
- "version": "2.14.5-dev-ts-project-refs-d30e9754f.0",
3
+ "version": "2.14.5-dev-c116bd0a6.0",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "https://github.com/atlassian-labs/atlaspack.git"
@@ -36,5 +36,5 @@
36
36
  "access": "public"
37
37
  },
38
38
  "type": "commonjs",
39
- "gitHead": "d30e9754f8d423d53261ec54ec87e6fa1299578a"
39
+ "gitHead": "c116bd0a696f3c0f338610d7b337de624050b44c"
40
40
  }