Comparing version 0.7.0 to 0.7.1
{ | ||
"name": "bypath", | ||
"version": "0.7.0", | ||
"version": "0.7.1", | ||
"description": "Build effector and react applications with ease", | ||
@@ -5,0 +5,0 @@ "main": "dist/bypath.cjs.js", |
@@ -1,2 +0,2 @@ | ||
# framework | ||
# bypath | ||
@@ -8,3 +8,3 @@ Simple framework for React, TypeScript and effector applications. | ||
```bash | ||
npm install framework | ||
npm install bypath | ||
``` | ||
@@ -16,3 +16,3 @@ | ||
// index.ts | ||
import { createBrowserApplication } from 'framework'; | ||
import { createBrowserApplication } from 'bypath'; | ||
import { createEvent } from 'effector'; | ||
@@ -51,3 +51,3 @@ | ||
// some-page/contract.ts | ||
import { createHatch } from 'framework'; | ||
import { createHatch } from 'bypath'; | ||
@@ -64,3 +64,3 @@ import { navigationDomain } from 'entities/navigation'; | ||
import { guard, createDomain } from 'effector'; | ||
import { withHatch } from 'framework'; | ||
import { withHatch } from 'bypath'; | ||
@@ -67,0 +67,0 @@ import { historyPush } from 'entities/navigation'; |
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
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
0
77640