@rtd/use-suggestions
Advanced tools
Comparing version 1.1.1 to 1.1.2
@@ -1,2 +0,2 @@ | ||
/// <reference types="react" /> | ||
import React from 'react'; | ||
interface SessionIdContextType { | ||
@@ -6,3 +6,3 @@ sessionId: string; | ||
} | ||
export declare const SessionIdContext: import("react").Context<SessionIdContextType | undefined>; | ||
export declare const SessionIdContext: React.Context<SessionIdContextType | undefined>; | ||
/** | ||
@@ -9,0 +9,0 @@ * Provider component that wraps your app and makes the session |
{ | ||
"name": "@rtd/use-suggestions", | ||
"version": "1.1.1", | ||
"version": "1.1.2", | ||
"main": "dist/index.js", | ||
@@ -25,9 +25,15 @@ "types": "dist/index.d.ts", | ||
"dependencies": { | ||
"@types/react": "^18.3.3", | ||
"react": "^17.0.2", | ||
"swr": "^1.1.2", | ||
"uuid": "^11.0.3" | ||
}, | ||
"peerDependencies": { | ||
"react": ">=17.0.0", | ||
"react-dom": ">=17.0.0" | ||
}, | ||
"devDependencies": { | ||
"@types/react": "^17.0.0 || ^18.0.0", | ||
"@types/react-dom": "^17.0.0 || ^18.0.0", | ||
"prettier": "^2.8.3", | ||
"react": "^17.0.0", | ||
"react-dom": "^17.0.0", | ||
"typescript": "^4.8.2" | ||
@@ -38,3 +44,14 @@ }, | ||
"npm": ">=8.x" | ||
} | ||
}, | ||
"exports": { | ||
".": { | ||
"import": "./dist/index.js", | ||
"require": "./dist/index.js", | ||
"types": "./dist/index.d.ts" | ||
} | ||
}, | ||
"files": [ | ||
"dist", | ||
"README.md" | ||
] | ||
} |
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
23214
6
14
458
+ Addedreact@18.3.1(transitive)
+ Addedreact-dom@18.3.1(transitive)
+ Addedscheduler@0.23.2(transitive)
- Removed@types/react@^18.3.3
- Removedreact@^17.0.2
- Removed@types/prop-types@15.7.13(transitive)
- Removed@types/react@18.3.12(transitive)
- Removedcsstype@3.1.3(transitive)
- Removedobject-assign@4.1.1(transitive)
- Removedreact@17.0.2(transitive)