Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update index.js #456

Closed
wants to merge 291 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
291 commits
Select commit Hold shift + click to select a range
19adf48
Merge pull request #25 from makenotion/rel-0.1.1
aoberoi May 13, 2021
26d71f9
exports loglevel
aoberoi May 13, 2021
30fd6d8
Merge pull request #27 from makenotion/fix-export-loglevel
aoberoi May 13, 2021
6f4867f
v0.1.2
aoberoi May 13, 2021
4538a0e
Merge pull request #28 from makenotion/rel-0.1.2
aoberoi May 13, 2021
4043564
fix path
aoberoi May 13, 2021
49489ca
Merge pull request #30 from makenotion/fix-databases-query-path
aoberoi May 13, 2021
4d78f9a
fixes missing error code
aoberoi May 13, 2021
f521bb1
Merge pull request #32 from makenotion/fix-missing-error-code
aoberoi May 13, 2021
340361c
v0.1.3
aoberoi May 13, 2021
ccb2180
Merge pull request #33 from makenotion/rel-0.1.3
aoberoi May 13, 2021
864969b
fixes #58: block types
ivoberger May 14, 2021
fde58f7
undo unintended formatting
ivoberger May 14, 2021
c08a8f8
fix: HeadingThreeBlock type
ivoberger May 18, 2021
1528de7
lower node engine to >=12
May 20, 2021
d4eb570
Revert "lower node engine to >=12"
May 20, 2021
1c94906
lower node engine to >=12
May 20, 2021
9114629
Merge pull request #79 from makenotion/node-to-12
May 20, 2021
6d0326c
update minimum supported node version in README
May 20, 2021
45cfeed
Merge branch 'main' of github.com:makenotion/notion-sdk-js into main
May 20, 2021
a63d29b
install and configure prettier
justjake May 20, 2021
b33c4ab
dont use tabs
justjake May 20, 2021
07eec75
pretty as part of lint
justjake May 20, 2021
f979e82
run prettier in scripts
justjake May 20, 2021
bb9d6fc
apply prettier
justjake May 20, 2021
fb034c2
test against 12.x as well
May 20, 2021
aecea8d
Merge branch 'main' into jake--prettier
May 21, 2021
09d7ead
Merge pull request #81 from makenotion/jake--prettier
May 21, 2021
4b94be7
clean up examples + call out notion package
May 21, 2021
86fbac5
homepage, bugs and repo in package.json
May 21, 2021
8d65d51
prettier (need to set up lint on merge + no main merges)
May 21, 2021
bbd3ebc
add .prettierignore for build/
May 21, 2021
8ce30f6
Merge pull request #88 from makenotion/fix-prettier-check
May 21, 2021
eea7eaa
Merge branch 'main' into fix/block-types
ivoberger May 21, 2021
5de01c3
fix: formatting
ivoberger May 21, 2021
a951c29
fix list typing, deprecate databases.list
May 21, 2021
17d6457
Merge branch 'main' into fix/block-types
lao9 May 21, 2021
f90cef8
lint on build-and-test
May 21, 2021
de8ca07
Merge branch 'main' into fix/block-types
lao9 May 21, 2021
fbe47fc
build status badge, like the cool kids
May 21, 2021
a860775
npm badge
May 21, 2021
4ae4e29
Merge branch 'main' into fix/block-types
lao9 May 21, 2021
5a6f2fa
Merge pull request #59 from ivoberger/fix/block-types
lao9 May 21, 2021
5d26720
fix a bunch of types, make inputs easier to work with, build example …
May 21, 2021
2546fe5
update comment
May 21, 2021
452de37
id required :-/
May 21, 2021
0cbbfe3
fixes
May 21, 2021
c7a92f7
move type utils
May 21, 2021
35974a7
prettier
May 21, 2021
3ec6e3d
deps
May 21, 2021
3ac7e14
fix build
May 21, 2021
4871fc7
Merge pull request #89 from makenotion/fix-types-plus-example
May 22, 2021
b6a7886
integrate cspell + typo checks
May 22, 2021
8ae90b0
fix links + add link checker
May 22, 2021
fc6defc
fix search filter types
May 22, 2021
54cf56d
fix lint
May 22, 2021
32f9562
add some missing fields to api-types for Page
May 22, 2021
2a5438f
add octokit to cspell dict
May 22, 2021
df180b9
fix npm link in README
May 22, 2021
005cd94
clean build dir before building
May 22, 2021
696ce5a
0.1.5
May 22, 2021
2eac162
tiny pretty fix
May 22, 2021
4ccc010
fix up imports in TS example
May 22, 2021
f31903f
remove console.log
May 22, 2021
76a6f82
make everything in DateFilter optional
May 22, 2021
53c947e
exhaustive printing example
May 22, 2021
5a2fa41
move cspell to dev deps
May 22, 2021
0e0b50b
fix: update image links (#95)
maharshmellow May 23, 2021
835743c
Fix filter types (#98)
May 23, 2021
eefc65d
use public client again in test example
May 23, 2021
5fd23c7
make id not required on input types
May 24, 2021
0f451cb
0.1.8
May 24, 2021
64ad793
Update issue templates
alicial May 24, 2021
bdd743e
Add issue template config
alicial May 24, 2021
fe0cfe3
Update issue templates
alicial May 24, 2021
0dfa0ff
Fix CI build failures
seratch May 25, 2021
22c9d3c
switch to prettierignore
justjake May 29, 2021
4836e54
Merge pull request #101 from seratch/fix-build-failure
justjake May 29, 2021
6f9ff57
Fix #101 in a better way
seratch May 30, 2021
835c6e8
Merge pull request #110 from seratch/refix-pr-101
justjake May 30, 2021
950348d
bugfix: fix npm badge's link in readme. (#112)
bambooom Jun 1, 2021
8b6164e
Remove duplicating type (#102)
KentoMoriwaki Jun 2, 2021
e191e2a
Changes Block children prop type to Block[] (#108)
danecando Jun 2, 2021
705d0f7
0.1.9
rhart92 Jun 8, 2021
edbe91a
Fix prettier issues
rhart92 Jun 8, 2021
f6f5a0c
Fix prettier again since something went wrong
rhart92 Jun 8, 2021
d62d966
got -> node-fetch
justjake May 22, 2021
711a37f
@types/node-fetch
justjake May 22, 2021
f2fcbea
isomorphic fetch w/ cross-fetch
justjake May 22, 2021
4a6dc90
remove complete todo
justjake May 22, 2021
5b886d7
remove test code
justjake May 22, 2021
a8279dc
actually support agent
justjake May 22, 2021
db6fe45
move cspell to dev dependencies
justjake May 22, 2021
72812ba
handle raw body text correctly
justjake May 28, 2021
543764f
re-arrange error type heirarchy
justjake May 29, 2021
cd4d691
another pass on the errors stuff
justjake May 29, 2021
3fe889a
ignore unused assertion types
justjake May 29, 2021
4c2921f
export new error helpers and types
justjake May 29, 2021
84d96a8
split linting out of npm prepare
justjake May 29, 2021
6424685
fix URL construction
justjake May 29, 2021
e5c43f7
move typeutil to correct file
justjake May 30, 2021
e6c1e1a
extract timeout error to reusable location
justjake May 30, 2021
b96be02
use package name instead of "Client" in log messages
justjake May 30, 2021
29b055d
eslint
justjake Jun 2, 2021
d3da7ee
remove cross-fetch at request of @pllnk
justjake Jun 3, 2021
7a6948b
Update src/errors.ts
justjake Jun 4, 2021
21a324d
dont export ...ErrorWithCode
justjake Jun 9, 2021
aa0080b
README: update error handling example
justjake Jun 9, 2021
1ddb7d4
Merge pull request #94 from makenotion/jake--isomorphic
justjake Jun 21, 2021
e56971d
Add parent to Database type. (#125)
pllnk Jun 23, 2021
3493624
0.2.0
pllnk Jun 23, 2021
77fff38
Add support for url in returned Page object
almawang Jun 30, 2021
cc0b737
v0.2.1 (#139)
almawang Jul 2, 2021
77725bc
missing `await` in TypeScript example (#130)
peernohell Jul 9, 2021
7d8bb46
Let id and color optional in SelectOption (#133)
usagrada Jul 9, 2021
e122f7b
Correct type from `file` to `files` in the typing file (#136)
alvis Jul 9, 2021
ec71472
Require one of name or id in SelectOption, make color optional (#135)
andrewshen Jul 9, 2021
bc41213
Update issue template to use support email (#142)
alicial Jul 9, 2021
37f7236
chore(ci): nodeV16 (#127)
liuderchi Jul 9, 2021
6932dfa
update glitch examples (#143)
lao9 Jul 9, 2021
0ef61ba
fix email example (#144)
lao9 Jul 9, 2021
813ffc1
Update README with support email (#145)
alicial Jul 10, 2021
6db5094
Add archived parameter (#146)
alicial Jul 12, 2021
33ef30f
Update package version (#149)
alicial Jul 12, 2021
9766ddc
Add create database endpoint (#150)
kiranpandit Jul 15, 2021
4811717
Add show_original to rollup property types (#152)
kiranpandit Jul 16, 2021
3007fa6
Update package version (#155)
kiranpandit Jul 20, 2021
5c612c5
[examples] test and improve glitch examples (#158)
lao9 Jul 23, 2021
97dc4ee
Add name to property schema object (#159)
kiranpandit Jul 23, 2021
312e871
Add formats to NumberProperty. (#162)
pllnk Jul 26, 2021
b1dd0af
Add update and retrieve block endpoints to sdk (#164)
almawang Aug 3, 2021
9f7e021
v0.2.4 (#167)
almawang Aug 4, 2021
7d26d44
Versioned response type change for appendBlockChildren (#168)
almawang Aug 9, 2021
744d512
Add update database to client (#170)
kiranpandit Aug 12, 2021
c58c453
Bump Notion-Version to to 2021-08-16 and client to v0.3.0 (#176)
almawang Aug 19, 2021
007ad6c
Make property values nullable (#177)
alicial Aug 20, 2021
37b3f61
Support Media Block Types, Page Icons, Page Covers, and File Properti…
rhart92 Aug 25, 2021
58f036a
feat: correct typing for DateFormulaValue date field (#182)
matt-koevort Aug 30, 2021
7fefb64
fix create page response type (#183)
almawang Aug 30, 2021
13a5c73
Add missing bookmark block types (#184)
So-chiru Sep 7, 2021
0f328f3
feat: add RelationPropertyValue (#185)
Sc0ra Sep 7, 2021
0f48de7
Add delete block changes (#186)
almawang Sep 9, 2021
8ff5881
Add relation, rollup, and formula property types to create and update…
kiranpandit Sep 10, 2021
ed67434
v0.3.2 (#188)
almawang Sep 10, 2021
2ea236e
Add url to database object (#195)
kiranpandit Sep 23, 2021
15f4c08
Update to version v0.3.3 (#196)
kiranpandit Sep 24, 2021
9e3b128
add child database block type (#197)
jeremiah-notion Sep 24, 2021
d0cc5ae
Update endpoints to be fully typed. (#198)
rhart92 Sep 25, 2021
b80b73c
Bump version to 0.4.0 (#199)
rhart92 Sep 25, 2021
5db0ddc
Update SDK with new /v1/users/me endpoint (#204)
christinewa Oct 4, 2021
e369567
Bump to version 0.4.1 (#206)
christinewa Oct 4, 2021
76a5590
[api] - update sdk types (#208)
mlafontant Oct 7, 2021
94e79ac
0.4.2 (#210)
mlafontant Oct 7, 2021
aa832e8
Add getPageProperty (#212)
almawang Oct 11, 2021
97d8ce7
update types (#214)
mlafontant Oct 14, 2021
6323d2b
0.4.4 (#215)
mlafontant Oct 14, 2021
3b018ec
The link does not exist(#217) (#218)
kajirikajiri Oct 18, 2021
a26cd83
support columns and column lists (#220)
jeremiah-notion Oct 28, 2021
584c58b
0.4.5 (#221)
jeremiah-notion Oct 29, 2021
e2eb8b3
[api] add argentine and uruguayan peso to supported number currencies…
nishadagrawal Nov 2, 2021
09f8f98
Add helper script to check log in status before going through all pub…
rhart92 Nov 2, 2021
0cb3160
0.4.6 (#225)
nishadagrawal Nov 3, 2021
75ab073
Fixing typo in support email (#229)
97agupta Nov 15, 2021
15bca5d
Update SDK for link preview, template, emoji type changes (#232)
almawang Nov 16, 2021
3c64bfa
0.4.7 (#233)
almawang Nov 17, 2021
4271dbf
Update sdk (#234)
mlafontant Nov 17, 2021
80d3538
0.4.8 (#235)
mlafontant Nov 17, 2021
422bb62
Add block request without children reference types (#236)
rhart92 Nov 19, 2021
b731d26
0.4.9 (#237)
rhart92 Nov 19, 2021
2d59856
updates end points with timezone (#241)
alpartr Dec 14, 2021
2926b36
0.4.10 (#242)
alpartr Dec 14, 2021
12f07cc
Add partial object types to support granular permissions (#243)
kiranpandit Dec 15, 2021
86fb9a4
New version 0.4.11 (#244)
kiranpandit Dec 15, 2021
ccf348c
Fix notion.users.list arg in README.md (#227)
toolness Dec 20, 2021
2028560
notion build-public-api-js-sdk (#249)
christinewa Jan 6, 2022
0f049b2
0.4.12 (#250)
christinewa Jan 6, 2022
2a45b83
Shrink API types from 2.2mb -> 300kb (#252)
justjake Jan 21, 2022
dd3cdaa
0.4.13 (#253)
mlafontant Jan 25, 2022
c6863a8
Add types to package.json (#222)
yacinehmito Feb 8, 2022
d3f6c1b
notion generate sdk (#262)
christinewa Feb 26, 2022
871d04c
1.0.0 (#263)
christinewa Feb 26, 2022
7c98aa9
fix: Using right notion API version (#267)
hyf0 Mar 1, 2022
997336d
1.0.1 (#268)
christinewa Mar 1, 2022
379ed76
Shrink property filter API types, add block color types (#270)
justjake Mar 7, 2022
d58be34
Add template mentions and colors (#271)
kiranpandit Mar 9, 2022
b567af1
1.0.3 (#272)
kiranpandit Mar 11, 2022
20a7ba7
Update api-endpoints.ts with types for new DB timestamp filter (#275)
wcauchois Mar 17, 2022
73f27ec
1.0.4 (#276)
wcauchois Mar 18, 2022
ffb6779
Update README.md (#304)
christinewa Jun 7, 2022
d99555b
update glitch examples to use property item endpoint (#310)
lao9 Jun 28, 2022
6c14580
Update client for version 2022-06-28 (#312)
wcauchois Jul 6, 2022
d39dc37
2.0.0 (#313)
wcauchois Jul 6, 2022
831e37e
More example updates for v2.0.0 (#314)
wcauchois Jul 6, 2022
20b879a
Update README.md (#316)
rhart92 Jul 11, 2022
fc3d08e
Export and name many more response objects (#319)
wcauchois Jul 13, 2022
0c60916
Fix README examples (#300)
ramnes Jul 14, 2022
9a96f71
fix(Client): Ensure fetch method is uppercase (#248)
dvanoni Jul 15, 2022
5479dea
Add some helper functions to the Notion SDK (#320)
wcauchois Jul 18, 2022
c6c38c4
Update readme with information about the new SDK helpers (#325)
wcauchois Jul 20, 2022
7c5b764
Support for comments API (#326)
wcauchois Jul 20, 2022
5aa2992
2.1.0 (#327)
wcauchois Jul 20, 2022
7321fb9
update search to arrow function (#330)
lao9 Jul 26, 2022
e50ecae
Version 2.1.1 (#332)
lao9 Jul 28, 2022
6ce697f
update examples with new version (#333)
lao9 Jul 28, 2022
d8466b8
Support status property, toggle headers, and page property values (#341)
s-h-a-r-c Sep 1, 2022
3e2c1fc
v2.2.0 (#342)
s-h-a-r-c Sep 1, 2022
7a3bf40
Fix console.log output in example code (#321)
marceljuenemann Sep 6, 2022
9b74aee
FIx typescript example code (#337)
devethan Sep 6, 2022
6c7d07a
feat(workspaceName): add workspace_name to bot object (#348)
hazel-notion Sep 30, 2022
6bec9a3
Upgrade SDK version to 2.2.1 (#349)
hazel-notion Oct 3, 2022
f9c8913
update typescript and eslint package dependencies (#354)
lao9 Oct 6, 2022
ff5fe78
Update README.md (#355)
lao9 Oct 6, 2022
cfd3ec5
Add Singapore Dollar to DB number format (#361)
hazel-notion Nov 2, 2022
9041893
2.2.2 (#362)
hazel-notion Nov 2, 2022
8fddf0c
Adding to examples: Notion task github pr sync (#368)
SidVermaNotion Dec 7, 2022
3b01b9c
Added Glitch Example (#371)
SidVermaNotion Dec 12, 2022
97c9841
Update type definitions (#366)
parulbaweja Dec 13, 2022
ebf5c74
2.2.3 (#375)
parulbaweja Dec 21, 2022
f25b391
Ingore VS Code settings (#364)
LitoMore Mar 8, 2023
2aa9e04
Declare notion variable in README example (#291)
programbo Mar 8, 2023
49eadd7
Update example (#351)
ichtum Mar 8, 2023
13e0fad
Update example README instructions to include integration access note…
jessmitch42 Mar 30, 2023
e836618
Add support for creating template mentions (#396)
rhart92 Apr 11, 2023
9d139dc
2.2.4 (#397)
rhart92 Apr 11, 2023
ab29303
Update examples with new SDK version. (#398)
rhart92 Apr 12, 2023
0a385a0
Decode to encode (#402)
parulbaweja May 2, 2023
e93ac5a
Add peruvian_sol (#403)
parulbaweja May 2, 2023
02ad37d
Upgrade to 2.2.5 (#404)
parulbaweja May 2, 2023
e80a2df
Add support for unique ID, public URL, and appending after a block (#…
rhart92 Jun 27, 2023
1ae1d3f
2.2.6 (#412)
rhart92 Jun 27, 2023
550c51c
Add helper for filtering search results to full objects (#413)
rhart92 Jun 27, 2023
933f85b
2.2.7 (#421)
rhart92 Jul 10, 2023
e340426
Remove `/// <reference lib="dom" />` from `fetch-types.ts` (#401)
huw Jul 16, 2023
e48368a
2.2.8 (#423)
garrettheel Jul 17, 2023
15f21c5
Add example to parse any block text (#416)
jessmitch42 Jul 18, 2023
1d97c18
Endpoint changes for wikis (#428)
kiranpandit Jul 24, 2023
5634f28
Update to 2.2.9 (#429)
kiranpandit Jul 24, 2023
a041776
Export `isFullPageOrDatabase`. (#434)
rhart92 Aug 2, 2023
fdf291a
2.2.10 (#435)
rhart92 Aug 2, 2023
bcff1ef
Support oauth token endpoint, add wiki verification support, fix bug …
rhart92 Aug 11, 2023
f2845b3
Update rollup types (#439)
rhart92 Aug 11, 2023
b71ec28
Add webform demo app to /examples (#437)
jessmitch42 Aug 14, 2023
83ac043
2.2.11 (#440)
rhart92 Aug 14, 2023
8ffe5e5
Add support for unique ID in database request / repsonses (#450)
rhart92 Aug 25, 2023
ddc1d0d
2.2.12 (#451)
rhart92 Aug 25, 2023
0977ade
Update readme with isFullPageOrDatabase (#452)
ronovan Aug 30, 2023
dcf8cc3
Allow querying databases by unique ID (#453)
rhart92 Sep 1, 2023
c4e160f
2.2.13 (#454)
rhart92 Sep 1, 2023
3bf8bfc
Add 'Intro to Notion API' example (#441)
jessmitch42 Sep 6, 2023
e785c22
Update index.js
adasq Sep 24, 2023
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
29 changes: 29 additions & 0 deletions .cspell.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
// cSpell Settings
{
// Version of the setting file. Always 0.1
"version": "0.1",
// language - current active spelling language
"language": "en",
// words - list of words to be always considered correct
"words": [
"notionhq",
"strikethrough",
"makenotion",
"sendgrid",
"blackmad",
"octokit",
"printf",
"is_toggleable"
],
// flagWords - list of words to be always considered incorrect
// This is useful for offensive words and common spelling errors.
// For example "hte" should be "the"
"flagWords": ["hte"],
"ignorePaths": [
"package.json",
"package-lock.json",
"node_modules/**",
"examples/**/node_modules/**",
"build/**"
]
}
32 changes: 24 additions & 8 deletions .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,29 @@

module.exports = {
root: true,
parser: '@typescript-eslint/parser',
plugins: [
'@typescript-eslint'
],
parser: "@typescript-eslint/parser",
plugins: ["@typescript-eslint"],
extends: [
'eslint:recommended',
'plugin:@typescript-eslint/eslint-recommended',
'plugin:@typescript-eslint/recommended'
"eslint:recommended",
"plugin:@typescript-eslint/eslint-recommended",
"plugin:@typescript-eslint/recommended",
],
};
env: {
node: true,
commonjs: true,
},
rules: {
"@typescript-eslint/no-unused-vars": [
"error",
{
args: "all",
argsIgnorePattern: "^_",
// Allow assertion types.
varsIgnorePattern: "^_assert",
caughtErrors: "none",
ignoreRestSiblings: true,
},
],
"no-mixed-spaces-and-tabs": ["error", "smart-tabs"],
},
}
30 changes: 30 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
---
name: Bug report
about: Create a report to help us improve
title: ''
labels: ''
assignees: ''

---

Report bugs here only for the Node JavaScript library.

If you're having problems using Notion's API, or have any other feedback about the API including feature requests for the JavaScript library, please email support at [email protected].

**Describe the bug**
A clear and concise description of what the bug is.

**To Reproduce**
Node version:
Notion JS library version:

Steps to reproduce the behavior:

**Expected behavior**
A clear and concise description of what you expected to happen.

**Screenshots**
Please include any screenshots that help explain your problem.

**Additional context**
Add any other context about the problem here.
1 change: 1 addition & 0 deletions .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
blank_issues_enabled: false
24 changes: 12 additions & 12 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,25 +5,25 @@ name: CI

on:
push:
branches: [ main ]
branches: [main]
pull_request:
branches: [ main ]
branches: [main]

jobs:
build-and-test:

runs-on: ubuntu-latest

strategy:
matrix:
node-version: [14.x, 15.x]
node-version: [12.x, 14.x, 15.x, 16.x]

steps:
- uses: actions/checkout@v2
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v2
with:
node-version: ${{ matrix.node-version }}
- run: npm install
- run: npm run build --if-present
- run: npm test
- uses: actions/checkout@v2
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v2
with:
node-version: ${{ matrix.node-version }}
- run: npm install
- run: npm run build
- run: npm run lint
- run: npm test
9 changes: 8 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,11 @@
/node_modules
node_modules

package-lock.json
/build

/examples/**/node_modules
/examples/**/package-lock.json
/examples/**/.env

.vscode

2 changes: 2 additions & 0 deletions .prettierignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
build
.github/**/*.md
6 changes: 6 additions & 0 deletions .prettierrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"arrowParens": "avoid",
"semi": false,
"trailingComma": "es5",
"endOfLine": "lf"
}
5 changes: 0 additions & 5 deletions .vscode/settings.json

This file was deleted.

7 changes: 7 additions & 0 deletions LICENSE
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
Copyright 2021 Notion Labs, Inc.

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
Loading