@logux/actions
Advanced tools
Comparing version 0.2.3 to 0.3.0
@@ -5,9 +5,9 @@ /** | ||
* ```js | ||
* import { LoguxNotFoundError } from '@logux/server' | ||
* import { LoguxNotFoundError } from '@logux/actions' | ||
* | ||
* server.channel('posts/:id', { | ||
* … | ||
* load () { | ||
* throw new LoguxNotFoundError() | ||
* } | ||
* }, | ||
* … | ||
* }) | ||
@@ -14,0 +14,0 @@ * ``` |
{ | ||
"name": "@logux/actions", | ||
"version": "0.2.3", | ||
"version": "0.3.0", | ||
"description": "Types and action creators for build-in Logux actions", | ||
@@ -22,7 +22,7 @@ "keywords": [ | ||
"engines": { | ||
"node": "^12.0.0 || ^14.0.0 || >=16.0.0" | ||
"node": "^14.0.0 || ^16.0.0 || >=18.0.0" | ||
}, | ||
"peerDependencies": { | ||
"@logux/core": "^0.7.0" | ||
"@logux/core": "^0.8.0" | ||
} | ||
} |
@@ -1,2 +0,2 @@ | ||
# Logux State | ||
# Logux Actions | ||
@@ -3,0 +3,0 @@ <img align="right" width="95" height="148" title="Logux logotype" |
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
12110