esbuild-plugin-scriptable
Advanced tools
Comparing version 0.6.1 to 0.6.2
@@ -23,3 +23,3 @@ 'use strict'; | ||
return { | ||
name: "scriptable", | ||
name: "scriptable-banner", | ||
setup(build) { | ||
@@ -26,0 +26,0 @@ let manifestCache = /* @__PURE__ */ new Map(); |
@@ -13,3 +13,3 @@ import { generateScriptableBanner } from "@scriptables/manifest/generateScriptableBanner"; | ||
return { | ||
name: "scriptable", | ||
name: "scriptable-banner", | ||
setup(build) { | ||
@@ -16,0 +16,0 @@ let manifestCache = /* @__PURE__ */ new Map(); |
{ | ||
"name": "esbuild-plugin-scriptable", | ||
"description": "An ESBuild plugin for developing Scriptable iOS app scripts with TypeScript, manifest support and auto-deployment", | ||
"version": "0.6.1", | ||
"version": "0.6.2", | ||
"keywords": [ | ||
@@ -6,0 +6,0 @@ "scriptable", |
@@ -47,3 +47,3 @@ import type {ScriptableManifest} from '@scriptables/manifest'; | ||
return { | ||
name: 'scriptable', | ||
name: 'scriptable-banner', | ||
setup(build) { | ||
@@ -50,0 +50,0 @@ let manifestCache = new Map<string, ScriptableManifest>(); |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
123695