Commit 83442dc 1 parent 1bfeabf commit 83442dc Copy full SHA for 83442dc
File tree 31 files changed +31
-31
lines changed
docker/obojobo-pm2-server-src
obojobo-document-json-parser
obojobo-document-xml-parser
obojobo-chunks-action-button
obojobo-chunks-math-equation
obojobo-chunks-multiple-choice-assessment
obojobo-chunks-question-bank
obojobo-sections-assessment
31 files changed +31
-31
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " obojobo-pm2-server-app" ,
3
- "version" : " 11.2.0-alpha.0 " ,
3
+ "version" : " 11.2.0" ,
4
4
"description" : " Reference project for deploying and customizing an Obojobo Next server" ,
5
5
"main" : " ./index.js" ,
6
6
"private" : true ,
Original file line number Diff line number Diff line change 2
2
"packages" : [
3
3
" packages/**/*"
4
4
],
5
- "version" : " 11.2.0-alpha.0 " ,
5
+ "version" : " 11.2.0" ,
6
6
"command" : {
7
7
"command" : {
8
8
"run" : {
Original file line number Diff line number Diff line change 102
102
"yarn" : " ^1.15.2" ,
103
103
"node" : " ^12.11.1"
104
104
},
105
- "version" : " 11.2.0-alpha.0 "
105
+ "version" : " 11.2.0"
106
106
}
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " obojobo-document-engine" ,
3
- "version" : " 11.2.0-alpha.0 " ,
3
+ "version" : " 11.2.0" ,
4
4
"license" : " AGPL-3.0-only" ,
5
5
"description" : " " ,
6
6
"engines" : {
Original file line number Diff line number Diff line change 7
7
"obojobo-lib-utils" : " ^11.2.0-alpha.0"
8
8
},
9
9
"name" : " obojobo-document-json-parser" ,
10
- "version" : " 11.2.0-alpha.0 " ,
10
+ "version" : " 11.2.0" ,
11
11
"license" : " AGPL-3.0-only" ,
12
12
"main" : " " ,
13
13
"scripts" : {
Original file line number Diff line number Diff line change 7
7
"obojobo-lib-utils" : " ^11.2.0-alpha.0"
8
8
},
9
9
"name" : " obojobo-document-xml-parser" ,
10
- "version" : " 11.2.0-alpha.0 " ,
10
+ "version" : " 11.2.0" ,
11
11
"license" : " AGPL-3.0-only" ,
12
12
"main" : " xml2draft.js" ,
13
13
"scripts" : {
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " obojobo-express" ,
3
3
"license" : " AGPL-3.0-only" ,
4
- "version" : " 11.2.0-alpha.0 " ,
4
+ "version" : " 11.2.0" ,
5
5
"repository" : " https://github.com/ucfopen/Obojobo.git" ,
6
6
"homepage" : " https://ucfopen.github.io/Obojobo-Docs/" ,
7
7
"description" : " Obojobo express server middleware." ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " obojobo-module-selector" ,
3
3
"license" : " AGPL-3.0-only" ,
4
- "version" : " 11.2.0-alpha.0 " ,
4
+ "version" : " 11.2.0" ,
5
5
"repository" : " https://github.com/ucfopen/Obojobo.git" ,
6
6
"homepage" : " https://ucfopen.github.io/Obojobo-Docs/" ,
7
7
"description" : " Obojobo package responsible for selecting which module you use in a course." ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " obojobo-repository" ,
3
3
"license" : " AGPL-3.0-only" ,
4
- "version" : " 11.2.0-alpha.0 " ,
4
+ "version" : " 11.2.0" ,
5
5
"repository" : " https://github.com/ucfopen/Obojobo.git" ,
6
6
"homepage" : " https://ucfopen.github.io/Obojobo-Docs/" ,
7
7
"description" : " Obojobo express server middleware." ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " obojobo-chunks-action-button" ,
3
- "version" : " 11.2.0-alpha.0 " ,
3
+ "version" : " 11.2.0" ,
4
4
"license" : " AGPL-3.0-only" ,
5
5
"scripts" : {
6
6
"test" : " TZ='America/New_York' jest --verbose" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " obojobo-chunks-break" ,
3
- "version" : " 11.2.0-alpha.0 " ,
3
+ "version" : " 11.2.0" ,
4
4
"license" : " AGPL-3.0-only" ,
5
5
"description" : " Break content chunk for Obojobo" ,
6
6
"scripts" : {
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " obojobo-chunks-code" ,
3
- "version" : " 11.2.0-alpha.0 " ,
3
+ "version" : " 11.2.0" ,
4
4
"license" : " AGPL-3.0-only" ,
5
5
"description" : " Code content chunk for Obojobo" ,
6
6
"scripts" : {
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " obojobo-chunks-figure" ,
3
- "version" : " 11.2.0-alpha.0 " ,
3
+ "version" : " 11.2.0" ,
4
4
"license" : " AGPL-3.0-only" ,
5
5
"description" : " Figure content chunk for Obojobo" ,
6
6
"scripts" : {
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " obojobo-chunks-heading" ,
3
- "version" : " 11.2.0-alpha.0 " ,
3
+ "version" : " 11.2.0" ,
4
4
"license" : " AGPL-3.0-only" ,
5
5
"description" : " Heading content chunk for Obojobo" ,
6
6
"scripts" : {
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " obojobo-chunks-html" ,
3
- "version" : " 11.2.0-alpha.0 " ,
3
+ "version" : " 11.2.0" ,
4
4
"license" : " AGPL-3.0-only" ,
5
5
"description" : " HTML content chunk for Obojobo" ,
6
6
"scripts" : {
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " obojobo-chunks-iframe" ,
3
- "version" : " 11.2.0-alpha.0 " ,
3
+ "version" : " 11.2.0" ,
4
4
"license" : " AGPL-3.0-only" ,
5
5
"description" : " IFrame content chunk for Obojobo" ,
6
6
"scripts" : {
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " obojobo-chunks-list" ,
3
- "version" : " 11.2.0-alpha.0 " ,
3
+ "version" : " 11.2.0" ,
4
4
"license" : " AGPL-3.0-only" ,
5
5
"description" : " List content chunk for Obojobo" ,
6
6
"scripts" : {
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " obojobo-chunks-math-equation" ,
3
- "version" : " 11.2.0-alpha.0 " ,
3
+ "version" : " 11.2.0" ,
4
4
"license" : " AGPL-3.0-only" ,
5
5
"description" : " MathEquation content chunk for Obojobo" ,
6
6
"scripts" : {
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " obojobo-chunks-multiple-choice-assessment" ,
3
- "version" : " 11.2.0-alpha.0 " ,
3
+ "version" : " 11.2.0" ,
4
4
"license" : " AGPL-3.0-only" ,
5
5
"description" : " MCAssessment chunk for Obojobo" ,
6
6
"scripts" : {
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " obojobo-chunks-question-bank" ,
3
- "version" : " 11.2.0-alpha.0 " ,
3
+ "version" : " 11.2.0" ,
4
4
"license" : " AGPL-3.0-only" ,
5
5
"description" : " QuestionBank chunk for Obojobo" ,
6
6
"scripts" : {
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " obojobo-chunks-question" ,
3
- "version" : " 11.2.0-alpha.0 " ,
3
+ "version" : " 11.2.0" ,
4
4
"license" : " AGPL-3.0-only" ,
5
5
"description" : " Question content chunk for Obojobo" ,
6
6
"scripts" : {
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " obojobo-chunks-table" ,
3
- "version" : " 11.2.0-alpha.0 " ,
3
+ "version" : " 11.2.0" ,
4
4
"license" : " AGPL-3.0-only" ,
5
5
"description" : " Table content chunk for Obojobo" ,
6
6
"scripts" : {
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " obojobo-chunks-text" ,
3
- "version" : " 11.2.0-alpha.0 " ,
3
+ "version" : " 11.2.0" ,
4
4
"license" : " AGPL-3.0-only" ,
5
5
"description" : " Text content chunk for Obojobo" ,
6
6
"scripts" : {
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " obojobo-chunks-youtube" ,
3
- "version" : " 11.2.0-alpha.0 " ,
3
+ "version" : " 11.2.0" ,
4
4
"license" : " AGPL-3.0-only" ,
5
5
"description" : " Youtube content chunk for Obojobo" ,
6
6
"scripts" : {
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " obojobo-modules-module" ,
3
- "version" : " 11.2.0-alpha.0 " ,
3
+ "version" : " 11.2.0" ,
4
4
"license" : " AGPL-3.0-only" ,
5
5
"description" : " Default Module node for Obojobo" ,
6
6
"scripts" : {
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " obojobo-pages-page" ,
3
- "version" : " 11.2.0-alpha.0 " ,
3
+ "version" : " 11.2.0" ,
4
4
"license" : " AGPL-3.0-only" ,
5
5
"description" : " Page chunk for Obojobo" ,
6
6
"scripts" : {
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " obojobo-sections-assessment" ,
3
- "version" : " 11.2.0-alpha.0 " ,
3
+ "version" : " 11.2.0" ,
4
4
"license" : " AGPL-3.0-only" ,
5
5
"description" : " Assessment section for Obojobo" ,
6
6
"scripts" : {
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " obojobo-sections-content" ,
3
- "version" : " 11.2.0-alpha.0 " ,
3
+ "version" : " 11.2.0" ,
4
4
"license" : " AGPL-3.0-only" ,
5
5
"description" : " Content section chunk for Obojobo" ,
6
6
"scripts" : {
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " eslint-config-obojobo" ,
3
- "version" : " 11.2.0-alpha.0 " ,
3
+ "version" : " 11.2.0" ,
4
4
"license" : " AGPL-3.0-only" ,
5
5
"scripts" : {
6
6
"lint" : " echo 'not implemented'" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " obojobo-lib-utils" ,
3
- "version" : " 11.2.0-alpha.0 " ,
3
+ "version" : " 11.2.0" ,
4
4
"license" : " AGPL-3.0-only" ,
5
5
"description" : " Assortment of reusable parts for obojobo libraries." ,
6
6
"scripts" : {
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " stylelint-config-obojobo" ,
3
- "version" : " 11.2.0-alpha.0 " ,
3
+ "version" : " 11.2.0" ,
4
4
"license" : " AGPL-3.0-only" ,
5
5
"scripts" : {
6
6
"lint" : " echo 'not implemented'" ,
You can’t perform that action at this time.
0 commit comments