wikibase-sdk
Advanced tools
Comparing version 9.0.5 to 9.0.6
{ | ||
"name": "wikibase-sdk", | ||
"version": "9.0.5", | ||
"version": "9.0.6", | ||
"type": "module", | ||
"description": "utils functions to query a Wikibase instance and simplify its results", | ||
"main": "./dist/index.js", | ||
"main": "./dist/src/index.js", | ||
"exports": { | ||
".": { | ||
"types": "./dist/index.d.ts", | ||
"import": "./dist/index.js" | ||
"types": "./dist/src/index.d.ts", | ||
"import": "./dist/src/index.js" | ||
}, | ||
"./wikidata.org": { | ||
"types": "./dist/wellknown/wikidata.org.d.ts", | ||
"import": "./dist/wellknown/wikidata.org.js" | ||
"types": "./dist/src/wellknown/wikidata.org.d.ts", | ||
"import": "./dist/src/wellknown/wikidata.org.js" | ||
} | ||
}, | ||
"types": "./dist/index.d.ts", | ||
"types": "./dist/src/index.d.ts", | ||
"files": [ | ||
"src", | ||
"dist" | ||
"dist/src" | ||
], | ||
@@ -29,3 +28,3 @@ "directories": { | ||
"add-fixture-entity": "./scripts/add_fixture_entity", | ||
"build": "./scripts/build", | ||
"build": "tsc", | ||
"check-supported-datatypes": "./scripts/check_supported_datatypes", | ||
@@ -36,5 +35,5 @@ "git-pre-commit": "./scripts/githooks/pre-commit", | ||
"test": "./scripts/run_tests", | ||
"prepack": "npm run lint && npm test && npm run update-dist", | ||
"prepublishOnly": "git checkout main", | ||
"prepack": "npm run build && npm run lint && npm test", | ||
"postpublish": "./scripts/postpublish", | ||
"update-dist": "./scripts/update_dist", | ||
"update-sitelinks-languages": "./scripts/sitelinks_languages/update_sitelinks_languages", | ||
@@ -67,3 +66,2 @@ "update-toc": "./scripts/update_toc", | ||
"@types/node": "^18.11.18", | ||
"@types/should": "^13.0.0", | ||
"@typescript-eslint/eslint-plugin": "^5.49.0", | ||
@@ -70,0 +68,0 @@ "@typescript-eslint/parser": "^5.49.0", |
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
17
233554
171
3384
1