@matimo/notion 0.1.0-alpha.14 → 0.1.0

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@matimo/notion",
3
- "version": "0.1.0-alpha.14",
3
+ "version": "0.1.0",
4
4
  "description": "Notion workspace tools for Matimo",
5
5
  "type": "module",
6
6
  "files": [
@@ -12,7 +12,7 @@
12
12
  "matimo": "0.1.0-alpha.14"
13
13
  },
14
14
  "devDependencies": {
15
- "axios": "^1.13.4",
16
- "@matimo/core": "0.1.0-alpha.14"
15
+ "axios": "^1.15.2",
16
+ "@matimo/core": "0.1.0"
17
17
  }
18
18
  }
@@ -55,9 +55,9 @@ output_schema:
55
55
  has_more:
56
56
  type: boolean
57
57
  next_cursor:
58
- type:
59
- - string
60
- - "null"
58
+ anyOf:
59
+ - type: string
60
+ - type: "null"
61
61
 
62
62
  examples:
63
63
  - name: "List all databases in workspace"
@@ -74,7 +74,9 @@ output_schema:
74
74
  has_more:
75
75
  type: boolean
76
76
  next_cursor:
77
- type: string
77
+ anyOf:
78
+ - type: string
79
+ - type: "null"
78
80
  required: ["object", "results", "has_more"]
79
81
 
80
82
  examples:
@@ -67,7 +67,9 @@ output_schema:
67
67
  has_more:
68
68
  type: boolean
69
69
  next_cursor:
70
- type: string
70
+ anyOf:
71
+ - type: string
72
+ - type: "null"
71
73
  required: ["object", "type", "results", "has_more"]
72
74
 
73
75
  examples: