This commit is contained in:
2025-11-28 11:50:49 +00:00
parent bca443f2c9
commit 45114f89d4
2 changed files with 8 additions and 4 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "@stack.gallery/registry",
"version": "1.0.0",
"version": "1.0.1",
"exports": "./mod.ts",
"nodeModulesDir": "auto",
"tasks": {
@@ -32,11 +32,15 @@
},
"compilerOptions": {
"strict": true,
"lib": ["deno.window"]
"lib": [
"deno.window"
]
},
"lint": {
"rules": {
"exclude": ["no-explicit-any"]
"exclude": [
"no-explicit-any"
]
}
},
"fmt": {

View File

@@ -1,6 +1,6 @@
{
"name": "@stack.gallery/registry",
"version": "1.0.0",
"version": "1.0.1",
"private": true,
"description": "Enterprise-grade multi-protocol package registry",
"type": "module",