@aesoper/config
Advanced tools
Comparing version 1.0.15 to 1.0.20
{ | ||
"name": "@aesoper/config", | ||
"version": "1.0.15", | ||
"version": "1.0.20", | ||
"description": "> TODO: description", | ||
"homepage": "https://github.com/aesoper101/vue3use#readme", | ||
"bugs": { | ||
"url": "https://github.com/aesoper101/vue3use/issues" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "git+ssh://git@github.com/aesoper101/vue3use.git", | ||
"directory": "packages/config" | ||
}, | ||
"license": "MIT", | ||
"author": { | ||
@@ -9,9 +19,3 @@ "name": "aesoper", | ||
}, | ||
"homepage": "", | ||
"license": "MIT", | ||
"type": "module", | ||
"main": "./lib/index.js", | ||
"module": "./es/index.js", | ||
"types": "./es/index.d.ts", | ||
"unpkg": "./dist/config.min.js", | ||
"exports": { | ||
@@ -24,2 +28,6 @@ ".": { | ||
}, | ||
"main": "./lib/index.js", | ||
"unpkg": "./dist/config.min.js", | ||
"module": "./es/index.js", | ||
"types": "./es/index.d.ts", | ||
"files": [ | ||
@@ -30,16 +38,16 @@ "dist", | ||
], | ||
"repository": { | ||
"type": "git", | ||
"url": "git@github.com:aesoper101/vue3use.git", | ||
"directory": "packages/config" | ||
}, | ||
"scripts": { | ||
"build": "yarn run build:library && yarn run dtsgen", | ||
"build:library": "build-cli build:library -u", | ||
"clean": "build-cli clean", | ||
"dtsgen": "build-cli dtsgen 'src/**/*.{ts,tsx,vue}' -o es", | ||
"clean": "build-cli clean", | ||
"test": "vitest run --coverage" | ||
}, | ||
"dependencies": { | ||
"@aesoper/shared": "^1.1.22", | ||
"lodash.get": "^4.4.2", | ||
"lodash.has": "^4.5.2" | ||
}, | ||
"devDependencies": { | ||
"@aesoper/build-cli": "^1.1.9", | ||
"@aesoper/build-cli": "^1.1.14", | ||
"@tsconfig/node18": "^18.2.2", | ||
@@ -50,7 +58,2 @@ "@types/lodash.get": "^4", | ||
}, | ||
"dependencies": { | ||
"@aesoper/shared": "^1.1.17", | ||
"lodash.get": "^4.4.2", | ||
"lodash.has": "^4.5.2" | ||
}, | ||
"publishConfig": { | ||
@@ -60,3 +63,5 @@ "access": "public", | ||
}, | ||
"gitHead": "7542126660a64ba8301666205c9b5f9a211c5f58" | ||
"gitHead": "cad91f7cb525e8c1236c5f1fbfba56db852729af", | ||
"readme": "ERROR: No README data found!", | ||
"_id": "@aesoper/config@1.0.15" | ||
} |
No bug tracker
MaintenancePackage does not have a linked bug tracker in package.json.
Found 1 instance in 1 package
No website
QualityPackage does not have a website.
Found 1 instance in 1 package
2410161
0
1
Updated@aesoper/shared@^1.1.22