@haustle/notion-orm 0.0.21 → 0.0.22

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 (1) hide show
  1. package/package.json +3 -3
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@haustle/notion-orm",
3
- "version": "0.0.21",
4
- "description": "tool to bring database types to typescript",
3
+ "version": "0.0.22",
4
+ "description": "tool to bring collection types to typescript",
5
5
  "main": "build/index.js",
6
6
  "bin": {
7
7
  "notion": "build/index.js"
@@ -25,6 +25,6 @@
25
25
  "path": "^0.12.7"
26
26
  },
27
27
  "_moduleAliases": {
28
- "@notion-database": "build/NotionActions/DatabaseTypes"
28
+ "@notion-database":"build/NotionActions/DatabaseTypes"
29
29
  }
30
30
  }