##// END OF EJS Templates
Implemented subscription SubscriptionImpl, fixed subscription resource management
Implemented subscription SubscriptionImpl, fixed subscription resource management

File last commit:

r155:6acbe6efbe20 v1.10.2 default
r158:078eca3dc271 v1.10.3 default
Show More
package.json
42 lines | 1.2 KiB | application/json | JsonLexer
cin
Converted to subproject djx, removed dojo-typings
r65 {
"name": "@implab/djx",
"version": "0.0.1-dev",
"description": "Supports using dojo version 1 with typescript and .tsx files",
"keywords": [
"dojo",
"tsx",
"typescript",
"widgets"
],
"author": "Implab team",
"license": "BSD-2-Clause",
"repository": "https://code.implab.org/implab/implabjs-djx",
"publishConfig": {
"access": "public"
},
"peerDependencies": {
cin
added reduce() and next() methods to observable...
r116 "@implab/core-amd": "^1.4.6",
cin
Converted to subproject djx, removed dojo-typings
r65 "dojo": "^1.10.0"
},
"devDependencies": {
cin
added reduce() and next() methods to observable...
r116 "@implab/core-amd": "^1.4.6",
cin
bump dependencies, bump ts to 5.2...
r155 "@types/chai": "4.3.6",
"@types/requirejs": "2.1.34",
"@types/tap": "15.0.9",
"rxjs": "7.8.1",
"dojo": "1.17.3",
"@implab/dojo-typings": "1.0.8",
"@typescript-eslint/eslint-plugin": "^6.7.2",
"@typescript-eslint/parser": "^6.7.2",
"eslint": "^8.50.0",
"eslint-config-standard": "^17.1.0",
"eslint-plugin-import": "^2.28.1",
"eslint-plugin-n": "^16.1.0",
"eslint-plugin-promise": "^6.1.1",
"eslint-plugin-react": "^7.33.2",
cin
Converted to subproject djx, removed dojo-typings
r65 "requirejs": "2.3.6",
cin
bump dependencies, bump ts to 5.2...
r155 "typescript": "5.2.2",
"yaml": "~2.3.2",
"tap": "18.1.4"
cin
Converted to subproject djx, removed dojo-typings
r65 }
}