@scriptables/manifest
Advanced tools
Comparing version 0.7.2 to 0.7.3
{ | ||
"name": "@scriptables/manifest", | ||
"description": "Utilities to generate, parse, and update manifest headers in Scriptable scripts.", | ||
"version": "0.7.2", | ||
"version": "0.7.3", | ||
"keywords": [ | ||
@@ -13,5 +13,6 @@ "scriptable", | ||
], | ||
"types": "./dist/types/index.d.ts", | ||
"main": "./dist/cjs/index.js", | ||
"module": "./dist/esm/index.js", | ||
"type": "module", | ||
"main": "./dist/index.cjs", | ||
"module": "./dist/index.js", | ||
"types": "./dist/index.d.ts", | ||
"engines": { | ||
@@ -35,10 +36,8 @@ "node": ">=14" | ||
".": { | ||
"types": "./dist/index.d.ts", | ||
"require": "./dist/index.cjs", | ||
"import": "./dist/index.mjs" | ||
"import": "./dist/index.js" | ||
}, | ||
"./*": { | ||
"types": "./dist/*.d.ts", | ||
"require": "./dist/*.cjs", | ||
"import": "./dist/*.mjs" | ||
"import": "./dist/*.js" | ||
} | ||
@@ -53,3 +52,3 @@ }, | ||
"scripts": { | ||
"build": "pnpm clean && tsup", | ||
"build": "tsup", | ||
"clean": "del-cli dist *.tsbuildinfo", | ||
@@ -56,0 +55,0 @@ "test": "pnpm run jest", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
81835
101
Yes
797