This repository was archived by the owner on Jun 11, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 5 files changed +9
-10
lines changed
Expand file tree Collapse file tree 5 files changed +9
-10
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,12 @@ Alfresco JS API
66
77_ This project provides a JavaScript client API into the v1 Alfresco REST API_
88
9+ <a name =" 0.3.7 " ></a >
10+ # [ 0.3.7] ( https://github.com/Alfresco/alfresco-js-api/releases/tag/0.3.7 ) (2016-10-29)
11+
12+ ## Fix
13+ - [ Latest version no longer works due to .d.ts errors #78 ] ( https://github.com/Alfresco/alfresco-js-api/issues/78 )
14+
915<a name =" 0.3.6 " ></a >
1016# [ 0.3.6] ( https://github.com/Alfresco/alfresco-js-api/releases/tag/0.3.6 ) (2016-10-28)
1117
Load Diff This file was deleted.
File renamed without changes.
Original file line number Diff line number Diff line change 11{
22 "name" : " alfresco-js-api" ,
3- "version" : " 0.3.6 " ,
3+ "version" : " 0.3.7 " ,
44 "description" : " JavaScript client library for the Alfresco REST API" ,
55 "main" : " main.js" ,
6- "typings" : " dist/alfresco-js-api .d.ts" ,
6+ "typings" : " index .d.ts" ,
77 "scripts" : {
88 "clean" : " rimraf dist/bundle.js node_modules" ,
99 "build" : " grunt && npm run tslint && npm run test && npm run bundle && npm run minify && npm run toc" ,
1313 "bundle" : " browserify -s AlfrescoApi main.js -o dist/alfresco-js-api.js -t [ babelify --sourceMapsAbsolute --presets es2015 ] " ,
1414 "minify" : " browserify -s AlfrescoApi dist/alfresco-js-api.js -d -p [minifyify --no-map] > dist/alfresco-js-api.min.js" ,
1515 "watchify" : " watchify -s AlfrescoApi main.js -o dist/alfresco-js-api.js" ,
16- "tslint" : " tslint -c tslint.json typescript/alfresco-js-api .d.ts" ,
16+ "tslint" : " tslint -c tslint.json index .d.ts" ,
1717 "toc" : " markdown-toc -i README.md && markdown-toc -i test/mockObjects/README.md"
1818 },
1919 "repository" : {
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments