Skip to content

Commit

Permalink
Ver 1.1220.20
Browse files Browse the repository at this point in the history
  • Loading branch information
E0SelmY4V committed Dec 23, 2022
1 parent f80dca6 commit 4b99e80
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
3 changes: 1 addition & 2 deletions main.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -108,8 +108,7 @@ export namespace scpoProce {
}
/**
* 幻想私社异步过程类
* @author E0SelmY4V
* @version 1.20221220.10
* @version 1.01220.20
* @link https://github.com/E0SelmY4V/scpo-proce
*/
export function scpoProce<P extends any[], E extends any[] = [any]>(doexpr: scpoProce.CbCur<P, E>, config?: scpoProce.Config): scpoProce.Proce<P, E>
Expand Down
3 changes: 2 additions & 1 deletion main.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
/**
* 幻想私社异步过程类
* @version 1.01220.20
* @author E0SelmY4V
* @version 1.20221220.10
* @license GPL-3.0-or-later
* @link https://github.com/E0SelmY4V/scpo-proce
*/
'use strict';
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "scpo-proce",
"version": "1.20221220.10",
"version": "1.01220.20",
"description": "Make your async programming easier",
"main": "main.js",
"scripts": {
Expand All @@ -19,7 +19,7 @@
"promise",
"callback",
"ie",
"ie6",
"ie5",
"utility",
"utilities",
"util"
Expand Down
2 changes: 1 addition & 1 deletion readme-zh.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ scpoProce 全称 Scpos Process,即为幻想私社用以解决困扰社员二
本项目灵感来源于 ES6 的`Promise`,可用来减小异步编程带来的复杂性。
还可配合`await/async`,方便程度更上一层楼。

本项目既可用于 Node.js 的开发,也可用于前端 HTML 页面中的脚本,最高可兼容 IE6
本项目既可用于 Node.js 的开发,也可用于前端 HTML 页面中的脚本,最高可兼容 IE5

## 安装

Expand Down
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ The full name of *scpoProce* is *Scpos Process*, which is a super high-level Pro
With the `await/async`, the convenience it brings can be more violent and stimulating.

The *Scpos Process* can not only run under Node.js, but also be used in HTML page development.
The oldest browser it support is IE6.
The oldest browser it support is IE5.

## Installation

Expand Down

0 comments on commit 4b99e80

Please sign in to comment.