🚀 Socket Launch Week Day 5:Introducing Repository Access Permissions and Custom Roles.Learn more
Sign In

@templatical/types

Package Overview
Dependencies
Maintainers
1
Versions
44
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@templatical/types - npm Package Compare versions

Comparing version
0.0.5
to
0.0.6
+15
-15
package.json
{
"name": "@templatical/types",
"version": "0.0.5",
"publishConfig": {
"access": "public"
"description": "Shared TypeScript types, block factory functions, and event emitter for Templatical email editor",
"version": "0.0.6",
"devDependencies": {
"@templatical/media-library": "workspace:*",
"tsup": "^8.5.1",
"typescript": "^6.0.3",
"vitest": "^4.1.5"
},
"description": "Shared TypeScript types, block factory functions, and event emitter for Templatical email editor",
"license": "MIT",
"type": "module",
"main": "./dist/index.cjs",
"module": "./dist/index.js",
"types": "./dist/index.d.ts",
"exports": {

@@ -23,2 +21,8 @@ ".": {

],
"license": "MIT",
"main": "./dist/index.cjs",
"module": "./dist/index.js",
"publishConfig": {
"access": "public"
},
"scripts": {

@@ -29,8 +33,4 @@ "build": "tsup",

},
"devDependencies": {
"@templatical/media-library": "workspace:*",
"tsup": "^8.5.0",
"typescript": "^6.0.0",
"vitest": "^4.0.0"
}
"type": "module",
"types": "./dist/index.d.ts"
}