@expo/package-manager
Advanced tools
Comparing version 1.5.3-canary-20240719-83ee47b to 1.5.3-canary-20240814-ce0f7d5
@@ -89,3 +89,4 @@ "use strict"; | ||
// Doing so will install that version with `npm install --save(-dev)`, and resolve the dist-tag properly. | ||
if (spec && spec.rawSpec && spec.type !== 'tag') { | ||
const hasExactSpec = !!spec && spec.rawSpec !== '' && spec.rawSpec !== '*'; | ||
if (spec && hasExactSpec && spec.type !== 'tag') { | ||
result.versioned.push(spec); | ||
@@ -92,0 +93,0 @@ } |
{ | ||
"name": "@expo/package-manager", | ||
"version": "1.5.3-canary-20240719-83ee47b", | ||
"version": "1.5.3-canary-20240814-ce0f7d5", | ||
"description": "A library for installing and finding packages in a project", | ||
@@ -40,3 +40,3 @@ "main": "build/index.js", | ||
"dependencies": { | ||
"@expo/json-file": "8.3.4-canary-20240719-83ee47b", | ||
"@expo/json-file": "8.3.4-canary-20240814-ce0f7d5", | ||
"@expo/spawn-async": "^1.7.2", | ||
@@ -49,3 +49,3 @@ "ansi-regex": "^5.0.0", | ||
"micromatch": "^4.0.2", | ||
"npm-package-arg": "^7.0.0", | ||
"npm-package-arg": "^11.0.0", | ||
"ora": "^3.4.0", | ||
@@ -60,3 +60,3 @@ "split": "^1.0.1", | ||
"@types/split": "^1.0.0", | ||
"expo-module-scripts": "3.6.0-canary-20240719-83ee47b" | ||
"expo-module-scripts": "3.6.0-canary-20240814-ce0f7d5" | ||
}, | ||
@@ -66,3 +66,3 @@ "publishConfig": { | ||
}, | ||
"gitHead": "83ee47b5c89c7f1b1a5101189580eaf3555f5962" | ||
"gitHead": "ce0f7d5c7eaec2c8d06ee4e0dc0e58cd6c1612ed" | ||
} |
Sorry, the diff of this file is not supported yet
99062
1365
+ Added@expo/json-file@8.3.4-canary-20240814-ce0f7d5(transitive)
+ Addedhosted-git-info@7.0.2(transitive)
+ Addedlru-cache@10.4.3(transitive)
+ Addednpm-package-arg@11.0.3(transitive)
+ Addedproc-log@4.2.0(transitive)
+ Addedsemver@7.7.0(transitive)
+ Addedvalidate-npm-package-name@5.0.1(transitive)
- Removed@expo/json-file@8.3.4-canary-20240719-83ee47b(transitive)
- Removedbuiltins@1.0.3(transitive)
- Removedhosted-git-info@3.0.8(transitive)
- Removedlru-cache@6.0.0(transitive)
- Removednpm-package-arg@7.0.0(transitive)
- Removedos-homedir@1.0.2(transitive)
- Removedos-tmpdir@1.0.2(transitive)
- Removedosenv@0.1.5(transitive)
- Removedsemver@5.7.2(transitive)
- Removedvalidate-npm-package-name@3.0.0(transitive)
- Removedyallist@4.0.0(transitive)
Updatednpm-package-arg@^11.0.0