@portabletext/types
Advanced tools
+1
-1
| MIT License | ||
| Copyright (c) 2025 Sanity.io <hello@sanity.io> | ||
| Copyright (c) 2026 Sanity.io <hello@sanity.io> | ||
@@ -5,0 +5,0 @@ Permission is hereby granted, free of charge, to any person obtaining a copy |
+21
-21
| { | ||
| "name": "@portabletext/types", | ||
| "version": "4.0.0", | ||
| "version": "4.0.1", | ||
| "description": "Shared TypeScript definitions for core Portable Text data structures", | ||
@@ -12,2 +12,4 @@ "keywords": [ | ||
| }, | ||
| "license": "MIT", | ||
| "author": "Sanity.io <hello@sanity.io>", | ||
| "repository": { | ||
@@ -17,6 +19,10 @@ "type": "git", | ||
| }, | ||
| "license": "MIT", | ||
| "author": "Sanity.io <hello@sanity.io>", | ||
| "files": [ | ||
| "dist" | ||
| ], | ||
| "type": "module", | ||
| "sideEffects": false, | ||
| "type": "module", | ||
| "main": "./dist/index.js", | ||
| "module": "./dist/index.js", | ||
| "types": "./dist/index.d.ts", | ||
| "exports": { | ||
@@ -26,25 +32,19 @@ ".": "./dist/index.js", | ||
| }, | ||
| "main": "./dist/index.js", | ||
| "module": "./dist/index.js", | ||
| "types": "./dist/index.d.ts", | ||
| "files": [ | ||
| "dist" | ||
| ], | ||
| "lint-staged": { | ||
| "*": [ | ||
| "oxfmt" | ||
| ] | ||
| }, | ||
| "devDependencies": { | ||
| "@changesets/changelog-github": "^0.5.2", | ||
| "@changesets/cli": "^2.29.8", | ||
| "@sanity/tsconfig": "^2.0.0", | ||
| "@sanity/tsdown-config": "^0.4.0", | ||
| "oxfmt": "^0.17.0", | ||
| "oxlint": "^1.32.0", | ||
| "oxlint-tsgolint": "^0.8.4", | ||
| "tsdown": "^0.17.2", | ||
| "@sanity/tsconfig": "^2.1.0", | ||
| "@sanity/tsdown-config": "^0.5.2", | ||
| "oxfmt": "^0.21.0", | ||
| "oxlint": "^1.36.0", | ||
| "oxlint-tsgolint": "^0.10.0", | ||
| "tsdown": "^0.18.3", | ||
| "typedoc": "^0.28.15", | ||
| "typescript": "5.9.3" | ||
| }, | ||
| "lint-staged": { | ||
| "*": [ | ||
| "oxfmt" | ||
| ] | ||
| }, | ||
| "engines": { | ||
@@ -51,0 +51,0 @@ "node": ">=20.19 <22 || >=22.12" |
11145
0.01%