@diplodoc/utils
Advanced tools
Comparing version 1.1.0 to 1.2.0
{ | ||
"name": "@diplodoc/utils", | ||
"version": "1.1.0", | ||
"version": "1.2.0", | ||
"description": "Diplodoc cross-packages utils", | ||
@@ -14,12 +14,12 @@ "homepage": "https://github.com/diplodoc-platform/utils", | ||
], | ||
"main": "./lib/index.js", | ||
"types": "./lib/index.d.js", | ||
"exports": { | ||
".": { | ||
"types": "./lib/index.d.ts", | ||
"default": "./lib/index.js" | ||
"types": "./build/cjs/index.d.ts", | ||
"import": "./build/esm/index.js", | ||
"require": "./build/cjs/index.js", | ||
"default": "./build/esm/index.js" | ||
} | ||
}, | ||
"files": [ | ||
"lib/" | ||
"build/" | ||
], | ||
@@ -29,5 +29,7 @@ "scripts": { | ||
"test:watch": "jest --watch --verbose --silent=false", | ||
"build": "npm run build:clean && npm run build:code", | ||
"build:code": "tsc -p tsconfig.build.json && node scripts/bundle.js", | ||
"build:clean": "rm -rf lib", | ||
"clean": "rm -rf build", | ||
"build": "npm run clean && run-p build:*", | ||
"build:code": "node esbuild/bundle.mjs", | ||
"build:esm": "tsc -p tsconfig.esm.json", | ||
"build:cjs": "tsc -p tsconfig.cjs.json", | ||
"prepublishOnly": "npm run build", | ||
@@ -42,3 +44,3 @@ "lint": "lint", | ||
"devDependencies": { | ||
"@diplodoc/lint": "^1.1.3", | ||
"@diplodoc/lint": "^1.2.0", | ||
"@diplodoc/tsconfig": "^1.0.2", | ||
@@ -55,2 +57,3 @@ "@es-exec/api": "0.0.5", | ||
"jest": "^28.1.0", | ||
"npm-run-all": "^4.1.5", | ||
"react": "^18.3.1", | ||
@@ -57,0 +60,0 @@ "typescript": "^5.0.4" |
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
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
33884
13
936
15