notion-github 0.1.3 → 0.1.4

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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "notion-github",
3
- "version": "0.1.3",
3
+ "version": "0.1.4",
4
4
  "description": "GitHub and Notion integration for PR automation",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.mjs",
package/dist/cli.d.mts DELETED
@@ -1 +0,0 @@
1
- #!/usr/bin/env node
package/dist/cli.d.ts DELETED
@@ -1 +0,0 @@
1
- #!/usr/bin/env node
package/dist/cli.esm DELETED
@@ -1,10 +0,0 @@
1
- #!/usr/bin/env node
2
- #!/usr/bin/env node
3
-
4
- // src/cli.ts
5
- import { Command } from "commander";
6
- var program = new Command();
7
- program.name("pr-cli").description("A simple CLI tool").version("0.1.2").action(() => {
8
- console.log("Hello World");
9
- });
10
- program.parse();
package/dist/index.cjs DELETED
@@ -1,31 +0,0 @@
1
- #!/usr/bin/env node
2
- "use strict";
3
- var __defProp = Object.defineProperty;
4
- var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
5
- var __getOwnPropNames = Object.getOwnPropertyNames;
6
- var __hasOwnProp = Object.prototype.hasOwnProperty;
7
- var __export = (target, all) => {
8
- for (var name in all)
9
- __defProp(target, name, { get: all[name], enumerable: true });
10
- };
11
- var __copyProps = (to, from, except, desc) => {
12
- if (from && typeof from === "object" || typeof from === "function") {
13
- for (let key of __getOwnPropNames(from))
14
- if (!__hasOwnProp.call(to, key) && key !== except)
15
- __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
16
- }
17
- return to;
18
- };
19
- var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
20
-
21
- // src/index.ts
22
- var index_exports = {};
23
- __export(index_exports, {
24
- a: () => a
25
- });
26
- module.exports = __toCommonJS(index_exports);
27
- var a = "hello";
28
- // Annotate the CommonJS export names for ESM import in node:
29
- 0 && (module.exports = {
30
- a
31
- });
package/dist/index.d.mts DELETED
@@ -1,3 +0,0 @@
1
- declare const a = "hello";
2
-
3
- export { a };
package/dist/index.d.ts DELETED
@@ -1,3 +0,0 @@
1
- declare const a = "hello";
2
-
3
- export { a };
package/dist/index.esm DELETED
@@ -1,7 +0,0 @@
1
- #!/usr/bin/env node
2
-
3
- // src/index.ts
4
- var a = "hello";
5
- export {
6
- a
7
- };
File without changes