File tree Expand file tree Collapse file tree 5 files changed +12
-24
lines changed Expand file tree Collapse file tree 5 files changed +12
-24
lines changed Original file line number Diff line number Diff line change 11{
22 "name" : " coderoad" ,
3- "version" : " 0.14.5 " ,
3+ "version" : " 0.15.0 " ,
44 "description" : " Play interactive coding tutorials in your editor" ,
55 "keywords" : [
66 " tutorial" ,
Original file line number Diff line number Diff line change @@ -76,26 +76,26 @@ export const onReset = (event: WebhookEventReset): void => {
7676 }
7777}
7878
79- type WebhookEventStepComplete = { tutorialId : string ; version : string ; levelId : string ; stepId : string }
79+ type WebhookEventStepComplete = { tutorialId : string ; version ? : string ; levelId : string ; stepId : string }
8080
8181export const onStepComplete = ( event : WebhookEventStepComplete ) : void => {
8282 if ( WEBHOOK_EVENTS . step_complete ) {
8383 callWebhookEndpoint < WebhookEventStepComplete > ( event )
8484 }
8585}
8686
87- type WebhookEventLevelComplete = { tutorialId : string ; version : string ; levelId : string }
87+ type WebhookEventLevelComplete = { tutorialId : string ; version ? : string ; levelId : string }
8888
8989export const onLevelComplete = ( event : WebhookEventLevelComplete ) : void => {
9090 if ( WEBHOOK_EVENTS . level_complete ) {
9191 callWebhookEndpoint < WebhookEventLevelComplete > ( event )
9292 }
9393}
9494
95- type WebhookEevntTutorialComplete = { tutorialId : string ; version : string }
95+ type WebhookEventTutorialComplete = { tutorialId : string ; version ? : string }
9696
97- export const onTutorialComplete = ( event : WebhookEevntTutorialComplete ) : void => {
97+ export const onTutorialComplete = ( event : WebhookEventTutorialComplete ) : void => {
9898 if ( WEBHOOK_EVENTS . tutorial_complete ) {
99- callWebhookEndpoint < WebhookEevntTutorialComplete > ( event )
99+ callWebhookEndpoint < WebhookEventTutorialComplete > ( event )
100100 }
101101}
Original file line number Diff line number Diff line change 11SKIP_PREFLIGHT_CHECK = true
2- VERSION = 0.14.5
2+ VERSION = 0.15.0
33NODE_ENV = local
44REACT_APP_DEBUG = false
55REACT_APP_LOG = false
Original file line number Diff line number Diff line change 11{
22 "name" : " coderoad-app" ,
3- "version" : " 0.14.5 " ,
3+ "version" : " 0.15.0 " ,
44 "private" : true ,
55 "scripts" : {
66 "build" : " react-app-rewired build" ,
Original file line number Diff line number Diff line change 24252425 "@emotion/utils" "0.11.3"
24262426 "@emotion/weak-memoize" "0.2.5"
24272427
2428- "@emotion/core@10.0.35":
2429- version "10.0.35 "
2430- resolved "https://registry.yarnpkg.com/@emotion/core/-/core-10.0.35 .tgz#513fcf2e22cd4dfe9d3894ed138c9d7a859af9b3 "
2431- integrity sha512-sH++vJCdk025fBlRZSAhkRlSUoqSqgCzYf5fMOmqqi3bM6how+sQpg3hkgJonj8GxXM4WbD7dRO+4tegDB9fUw ==
2428+ "@emotion/core@^ 10.0.35", "@emotion/core@^10.1.1 ":
2429+ version "10.1.1 "
2430+ resolved "https://registry.yarnpkg.com/@emotion/core/-/core-10.1.1 .tgz#c956c1365f2f2481960064bcb8c4732e5fb612c3 "
2431+ integrity sha512-ZMLG6qpXR8x031NXD8HJqugy/AZSkAuMxxqB46pmAR7ze47MhNJ56cdoX243QPZdGctrdfo+s08yZTiwaUcRKA ==
24322432 dependencies:
24332433 "@babel/runtime" "^7.5.5"
24342434 "@emotion/cache" "^10.0.27"
24492449 "@emotion/sheet" "0.9.4"
24502450 "@emotion/utils" "0.11.3"
24512451
2452- "@emotion/core@^10.1.1":
2453- version "10.1.1"
2454- resolved "https://registry.yarnpkg.com/@emotion/core/-/core-10.1.1.tgz#c956c1365f2f2481960064bcb8c4732e5fb612c3"
2455- integrity sha512-ZMLG6qpXR8x031NXD8HJqugy/AZSkAuMxxqB46pmAR7ze47MhNJ56cdoX243QPZdGctrdfo+s08yZTiwaUcRKA==
2456- dependencies:
2457- "@babel/runtime" "^7.5.5"
2458- "@emotion/cache" "^10.0.27"
2459- "@emotion/css" "^10.0.27"
2460- "@emotion/serialize" "^0.11.15"
2461- "@emotion/sheet" "0.9.4"
2462- "@emotion/utils" "0.11.3"
2463-
24642452"@emotion/css@^10.0.27", "@emotion/css@^10.0.9":
24652453 version "10.0.27"
24662454 resolved "https://registry.yarnpkg.com/@emotion/css/-/css-10.0.27.tgz#3a7458198fbbebb53b01b2b87f64e5e21241e14c"
You can’t perform that action at this time.
0 commit comments