notion-types
Advanced tools
Comparing version 1.1.0 to 1.2.0
@@ -1,1 +0,8 @@ | ||
export * from './notion-types'; | ||
export * from './core'; | ||
export * from './block'; | ||
export * from './formula'; | ||
export * from './user'; | ||
export * from './collection'; | ||
export * from './collection-view'; | ||
export * from './maps'; | ||
export * from './api'; |
"use strict"; | ||
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) { | ||
if (k2 === undefined) k2 = k; | ||
Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } }); | ||
}) : (function(o, m, k, k2) { | ||
if (k2 === undefined) k2 = k; | ||
o[k2] = m[k]; | ||
})); | ||
var __exportStar = (this && this.__exportStar) || function(m, exports) { | ||
for (var p in m) if (p !== "default" && !exports.hasOwnProperty(p)) __createBinding(exports, m, p); | ||
}; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
__exportStar(require("./notion-types"), exports); | ||
//# sourceMappingURL=index.js.map |
{ | ||
"name": "notion-types", | ||
"version": "1.1.0", | ||
"version": "1.2.0", | ||
"description": "TypeScript types for core Notion data structures.", | ||
@@ -13,3 +13,3 @@ "repository": "saasify-sh/notion-kit", | ||
}, | ||
"gitHead": "623ac78b75931c663bf750c716c302b09405b8d6" | ||
"gitHead": "da2f6798dfc72993adbb2610a5cd5acc62065280" | ||
} |
@@ -1,1 +0,8 @@ | ||
export * from './notion-types' | ||
export * from './core' | ||
export * from './block' | ||
export * from './formula' | ||
export * from './user' | ||
export * from './collection' | ||
export * from './collection-view' | ||
export * from './maps' | ||
export * from './api' |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
177764
42
1328
1