@a11y-ui/core
Advanced tools
Comparing version 1.0.1-rc.1 to 1.0.1-rc.2
101
package.json
{ | ||
"name": "@a11y-ui/core", | ||
"version": "1.0.1-rc.1", | ||
"license": "EUPL-1.2", | ||
"description": "Contains the generic types and utils to provide an overall web component architecture.", | ||
"author": { | ||
"email": "github@martinoppitz.com", | ||
"name": "Martin Oppitz", | ||
"url": "https://martinoppitz.com" | ||
}, | ||
"contributors": [ | ||
{ | ||
"email": "github@martinoppitz.com", | ||
"name": "Martin Oppitz", | ||
"url": "https://martinoppitz.com" | ||
} | ||
], | ||
"dependencies": { | ||
"@leanup/lib": "1.3.39" | ||
}, | ||
"devDependencies": { | ||
"@types/node": "18.11.9", | ||
"@typescript-eslint/eslint-plugin": "5.43.0", | ||
"@typescript-eslint/parser": "5.43.0", | ||
"typescript": "4.9.3", | ||
"eslint": "8.28.0", | ||
"prettier": "2.7.1", | ||
"unbuild": "1.0.1" | ||
}, | ||
"sideEffects": false, | ||
"type": "module", | ||
"exports": { | ||
".": { | ||
"import": "./dist/index.mjs", | ||
"require": "./dist/index.cjs" | ||
} | ||
}, | ||
"main": "./dist/index.cjs", | ||
"module": "./dist/index.mjs", | ||
"types": "./dist/index.d.ts", | ||
"files": [ | ||
"dist" | ||
], | ||
"scripts": { | ||
"build": "unbuild", | ||
":install": "pnpm i && pnpm update", | ||
":publish": "npm run :install && npm publish --registry=http://localhost:4873 || true", | ||
":republish": "npm run :unpublish && npm run :publish", | ||
":unpublish": "npm unpublish -f --registry=http://localhost:4873" | ||
} | ||
} | ||
"name": "@a11y-ui/core", | ||
"version": "1.0.1-rc.2", | ||
"license": "EUPL-1.2", | ||
"description": "Contains the generic types and utils to provide an overall web component architecture.", | ||
"author": { | ||
"email": "github@martinoppitz.com", | ||
"name": "Martin Oppitz", | ||
"url": "https://martinoppitz.com" | ||
}, | ||
"contributors": [ | ||
{ | ||
"email": "github@martinoppitz.com", | ||
"name": "Martin Oppitz", | ||
"url": "https://martinoppitz.com" | ||
} | ||
], | ||
"scripts": { | ||
"build": "unbuild", | ||
"prepack": "unbuild", | ||
":install": "pnpm i && pnpm update", | ||
":publish": "npm run :install && npm publish --registry=http://localhost:4873 || true", | ||
":republish": "npm run :unpublish && npm run :publish", | ||
":unpublish": "npm unpublish -f --registry=http://localhost:4873" | ||
}, | ||
"dependencies": { | ||
"loglevel": "1.8.1" | ||
}, | ||
"devDependencies": { | ||
"@types/node": "18.11.9", | ||
"@typescript-eslint/eslint-plugin": "5.44.0", | ||
"@typescript-eslint/parser": "5.44.0", | ||
"typescript": "4.9.3", | ||
"eslint": "8.28.0", | ||
"prettier": "2.7.1", | ||
"unbuild": "1.0.1" | ||
}, | ||
"sideEffects": false, | ||
"type": "module", | ||
"exports": { | ||
".": { | ||
"import": "./dist/index.mjs", | ||
"require": "./dist/index.cjs" | ||
} | ||
}, | ||
"main": "./dist/index.cjs", | ||
"module": "./dist/index.mjs", | ||
"types": "./dist/index.d.ts", | ||
"files": [ | ||
"dist" | ||
] | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
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
57298
904
+ Addedloglevel@1.8.1
+ Addedloglevel@1.8.1(transitive)
- Removed@leanup/lib@1.3.39
- Removed@leanup/lib@1.3.39(transitive)
- Removedloglevel@1.8.0(transitive)
- Removedtslib@2.4.1(transitive)