@groton/canvas-api 0.3.3 → 0.3.4

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.
Files changed (3) hide show
  1. package/CHANGELOG.md +7 -6
  2. package/package.json +3 -3
  3. package/var/render.log +1027 -1027
package/CHANGELOG.md CHANGED
@@ -2,26 +2,27 @@
2
2
 
3
3
  All notable changes to this project will be documented in this file. See [commit-and-tag-version](https://github.com/absolute-version/commit-and-tag-version) for commit guidelines.
4
4
 
5
- ## [0.3.3](https://github.com/groton-school/canvas-cli/compare/api/0.3.2...api/0.3.3) (2025-09-02)
5
+ ## [0.3.4](https://github.com/groton-school/canvas-cli/compare/api/0.3.3...api/0.3.4) (2025-09-02)
6
+
7
+ Actually compiled dist
6
8
 
9
+ ## [0.3.3](https://github.com/groton-school/canvas-cli/compare/api/0.3.2...api/0.3.3) (2025-09-02)
7
10
 
8
11
  ### Bug Fixes
9
12
 
10
- * get_custom_colors now recognized as list() ([f5512ed](https://github.com/groton-school/canvas-cli/commit/f5512ed819958500b1bba28e05f9e3f6f972a78c))
13
+ - get_custom_colors now recognized as list() ([f5512ed](https://github.com/groton-school/canvas-cli/commit/f5512ed819958500b1bba28e05f9e3f6f972a78c))
11
14
 
12
15
  ## [0.3.2](https://github.com/groton-school/canvas-cli/compare/api/0.3.1...api/0.3.2) (2025-08-14)
13
16
 
14
-
15
17
  ### Bug Fixes
16
18
 
17
- * manually edited spec to make `*full_path` a path parameter ([8d21bde](https://github.com/groton-school/canvas-cli/commit/8d21bde17928492ee7c37cf222d1fc1ce5fe21f9))
19
+ - manually edited spec to make `*full_path` a path parameter ([8d21bde](https://github.com/groton-school/canvas-cli/commit/8d21bde17928492ee7c37cf222d1fc1ce5fe21f9))
18
20
 
19
21
  ## [0.3.1](https://github.com/groton-school/canvas-cli/compare/api/0.3.0...api/0.3.1) (2025-08-13)
20
22
 
21
-
22
23
  ### Bug Fixes
23
24
 
24
- * use updated swagger-renderer for cleaner relative paths ([b2eded2](https://github.com/groton-school/canvas-cli/commit/b2eded21170633d7914376deda3312a17248e7b9))
25
+ - use updated swagger-renderer for cleaner relative paths ([b2eded2](https://github.com/groton-school/canvas-cli/commit/b2eded21170633d7914376deda3312a17248e7b9))
25
26
 
26
27
  ## [0.3.0](https://github.com/groton-school/canvas-cli/compare/api/0.2.0...api/0.3.0) (2025-08-01)
27
28
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@groton/canvas-api",
3
- "version": "0.3.3",
3
+ "version": "0.3.4",
4
4
  "description": "Typed access to Canvas LMS API with embedded documentation",
5
5
  "homepage": "https://github.com/groton-school/canvas-cli/tree/main/packages/api/canvas-api#readme",
6
6
  "repository": {
@@ -17,8 +17,8 @@
17
17
  "types": "./dist/index.d.ts",
18
18
  "dependencies": {
19
19
  "node-fetch": "^3.3.2",
20
- "@groton/canvas-api.client.base": "0.2.0",
21
- "@groton/canvas-api.utilities": "0.2.0"
20
+ "@groton/canvas-api.utilities": "0.2.0",
21
+ "@groton/canvas-api.client.base": "0.2.0"
22
22
  },
23
23
  "devDependencies": {
24
24
  "@battis/descriptive-types": "^0.2.3",