@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.
Files changed (2) hide show
  1. package/package.json +2 -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.2",
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
- [![NPM](https://img.shields.io/npm/v/ntypes.svg)](https://www.npmjs.com/package/ntypes) [![Build Status](https://github.com/texonom/notion/actions/workflows/test.yml/badge.svg)](https://github.com/texonom/notion/actions/workflows/test.yml) [![Prettier Code Formatting](https://img.shields.io/badge/code_style-prettier-brightgreen.svg)](https://prettier.io)
9
+ [![NPM](https://img.shields.io/npm/v/ntypes.svg)](https://www.npmjs.com/package/ntypes) [![Build Status](https://github.com/texonom/notion-node/actions/workflows/test.yml/badge.svg)](https://github.com/texonom/notion-node/actions/workflows/test.yml) [![Prettier Code Formatting](https://img.shields.io/badge/code_style-prettier-brightgreen.svg)](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