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

@dossierhq/core

Package Overview
Dependencies
Maintainers
1
Versions
81
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@dossierhq/core - npm Package Compare versions

Comparing version
0.7.12
to
0.7.13
+9
-5
package.json
{
"name": "@dossierhq/core",
"version": "0.7.12",
"version": "0.7.13",
"description": "The core Dossier library used by clients and server alike, used to interact with schema and entities directly, as well as remotely through a client.",

@@ -22,2 +22,5 @@ "keywords": [

"license": "MIT",
"publishConfig": {
"access": "public"
},
"repository": {

@@ -38,10 +41,11 @@ "type": "git",

"vitest": "~3.0.5",
"@dossierhq/typescript-config": "1.0.0",
"@dossierhq/eslint-config": "1.0.0"
"@dossierhq/eslint-config": "1.0.1",
"@dossierhq/typescript-config": "1.0.1"
},
"scripts": {
"build": "npm run prettier:check && eslint && tsc && npm run test && post-process-build deno-esm-only",
"build": "tsc && post-process-build deno-esm-only",
"build:watch": "tsc --watch",
"lint": "npm run prettier:check && npm run eslint:check",
"clean": "rm -rf lib/ coverage/",
"eslint:check": "eslint .",
"eslint:check": "eslint --max-warnings=0",
"eslint:fix": "eslint --fix .",

@@ -48,0 +52,0 @@ "prettier:check": "prettier --check .",