@shopify/react-effect
Advanced tools
Comparing version 3.2.7 to 3.2.8
{ | ||
"name": "@shopify/react-effect", | ||
"version": "3.2.7", | ||
"version": "3.2.8", | ||
"license": "MIT", | ||
"description": "A component and set of utilities for performing effects within a universal React app", | ||
"main": "dist/index.js", | ||
"types": "dist/index.d.ts", | ||
"main": "dist/src/index.js", | ||
"types": "dist/src/index.d.ts", | ||
"scripts": { | ||
"build": "tsc --p tsconfig.build.json", | ||
"prepublishOnly": "yarn run build" | ||
"build": "tsc --p tsconfig.json" | ||
}, | ||
@@ -26,3 +25,3 @@ "publishConfig": { | ||
"dependencies": { | ||
"@shopify/useful-types": "^2.1.0", | ||
"@shopify/useful-types": "^2.1.1", | ||
"tslib": "^1.9.3" | ||
@@ -29,0 +28,0 @@ }, |
@@ -1,1 +0,1 @@ | ||
export * from './dist/server'; | ||
export * from './dist/src/server'; |
@@ -1,1 +0,1 @@ | ||
module.exports = require('./dist/server'); | ||
module.exports = require('./dist/src/server'); |
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
324957
30
1
Updated@shopify/useful-types@^2.1.1