@campfirelearning/sdk-lti-oauth
Advanced tools
Comparing version 0.0.4 to 0.0.5
@@ -6,10 +6,12 @@ # Change Log | ||
## [0.0.4](https://github.com/examspark/campfire-sdk/compare/@campfirelearning/sdk-lti-oauth@0.0.3...@campfirelearning/sdk-lti-oauth@0.0.4) (2024-09-19) | ||
## [0.0.5](https://github.com/examspark/campfire-sdk/compare/@campfirelearning/sdk-lti-oauth@0.0.4...@campfirelearning/sdk-lti-oauth@0.0.5) (2024-11-25) | ||
**Note:** Version bump only for package @campfirelearning/sdk-lti-oauth | ||
### Bug Fixes | ||
- fix app build cmd, fix build errors ([6cf3c58](https://github.com/examspark/campfire-sdk/commit/6cf3c5823cb1ccb28c1bd4176f05d47a42ea0429)) | ||
## [0.0.4](https://github.com/examspark/campfire-sdk/compare/@campfirelearning/sdk-lti-oauth@0.0.3...@campfirelearning/sdk-lti-oauth@0.0.4) (2024-09-19) | ||
**Note:** Version bump only for package @campfirelearning/sdk-lti-oauth | ||
## [0.0.4-alpha.2](https://github.com/examspark/campfire-sdk/compare/@campfirelearning/sdk-lti-oauth@0.0.3...@campfirelearning/sdk-lti-oauth@0.0.4-alpha.2) (2024-07-23) | ||
@@ -19,6 +21,2 @@ | ||
## [0.0.4-alpha.1](https://github.com/examspark/campfire-sdk/compare/@campfirelearning/sdk-lti-oauth@0.0.3...@campfirelearning/sdk-lti-oauth@0.0.4-alpha.1) (2024-07-23) | ||
@@ -28,6 +26,2 @@ | ||
## [0.0.4-alpha.0](https://github.com/examspark/campfire-sdk/compare/@campfirelearning/sdk-lti-oauth@0.0.3...@campfirelearning/sdk-lti-oauth@0.0.4-alpha.0) (2024-07-23) | ||
@@ -37,6 +31,2 @@ | ||
## [0.0.3](https://github.com/examspark/campfire-sdk/compare/@campfirelearning/sdk-lti-oauth@0.0.2...@campfirelearning/sdk-lti-oauth@0.0.3) (2024-05-22) | ||
@@ -46,6 +36,2 @@ | ||
## 0.0.2 (2024-05-15) | ||
@@ -55,15 +41,10 @@ | ||
# 0.1.0 (2024-05-06) | ||
### Features | ||
* add Exam, ExamResult to SDK ([9d10b80](https://github.com/examspark/campfire-sdk/commit/9d10b80c8c541ef9b7f2b524511e2320b6ef3b3b)) | ||
* add guided exam builder ([fc3bc35](https://github.com/examspark/campfire-sdk/commit/fc3bc3514f3044d888a61d84da46d895dc683c53)) | ||
* add ItemEditor/ExamEditor APIs ([86d0c09](https://github.com/examspark/campfire-sdk/commit/86d0c09eaabf1b0ef684bdc42790425c34c931c4)) | ||
* create dev server to expose to internal apps ([3c40e55](https://github.com/examspark/campfire-sdk/commit/3c40e55306ef8c5959ec3b46828c9c227bd433a4)) | ||
* sample-app for sdk demo ([9d2326b](https://github.com/examspark/campfire-sdk/commit/9d2326bb1f2d9b61dedd954508fd7eee0f29606c)) | ||
- add Exam, ExamResult to SDK ([9d10b80](https://github.com/examspark/campfire-sdk/commit/9d10b80c8c541ef9b7f2b524511e2320b6ef3b3b)) | ||
- add guided exam builder ([fc3bc35](https://github.com/examspark/campfire-sdk/commit/fc3bc3514f3044d888a61d84da46d895dc683c53)) | ||
- add ItemEditor/ExamEditor APIs ([86d0c09](https://github.com/examspark/campfire-sdk/commit/86d0c09eaabf1b0ef684bdc42790425c34c931c4)) | ||
- create dev server to expose to internal apps ([3c40e55](https://github.com/examspark/campfire-sdk/commit/3c40e55306ef8c5959ec3b46828c9c227bd433a4)) | ||
- sample-app for sdk demo ([9d2326b](https://github.com/examspark/campfire-sdk/commit/9d2326bb1f2d9b61dedd954508fd7eee0f29606c)) |
@@ -1,3 +0,1 @@ | ||
import { resolve } from "path"; | ||
import { build } from "../../esbuild.shared"; | ||
@@ -4,0 +2,0 @@ |
{ | ||
"name": "@campfirelearning/sdk-lti-oauth", | ||
"version": "0.0.4", | ||
"version": "0.0.5", | ||
"main": "./src/index.js", | ||
@@ -27,2 +27,3 @@ "author": "ExamSpark, LLC", | ||
"dependencies": { | ||
"@campfirelearning/sdk-lti": "^0.11.0", | ||
"oauth-signature": "^1.5.0" | ||
@@ -33,3 +34,3 @@ }, | ||
}, | ||
"gitHead": "11e9b11b62933e8d74fa8d4ad5f55e5af84532f6" | ||
"gitHead": "f74c99c98c7f05c81853cbaae77a1c57aee7b7c1" | ||
} |
321216
2
6749
+ Added@campfirelearning/sdk-lti@0.11.4(transitive)
+ Addedzod@3.24.1(transitive)