@automattic/explat-client-react-helpers
Advanced tools
Comparing version 0.0.5 to 0.0.6
# Changelog | ||
## 0.0.6 | ||
- Bump explat-client version to latest that includes a fix for the experiment name validation to match server side validation: [a-z0-9_]* | ||
## 0.0.5 | ||
@@ -4,0 +8,0 @@ |
@@ -16,3 +16,2 @@ import * as React from 'react'; | ||
* NOTE: Doesn't obey ExperimentAssignment TTL in order to keep stable UX. | ||
* | ||
* @returns [isExperimentAssignmentLoading, ExperimentAssignment | null] | ||
@@ -19,0 +18,0 @@ */ |
{ | ||
"name": "@automattic/explat-client-react-helpers", | ||
"version": "0.0.5", | ||
"version": "0.0.6", | ||
"description": "Standalone ExPlat Client: React Helpers.", | ||
@@ -28,4 +28,4 @@ "bugs": "https://github.com/Automattic/wp-calypso/issues", | ||
"dependencies": { | ||
"@automattic/explat-client": "^0.0.3", | ||
"react": ">=16.8 <18", | ||
"@automattic/explat-client": "^0.0.5", | ||
"react": "^18.2.0", | ||
"tslib": ">=2.3.0" | ||
@@ -36,7 +36,6 @@ }, | ||
"@automattic/calypso-typescript-config": "^1.0.0", | ||
"@testing-library/react": "^12.1.3", | ||
"@testing-library/react-hooks": "^7.0.2", | ||
"react-dom": ">=16.8 <18", | ||
"typescript": "^4.5.5" | ||
"@testing-library/react": "^14.2.1", | ||
"react-dom": "^18.2.0", | ||
"typescript": "^5.3.3" | ||
} | ||
} |
@@ -49,3 +49,3 @@ # ExPlat Client: React Helpers | ||
- Won't obey TTL - will retain the same experience for the life of the component. | ||
- Tip: Can use `loadExperiment('experiment_name')` to prefetch an experiment. | ||
- Tip: Can use `loadExperimentAssignment('experiment_name')` to prefetch an experiment. | ||
@@ -52,0 +52,0 @@ ### ExperimentOptions |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
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
50637
5
498
1
+ Added@automattic/explat-client@0.0.5(transitive)
+ Addedreact@18.3.1(transitive)
- Removed@automattic/explat-client@0.0.3(transitive)
- Removedobject-assign@4.1.1(transitive)
- Removedreact@17.0.2(transitive)
Updatedreact@^18.2.0