@texonom/ntypes 1.1.2 → 1.1.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/package.json +2 -2
- package/readme.md +3 -3
package/package.json
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@texonom/ntypes",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.3",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "TypeScript types for core Notion data structures.",
|
|
6
|
-
"repository": "texonom/notion",
|
|
6
|
+
"repository": "texonom/notion-node",
|
|
7
7
|
"author": "Alan Jo <sungle3737@gmail.com>",
|
|
8
8
|
"license": "MIT",
|
|
9
9
|
"types": "./build/index.d.ts",
|
package/readme.md
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
<p align="center">
|
|
2
|
-
<img alt="React Notion X" src="https://raw.githubusercontent.com/texonom/notion/master/media/notion-ts.png" width="689">
|
|
2
|
+
<img alt="React Notion X" src="https://raw.githubusercontent.com/texonom/notion-node/master/media/notion-ts.png" width="689">
|
|
3
3
|
</p>
|
|
4
4
|
|
|
5
5
|
# ntypes
|
|
6
6
|
|
|
7
7
|
> TypeScript types for core Notion data structures.
|
|
8
8
|
|
|
9
|
-
[](https://www.npmjs.com/package/ntypes) [](https://github.com/texonom/notion/actions/workflows/test.yml) [](https://prettier.io)
|
|
9
|
+
[](https://www.npmjs.com/package/ntypes) [](https://github.com/texonom/notion-node/actions/workflows/test.yml) [](https://prettier.io)
|
|
10
10
|
|
|
11
11
|
## Install
|
|
12
12
|
|
|
@@ -24,7 +24,7 @@ import * as notion from '@texonom/ntypes'
|
|
|
24
24
|
|
|
25
25
|
## Docs
|
|
26
26
|
|
|
27
|
-
See the [full docs](https://github.com/texonom/notion).
|
|
27
|
+
See the [full docs](https://github.com/texonom/notion-node).
|
|
28
28
|
|
|
29
29
|
## License
|
|
30
30
|
|