myst-frontmatter
Advanced tools
Comparing version 0.0.14 to 1.0.0
{ | ||
"name": "myst-frontmatter", | ||
"version": "0.0.14", | ||
"version": "1.0.0", | ||
"sideEffects": false, | ||
@@ -9,14 +9,8 @@ "license": "MIT", | ||
"homepage": "https://github.com/executablebooks/mystjs/tree/main/packages/myst-frontmatter", | ||
"main": "./dist/cjs/index.js", | ||
"module": "./dist/esm/index.js", | ||
"types": "./dist/types/index.d.ts", | ||
"type": "module", | ||
"exports": "./dist/index.js", | ||
"types": "./dist/index.d.ts", | ||
"files": [ | ||
"dist" | ||
], | ||
"exports": { | ||
".": { | ||
"import": "./dist/esm/index.js", | ||
"require": "./dist/cjs/index.js" | ||
} | ||
}, | ||
"publishConfig": { | ||
@@ -31,10 +25,8 @@ "access": "public" | ||
"clean": "rimraf dist", | ||
"build:esm": "tsc --project ./tsconfig.json --module es2015 --outDir dist/esm", | ||
"build:cjs": "tsc --project ./tsconfig.json --module commonjs --outDir dist/cjs", | ||
"declarations": "tsc --project ./tsconfig.json --declaration --emitDeclarationOnly --declarationMap --outDir dist/types", | ||
"build": "npm-run-all -l clean -p build:cjs build:esm declarations", | ||
"lint": "eslint \"src/**/!(*.spec).ts\" -c ./.eslintrc.js", | ||
"lint": "eslint \"src/**/!(*.spec).ts\" -c ./.eslintrc.cjs", | ||
"lint:format": "npx prettier --check \"src/**/*.ts\"", | ||
"test": "jest", | ||
"test:watch": "jest --watchAll" | ||
"test": "vitest run", | ||
"test:watch": "vitest watch", | ||
"build:esm": "tsc --project ./tsconfig.json --module es2015 --outDir dist --declaration", | ||
"build": "npm-run-all -l clean -p build:esm" | ||
}, | ||
@@ -45,24 +37,12 @@ "bugs": { | ||
"dependencies": { | ||
"credit-roles": "^1.0.0", | ||
"doi-utils": "^1.0.9", | ||
"orcid": "^0.0.5", | ||
"simple-validators": "^0.0.3", | ||
"spdx-correct": "^3.1.1" | ||
"credit-roles": "^2.0.0", | ||
"doi-utils": "^2.0.0", | ||
"orcid": "^1.0.0", | ||
"simple-validators": "^1.0.0", | ||
"spdx-correct": "^3.2.0" | ||
}, | ||
"devDependencies": { | ||
"@types/jest": "^28.1.6", | ||
"@types/spdx-correct": "^3.1.0", | ||
"eslint": "^8.21.0", | ||
"eslint-config-curvenote": "latest", | ||
"jest": "28.1.3", | ||
"jest-extended": "^3.0.1", | ||
"jest-fixtures": "^0.6.0", | ||
"jest-to-match-shape-of": "^1.3.2", | ||
"moment": "^2.29.4", | ||
"npm-run-all": "^4.1.5", | ||
"prettier": "latest", | ||
"rimraf": "^3.0.2", | ||
"ts-jest": "^28.0.7", | ||
"typescript": "latest" | ||
"moment": "^2.29.4" | ||
} | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
2
0
Yes
82615
18
1848
1
+ Addedcredit-roles@2.1.0(transitive)
+ Addeddoi-utils@2.0.3(transitive)
+ Addedorcid@1.0.0(transitive)
+ Addedsimple-validators@1.1.0(transitive)
- Removedcredit-roles@1.0.0(transitive)
- Removeddoi-utils@1.0.9(transitive)
- Removedorcid@0.0.5(transitive)
- Removedsimple-validators@0.0.3(transitive)
Updatedcredit-roles@^2.0.0
Updateddoi-utils@^2.0.0
Updatedorcid@^1.0.0
Updatedsimple-validators@^1.0.0
Updatedspdx-correct@^3.2.0