@guardian/ab-core
Advanced tools
Comparing version 4.0.0 to 5.0.0
# @guardian/ab-core | ||
## 5.0.0 | ||
### Major Changes | ||
- Update Typescript to v5.1.3 and tslib to v2.5.3 | ||
## 4.0.0 | ||
@@ -4,0 +10,0 @@ |
@@ -1,2 +0,2 @@ | ||
import { AbTestConfig, CoreAPI, OphanAPI } from "./index-49049993"; | ||
import { AbTestConfig, CoreAPI, OphanAPI } from "./index-49049993.js"; | ||
declare class AB { | ||
@@ -3,0 +3,0 @@ private _allRunnableTests; |
@@ -1,3 +0,3 @@ | ||
import { CoreAPI, CoreAPIConfig } from "./index-49049993"; | ||
import { CoreAPI, CoreAPIConfig } from "./index-49049993.js"; | ||
declare const initCore: (config: CoreAPIConfig) => CoreAPI; | ||
export { initCore }; |
@@ -1,3 +0,3 @@ | ||
export type { ABTest, ABTestAPI, AbTestConfig, CoreAPIConfig, Participations, Runnable, Variant } from "./index-49049993"; | ||
export { AB } from "./ab"; | ||
export type { ABTest, ABTestAPI, AbTestConfig, CoreAPIConfig, Participations, Runnable, Variant } from "./index-49049993.js"; | ||
export { AB } from "./ab.js"; | ||
//# sourceMappingURL=index.d.ts.map |
@@ -1,3 +0,3 @@ | ||
import { OphanAPI, OphanAPIConfig } from "./index-49049993"; | ||
import { OphanAPI, OphanAPIConfig } from "./index-49049993.js"; | ||
declare const initOphan: (config: OphanAPIConfig) => OphanAPI; | ||
export { initOphan }; |
@@ -1,2 +0,2 @@ | ||
import { AbTestConfig, CoreAPI, OphanAPI } from "./index-49049993"; | ||
import { AbTestConfig, CoreAPI, OphanAPI } from "./index-49049993.js"; | ||
declare class AB { | ||
@@ -3,0 +3,0 @@ private _allRunnableTests; |
@@ -1,3 +0,3 @@ | ||
import { CoreAPI, CoreAPIConfig } from "./index-49049993"; | ||
import { CoreAPI, CoreAPIConfig } from "./index-49049993.js"; | ||
declare const initCore: (config: CoreAPIConfig) => CoreAPI; | ||
export { initCore }; |
@@ -1,3 +0,3 @@ | ||
export type { ABTest, ABTestAPI, AbTestConfig, CoreAPIConfig, Participations, Runnable, Variant } from "./index-49049993"; | ||
export { AB } from "./ab"; | ||
export type { ABTest, ABTestAPI, AbTestConfig, CoreAPIConfig, Participations, Runnable, Variant } from "./index-49049993.js"; | ||
export { AB } from "./ab.js"; | ||
//# sourceMappingURL=index.d.ts.map |
@@ -1,3 +0,3 @@ | ||
import { OphanAPI, OphanAPIConfig } from "./index-49049993"; | ||
import { OphanAPI, OphanAPIConfig } from "./index-49049993.js"; | ||
declare const initOphan: (config: OphanAPIConfig) => OphanAPI; | ||
export { initOphan }; |
{ | ||
"name": "@guardian/ab-core", | ||
"version": "4.0.0", | ||
"version": "5.0.0", | ||
"private": false, | ||
@@ -20,3 +20,3 @@ "description": "A client-side library for A/B & multivariate testing", | ||
"tslib": "^2.4.1", | ||
"typescript": "~4.9.5" | ||
"typescript": "~5.1.3" | ||
}, | ||
@@ -32,3 +32,3 @@ "peerDependenciesMeta": { | ||
"readme": "ERROR: No README data found!", | ||
"_id": "@guardian/ab-core@4.0.0" | ||
"_id": "@guardian/ab-core@5.0.0" | ||
} |
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
93858