@allmaps/id
Advanced tools
Comparing version 1.0.0-beta.2 to 1.0.0-beta.4
{ | ||
"name": "@allmaps/id", | ||
"version": "1.0.0-beta.2", | ||
"version": "1.0.0-beta.4", | ||
"description": "IDs for Allmaps", | ||
@@ -12,5 +12,11 @@ "type": "module", | ||
"import": "./dist/index.js", | ||
"browser": "./dist/browser.js" | ||
"browser": { | ||
"types": "./dist/browser.d.ts", | ||
"default": "./dist/browser.js" | ||
} | ||
}, | ||
"./browser": "./dist/browser.js" | ||
"./browser": { | ||
"types": "./dist/browser.d.ts", | ||
"default": "./dist/browser.js" | ||
} | ||
}, | ||
@@ -20,5 +26,10 @@ "files": [ | ||
], | ||
"publishConfig": { | ||
"access": "public" | ||
}, | ||
"scripts": { | ||
"build": "tsc", | ||
"tsc": "tsc --watch", | ||
"test": "mocha && eslint dist test", | ||
"pretest": "npm run build", | ||
"documentation": "documentation readme ./dist/index.js --section=API" | ||
@@ -28,3 +39,4 @@ }, | ||
"type": "git", | ||
"url": "https://github.com/allmaps/id.git" | ||
"url": "https://github.com/allmaps/allmaps.git", | ||
"directory": "packages/id" | ||
}, | ||
@@ -49,9 +61,10 @@ "keywords": [ | ||
"chai": "^4.3.4", | ||
"documentation": "^13.2.5", | ||
"eslint": "7", | ||
"mocha": "^8.3.2", | ||
"documentation": "^13.2.5" | ||
"mocha": "^8.3.2" | ||
}, | ||
"engines": { | ||
"node": "^14.13.1 || >=16.0.0" | ||
} | ||
}, | ||
"gitHead": "ca152db81b018bd5e4ec2b9161f5d3352ed0ee87" | ||
} |
35470
15
218