@yaakapp/cli 0.0.11 → 0.0.13

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.
@@ -1,13 +0,0 @@
1
- {
2
- "name": "yaak-plugin-name",
3
- "private": true,
4
- "version": "0.0.1",
5
- "scripts": {
6
- "build": "yaakcli build ./src/index.ts"
7
- },
8
- "devDependencies": {
9
- "@types/node": "^20.14.9",
10
- "typescript": "^5.5.2",
11
- "vitest": "^1.4.0"
12
- }
13
- }
@@ -1,6 +0,0 @@
1
- import { describe, expect, test } from 'vitest';
2
- describe('', () => {
3
- test('Exports GET with params', () => {
4
-
5
- });
6
- });
@@ -1,12 +0,0 @@
1
- import {PluginDefinition} from '@yaakapp/api';
2
-
3
- export const plugin: PluginDefinition = {
4
- httpRequestActions: [{
5
- key: 'export-curl',
6
- label: 'Copy as Curl',
7
- icon: 'copy',
8
- async onSelect(ctx, args) {
9
- console.log("Hello World!");
10
- },
11
- }],
12
- };
@@ -1,24 +0,0 @@
1
- {
2
- "compilerOptions": {
3
- "target": "es2021",
4
- "lib": ["DOM", "DOM.Iterable", "ESNext"],
5
- "useDefineForClassFields": true,
6
- "allowJs": false,
7
- "skipLibCheck": true,
8
- "esModuleInterop": false,
9
- "allowSyntheticDefaultImports": true,
10
- "strict": true,
11
- "noUncheckedIndexedAccess": true,
12
- "forceConsistentCasingInFileNames": true,
13
- "module": "ESNext",
14
- "moduleResolution": "Node",
15
- "resolveJsonModule": true,
16
- "isolatedModules": true,
17
- "noEmit": true,
18
- "jsx": "react-jsx"
19
- },
20
- "include": [
21
- "src-web",
22
- "src-web/modules.d.ts"
23
- ]
24
- }
package/yaakcli/yaakcli DELETED
Binary file