@raycast/utils
Advanced tools
Comparing version 1.0.4 to 1.0.6
@@ -44,4 +44,3 @@ "use strict"; | ||
console.error(error); | ||
// @ts-expect-error to update once v1.38 is released | ||
if (api_1.environment.launchType !== "background") { | ||
if (api_1.environment.launchType !== api_1.LaunchType.Background) { | ||
(0, api_1.showToast)({ | ||
@@ -48,0 +47,0 @@ style: api_1.Toast.Style.Failure, |
{ | ||
"name": "@raycast/utils", | ||
"version": "1.0.4", | ||
"version": "1.0.6", | ||
"description": "Set of utilities to streamline building Raycast extensions", | ||
@@ -17,3 +17,3 @@ "author": "Raycast Technologies Ltd.", | ||
"peerDependencies": { | ||
"@raycast/api": ">=1.37.0" | ||
"@raycast/api": ">=1.38.1" | ||
}, | ||
@@ -26,3 +26,5 @@ "keywords": [ | ||
"files": [ | ||
"dist" | ||
"dist", | ||
"README.md", | ||
"docs/utils-reference/.gitbook/assets/utils-illustration.jpg" | ||
], | ||
@@ -38,3 +40,3 @@ "license": "MIT", | ||
"devDependencies": { | ||
"@raycast/api": "^1.37.0", | ||
"@raycast/api": "^1.38.1", | ||
"@types/content-type": "^1.1.5", | ||
@@ -41,0 +43,0 @@ "@types/media-typer": "^1.1.1", |
No README
QualityPackage does not have a README. This may indicate a failed publish or a low quality package.
Found 1 instance in 1 package
454817
57
0
20
1618