@algolia/client-abtesting
Advanced tools
Comparing version 5.2.4 to 5.2.5
// eslint-disable-next-line import/no-unresolved | ||
export * from './dist/builds/node'; | ||
export * from './dist/node'; |
// eslint-disable-next-line import/no-commonjs,import/extensions | ||
module.exports = require('./dist/client-abtesting.cjs'); | ||
module.exports = require('./dist/builds/node.cjs'); |
{ | ||
"version": "5.2.4", | ||
"version": "5.2.5", | ||
"repository": { | ||
@@ -10,28 +10,32 @@ "type": "git", | ||
"author": "Algolia", | ||
"types": "./index.d.ts", | ||
"scripts": { | ||
"build": "yarn clean && yarn tsup && yarn rollup -c rollup.config.js", | ||
"clean": "rm -rf ./dist || true", | ||
"test:bundle": "publint . && attw --pack ." | ||
}, | ||
"name": "@algolia/client-abtesting", | ||
"description": "JavaScript client for client-abtesting", | ||
"jsdelivr": "./dist/client-abtesting.umd.js", | ||
"unpkg": "./dist/client-abtesting.umd.js", | ||
"browser": "./dist/client-abtesting.umd.js", | ||
"exports": { | ||
".": { | ||
"node": { | ||
"import": "./dist/client-abtesting.esm.node.js", | ||
"module": "./dist/client-abtesting.esm.node.js", | ||
"require": "./dist/client-abtesting.cjs", | ||
"default": "./dist/client-abtesting.cjs", | ||
"types": "./dist/builds/node.d.ts" | ||
"types": { | ||
"import": "./dist/node.d.ts", | ||
"module": "./dist/node.d.ts", | ||
"require": "./dist/node.d.cts" | ||
}, | ||
"import": "./dist/builds/node.js", | ||
"module": "./dist/builds/node.js", | ||
"require": "./dist/builds/node.cjs" | ||
}, | ||
"browser": { | ||
"umd": "./dist/client-abtesting.umd.js", | ||
"module": "./dist/client-abtesting.esm.browser.js", | ||
"import": "./dist/client-abtesting.esm.browser.js", | ||
"default": "./dist/client-abtesting.umd.js", | ||
"types": "./dist/builds/browser.d.ts" | ||
"default": { | ||
"types": "./dist/browser.d.ts", | ||
"module": "./dist/builds/browser.js", | ||
"import": "./dist/builds/browser.js", | ||
"default": "./dist/builds/browser.umd.js" | ||
} | ||
}, | ||
"./src/*": "./src/*.ts", | ||
"./model": "./model/index.ts" | ||
"./src/*": "./src/*.ts" | ||
}, | ||
"jsdelivr": "./dist/builds/browser.umd.js", | ||
"unpkg": "./dist/builds/browser.umd.js", | ||
"files": [ | ||
@@ -43,14 +47,13 @@ "dist", | ||
], | ||
"scripts": { | ||
"build": "yarn clean && rollup --config", | ||
"clean": "rm -rf ./dist || true" | ||
}, | ||
"dependencies": { | ||
"@algolia/client-common": "5.2.4", | ||
"@algolia/requester-browser-xhr": "5.2.4", | ||
"@algolia/requester-node-http": "5.2.4" | ||
"@algolia/client-common": "5.2.5", | ||
"@algolia/requester-browser-xhr": "5.2.5", | ||
"@algolia/requester-node-http": "5.2.5" | ||
}, | ||
"devDependencies": { | ||
"@arethetypeswrong/cli": "0.15.4", | ||
"@types/node": "22.5.1", | ||
"publint": "0.2.10", | ||
"rollup": "4.21.2", | ||
"tsup": "8.2.4", | ||
"typescript": "5.5.4" | ||
@@ -57,0 +60,0 @@ }, |
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
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
344306
3357
6
45
1
+ Added@algolia/client-common@5.2.5(transitive)
+ Added@algolia/requester-browser-xhr@5.2.5(transitive)
+ Added@algolia/requester-node-http@5.2.5(transitive)
- Removed@algolia/client-common@5.2.4(transitive)
- Removed@algolia/requester-browser-xhr@5.2.4(transitive)
- Removed@algolia/requester-node-http@5.2.4(transitive)
Updated@algolia/client-common@5.2.5