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

connectors #102

Merged
merged 4 commits into from
Aug 24, 2022
Merged
Changes from 1 commit
Commits
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
Prev Previous commit
Next Next commit
chore: dev module
  • Loading branch information
ObservedObserver committed Aug 16, 2022
commit 948323b33875715686a1eb5dea9e2becac785662
12 changes: 12 additions & 0 deletions packages/dev/package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
"name": "@kanaries/dev",
"version": "1.0.0",
"description": "",
"main": "src/index.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC"
}
3 changes: 3 additions & 0 deletions packages/dev/src/index.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
export function dev_test () {
console.log('this is a dev module test')
}
18 changes: 18 additions & 0 deletions packages/dev/tsconfig.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
{
"compilerOptions": {
"outDir": "build",
"module": "ES6",
"lib": ["dom", "es2015", "ESNext"],
"types": ["node"],
"target": "ES2019",
"moduleResolution": "node",
"strict": true,
"noEmit": true,
"allowJs": true,
"skipLibCheck": true,
"esModuleInterop": true
},
"include": [
"src"
]
}
1 change: 1 addition & 0 deletions packages/rath-client/package.json
Original file line number Diff line number Diff line change
@@ -14,6 +14,7 @@
"@kanaries/graphic-walker": "0.1.0",
"@kanaries/loa": "0.0.5",
"@kanaries/web-data-loader": "0.1.7",
"@kanaries/dev": "1.0.0",
"@material-ui/core": "^5.0.0-beta.5",
"@uifabric/icons": "^7.5.17",
"@uifabric/react-hooks": "^7.13.9",