@guardian/ab-core
Advanced tools
Comparing version 7.0.2 to 7.0.3
{ | ||
"name": "@guardian/ab-core", | ||
"version": "7.0.2", | ||
"version": "7.0.3", | ||
"private": false, | ||
"description": "A client-side library for A/B & multivariate testing", | ||
"homepage": "https://github.com/guardian/csnx/tree/main/libs/@guardian/ab-core#readme", | ||
"bugs": { | ||
"url": "https://github.com/guardian/csnx/issues" | ||
"license": "Apache-2.0", | ||
"sideEffects": false, | ||
"type": "module", | ||
"exports": { | ||
"types": "./dist/index.d.ts", | ||
"import": "./dist/index.js", | ||
"require": "./dist/index.cjs" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/guardian/csnx.git" | ||
"main": "./dist/index.js", | ||
"types": "./dist/index.d.ts", | ||
"files": [ | ||
"dist" | ||
], | ||
"devDependencies": { | ||
"rollup": "4.17.2", | ||
"tslib": "2.6.2", | ||
"typescript": "5.3.3" | ||
}, | ||
"license": "Apache-2.0", | ||
"sideEffects": false, | ||
"main": "./cjs/index.js", | ||
"module": "./esm/index.js", | ||
"peerDependencies": { | ||
@@ -33,15 +39,10 @@ "tslib": "^2.6.2", | ||
"build": { | ||
"executor": "@csnx/npm-package:build", | ||
"inputs": [ | ||
"{projectRoot}/src/**", | ||
"{projectRoot}/package.json", | ||
"{projectRoot}/tsconfig.json" | ||
], | ||
"outputs": [ | ||
"{options.outputPath}" | ||
], | ||
"options": { | ||
"entry": "{projectRoot}/src/index.ts", | ||
"tsConfig": "{projectRoot}/tsconfig.json", | ||
"packageJson": "{projectRoot}/package.json", | ||
"outputPath": "{workspaceRoot}/dist/{projectRoot}", | ||
"assets": [ | ||
"{projectRoot}/*.md" | ||
] | ||
} | ||
"{projectRoot}/dist" | ||
] | ||
}, | ||
@@ -83,4 +84,10 @@ "lint": { | ||
}, | ||
"readme": "ERROR: No README data found!", | ||
"_id": "@guardian/ab-core@7.0.2" | ||
"scripts": { | ||
"build": "rm -rf dist && rollup -c", | ||
"dev": "jest --watch", | ||
"fix": "pnpm lint --fix", | ||
"lint": "eslint --cache .", | ||
"test": "jest", | ||
"verify-dist": "jest --setupFilesAfterEnv ./jest.dist.setup.js" | ||
} | ||
} |
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
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
No bug tracker
MaintenancePackage does not have a linked bug tracker in package.json.
Found 1 instance in 1 package
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
No website
QualityPackage does not have a website.
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
Yes
43180
3
16
525
2
1
1
1