File tree Expand file tree Collapse file tree 5 files changed +1497
-1691
lines changed Expand file tree Collapse file tree 5 files changed +1497
-1691
lines changed Original file line number Diff line number Diff line change 1414 version : 8
1515 - uses : actions/setup-node@v3
1616 with :
17- node-version : 16
17+ node-version : 18
1818 registry-url : https://registry.npmjs.org
1919 cache : pnpm
2020 - name : Install Dependencies
Original file line number Diff line number Diff line change 1+ auto-install-peers = false
Original file line number Diff line number Diff line change 22
33[ Observable Proposal] [ 1 ] implement based on [ Async Generator (ES 2018)] [ 2 ] & [ TypeScript] [ 3 ]
44
5+ [ ![ NPM Dependency] ( https://img.shields.io/librariesio/github/EasyWebApp/iterable-observer.svg )] [ 4 ]
56[ ![ CI & CD] ( https://github.com/EasyWebApp/iterable-observer/actions/workflows/main.yml/badge.svg )] [ 5 ]
67[ ![ ] ( https://data.jsdelivr.com/v1/package/npm/iterable-observer/badge?style=rounded )] [ 6 ]
78
@@ -77,6 +78,7 @@ app.use(BodyParser)
7778[ 1 ] : https://github.com/tc39/proposal-observable
7879[ 2 ] : https://tc39.es/ecma262/#sec-asyncgeneratorfunction-objects
7980[ 3 ] : https://www.typescriptlang.org/
81+ [ 4 ] : https://libraries.io/npm/iterable-observer
8082[ 5 ] : https://github.com/EasyWebApp/iterable-observer/actions/workflows/main.yml
8183[ 6 ] : https://www.jsdelivr.com/package/npm/iterable-observer
8284[ 7 ] : https://nodei.co/npm/iterable-observer/
Original file line number Diff line number Diff line change 11{
22 "name" : " iterable-observer" ,
3- "version" : " 1.0.0 " ,
3+ "version" : " 1.0.1 " ,
44 "license" : " LGPL-3.0" ,
5566 "description" : " Observable Proposal implement based on Async Generator (ES 2018) & TypeScript" ,
2626 "module" : " dist/index.esm.js" ,
2727 "main" : " dist/index.js" ,
2828 "dependencies" : {
29- "@swc/helpers" : " ^0.4.14 "
29+ "@swc/helpers" : " ^0.5.2 "
3030 },
3131 "devDependencies" : {
32- "@parcel/packager-ts" : " ~2.8 .3" ,
33- "@parcel/transformer-typescript-types" : " ~2.8 .3" ,
34- "@types/jest" : " ^29.5.2 " ,
35- "@types/node" : " ^16 .18.34 " ,
32+ "@parcel/packager-ts" : " ~2.9 .3" ,
33+ "@parcel/transformer-typescript-types" : " ~2.9 .3" ,
34+ "@types/jest" : " ^29.5.5 " ,
35+ "@types/node" : " ^18 .18.3 " ,
3636 "husky" : " ^8.0.3" ,
37- "jest" : " ^29.5 .0" ,
38- "lint-staged" : " ^13.2.2 " ,
37+ "jest" : " ^29.7 .0" ,
38+ "lint-staged" : " ^14.0.1 " ,
3939 "open-cli" : " ^7.2.0" ,
40- "parcel" : " ~2.8 .3" ,
41- "prettier" : " ^2.8.8 " ,
42- "ts-jest" : " ^29.1.0 " ,
43- "typedoc" : " ^0.24.8 " ,
44- "typedoc-plugin-mdn-links" : " ^3.0.3 " ,
45- "typescript" : " ~5.1.3 "
40+ "parcel" : " ~2.9 .3" ,
41+ "prettier" : " ^3.0.3 " ,
42+ "ts-jest" : " ^29.1.1 " ,
43+ "typedoc" : " ^0.25.1 " ,
44+ "typedoc-plugin-mdn-links" : " ^3.1.0 " ,
45+ "typescript" : " ~5.2.2 "
4646 },
4747 "prettier" : {
4848 "singleQuote" : true ,
You can’t perform that action at this time.
0 commit comments