Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@modern-js-reduck/plugin-auto-actions

Package Overview
Dependencies
Maintainers
3
Versions
28
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@modern-js-reduck/plugin-auto-actions - npm Package Compare versions

Comparing version 1.0.0-rc.10 to 1.0.0

27

CHANGELOG.md
# @modern-js-reduck/plugin-auto-actions
## 1.0.0
### Minor Changes
- feat: ready for publish 1.0.0
### Patch Changes
- a7bd932: release: rc.7
- 26d5144: fix(type): actions can return void
- 9452589: fix: ts type
- a7bd932: fix: use model State type
- fd81b6b: feat: useLocalModel support
- feat: ready for publish 1.0.0
- a7bd932: fix: model type
- a7bd932: fix: model<State> when State passed use State
- Updated dependencies [a7bd932]
- Updated dependencies [undefined]
- Updated dependencies [26d5144]
- Updated dependencies [9452589]
- Updated dependencies [a7bd932]
- Updated dependencies [fd81b6b]
- Updated dependencies [undefined]
- Updated dependencies [a7bd932]
- Updated dependencies [a7bd932]
- @modern-js-reduck/store@1.0.0
## 1.0.0-rc.10

@@ -4,0 +31,0 @@

24

package.json
{
"name": "@modern-js-reduck/plugin-auto-actions",
"version": "1.0.0-rc.10",
"version": "1.0.0",
"jsnext:source": "./src/index.ts",

@@ -9,2 +9,14 @@ "types": "./dist/types/index.d.ts",

"jsnext:modern": "./dist/js/modern/index.js",
"description": "The meta-framework suite designed from scratch for frontend-focused modern web development.",
"homepage": "https://modernjs.dev",
"bugs": "https://github.com/modern-js-dev/reduck/issues",
"license": "MIT",
"keywords": [
"react",
"framework",
"modern",
"modern.js",
"state",
"reduck"
],
"exports": {

@@ -23,5 +35,5 @@ ".": {

"devDependencies": {
"@modern-js/module-tools": "^1.0.0-rc.1",
"@modern-js/plugin-testing": "^1.0.0-rc.1",
"@modern-js-reduck/store": "^1.0.0-rc.10",
"@modern-js/module-tools": "latest",
"@modern-js/plugin-testing": "latest",
"@modern-js-reduck/store": "^1.0.0",
"@types/jest": "^26",

@@ -36,3 +48,3 @@ "@types/node": "^14",

"peerDependencies": {
"@modern-js-reduck/store": "^1.0.0-rc.10"
"@modern-js-reduck/store": "^1.0.0"
},

@@ -44,3 +56,3 @@ "publishConfig": {

"repository": {
"url": "https://github.com/modern-js-dev/reduck"
"url": "https://github.com/modern-js-dev/reduck/packages/plugins/auto-actions"
},

@@ -47,0 +59,0 @@ "scripts": {

@@ -5,13 +5,18 @@

</p>
<p align="center">
现代 Web 工程体系
<br/>
<a href="https://modernjs.dev" target="blank">
modernjs.dev
</a>
<br/>
<a href="https://modernjs.dev" target="blank">
modernjs.dev
</a>
</p>
<p align="center">
The meta-framework suite designed from scratch for frontend-focused modern web development
</p>
# Introduction
## 参考链接
> The doc site ([modernjs.dev](https://modernjs.dev)) and articles are only available in Chinese for now, we are planning to add English versions soon.
- 介绍 Modern.js (即将上线)
- [迈入现代 Web 开发](https://zhuanlan.zhihu.com/p/386607009)

@@ -21,6 +26,10 @@ - [现代 Web 开发者问卷调查报告](https://zhuanlan.zhihu.com/p/403206195)

## 近期计划
## Getting Started
Modern.js 的 1.0.0.rc 版已经发到 npm,目前在做测试改进和文档建设。
- [Quick Start](https://modernjs.dev/docs/start)
- [Guides](https://modernjs.dev/docs/guides)
- [API References](https://modernjs.dev/docs/api)
README、完整的文档站、介绍等,都计划在 10 月 27 日上线。
## Contributing
- [Contributing Guide](/CONTRIBUTING.md)
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc