@portabletext/toolkit
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 |
+23
-23
| { | ||
| "name": "@portabletext/toolkit", | ||
| "version": "5.0.0", | ||
| "version": "5.0.1", | ||
| "description": "Toolkit of handy utility functions for dealing with Portable Text", | ||
| "keywords": [ | ||
| "sanity", | ||
| "cms", | ||
| "content", | ||
| "headless", | ||
| "portable-text-toolkit", | ||
| "realtime", | ||
| "content", | ||
| "portable-text-toolkit" | ||
| "sanity" | ||
| ], | ||
@@ -17,2 +17,4 @@ "homepage": "https://github.com/portabletext/toolkit#readme", | ||
| }, | ||
| "license": "MIT", | ||
| "author": "Sanity.io <hello@sanity.io>", | ||
| "repository": { | ||
@@ -22,6 +24,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": { | ||
@@ -31,10 +37,4 @@ ".": "./dist/index.js", | ||
| }, | ||
| "main": "./dist/index.js", | ||
| "module": "./dist/index.js", | ||
| "types": "./dist/index.d.ts", | ||
| "files": [ | ||
| "dist" | ||
| ], | ||
| "dependencies": { | ||
| "@portabletext/types": "^4.0.0" | ||
| "@portabletext/types": "^4.0.1" | ||
| }, | ||
@@ -44,13 +44,13 @@ "devDependencies": { | ||
| "@changesets/cli": "^2.29.8", | ||
| "@sanity/tsconfig": "^2.0.0", | ||
| "@sanity/tsdown-config": "^0.4.0", | ||
| "@types/node": "^24.10.2", | ||
| "@vitest/coverage-v8": "^4.0.15", | ||
| "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", | ||
| "@types/node": "^24.10.4", | ||
| "@vitest/coverage-v8": "^4.0.16", | ||
| "oxfmt": "^0.21.0", | ||
| "oxlint": "^1.36.0", | ||
| "oxlint-tsgolint": "^0.10.0", | ||
| "tsdown": "^0.18.4", | ||
| "typedoc": "^0.28.15", | ||
| "typescript": "5.9.3", | ||
| "vitest": "^4.0.15" | ||
| "vitest": "^4.0.16" | ||
| }, | ||
@@ -57,0 +57,0 @@ "engines": { |
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
57512
00
-100%Updated