@lti-tool/core 1.0.2 → 1.0.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # @lti-tool/core
2
2
 
3
+ ## 1.0.3
4
+
5
+ ### Patch Changes
6
+
7
+ - adf5f88: Add link to documentation site for all packages
8
+
3
9
  ## 1.0.2
4
10
 
5
11
  ### Patch Changes
package/README.md CHANGED
@@ -47,7 +47,7 @@ const session = await ltiTool.createSession(payload);
47
47
 
48
48
  ## Documentation
49
49
 
50
- - [API Reference](https://lti-tool.dev/docs) - (Coming soon) Complete API documentation
50
+ - [API Reference](https://docs.lti-tool.dev) - Complete API documentation
51
51
  - [Examples](https://github.com/lti-tool/lti-tool-examples) - (Coming soon) Working examples
52
52
 
53
53
  ## Security
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lti-tool/core",
3
- "version": "1.0.2",
3
+ "version": "1.0.3",
4
4
  "description": "LTI 1.3 implementation for Node.js",
5
5
  "keywords": [
6
6
  "lti",