@wikimedia/codex-icons
Advanced tools
Comparing version
{ | ||
"name": "@wikimedia/codex-icons", | ||
"version": "1.2.1", | ||
"version": "1.3.0", | ||
"type": "module", | ||
"description": "Icons for Codex", | ||
@@ -18,3 +19,3 @@ "author": "Wikimedia Foundation (https://wikimediafoundation.org/)", | ||
"main": "dist/codex-icons.js", | ||
"module": "dist/codex-icons.mjs", | ||
"module": "dist/codex-icons.js", | ||
"types": "./dist/types/index.d.ts", | ||
@@ -28,4 +29,4 @@ "files": [ | ||
"types": "./dist/types/index.d.ts", | ||
"import": "./dist/codex-icons.mjs", | ||
"require": "./dist/codex-icons.js" | ||
"import": "./dist/codex-icons.js", | ||
"require": "./dist/codex-icons.cjs" | ||
}, | ||
@@ -38,4 +39,4 @@ "./dist/*": "./dist/*", | ||
"build:vite": "vite build", | ||
"build:json": "node ./buildIconsJson.js", | ||
"build:less": "node ./buildIconsLess.js", | ||
"build:json": "node ./build/buildIconsJson.js", | ||
"build:less": "node ./build/buildIconsLess.js", | ||
"build:svg": "cp -a src/images dist/", | ||
@@ -48,3 +49,3 @@ "build-if-missing": "test -e dist/codex-icons.json || npm run build", | ||
"test": "npm run lint && npm run build && npm run test:clean-git && npm run test:unit", | ||
"test:unit": "jest -c .jest/jest.config.json", | ||
"test:unit": "NODE_OPTIONS=--experimental-vm-modules jest -c .jest/jest.config.json", | ||
"test:output": "npm run test:unit -- tests/outputTypes.test.ts --coverage=false", | ||
@@ -56,14 +57,14 @@ "test:clean-git": "test $(git diff ./src/images | wc -l) -eq 0 || (echo 'Uncommitted SVG changes:'; git diff ./src/images; false)", | ||
"devDependencies": { | ||
"@rollup/plugin-typescript": "^11.1.5", | ||
"@types/estree": "^1.0.0", | ||
"@types/jest": "^29.5.6", | ||
"glob": "^10.3.10", | ||
"jest": "^29.7.0", | ||
"jest-environment-jsdom": "^29.7.0", | ||
"svglint": "^2.6.0", | ||
"@rollup/plugin-typescript": "11.1.5", | ||
"@types/estree": "1.0.0", | ||
"@types/jest": "29.5.6", | ||
"glob": "10.3.10", | ||
"jest": "29.7.0", | ||
"jest-environment-jsdom": "29.7.0", | ||
"svglint": "2.6.0", | ||
"svgo": "3.2.0", | ||
"typescript": "^5.2.2", | ||
"ts-jest": "^29.1.1", | ||
"vite": "^4.2.1" | ||
"typescript": "5.2.2", | ||
"ts-jest": "29.1.1", | ||
"vite": "4.5.1" | ||
} | ||
} |
Sorry, the diff of this file is too big to display
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
558428
0.01%Yes
NaN1
Infinity%