Skip to content
This repository has been archived by the owner on Apr 29, 2022. It is now read-only.

Commit

Permalink
feat: Add @appland/models and @appland/client as dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
kgilpin committed Dec 22, 2021
1 parent 54f4797 commit 23559b8
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 16 deletions.
7 changes: 6 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,8 @@
"typescript": "^4.4.2"
},
"dependencies": {
"@appland/models": "^1.8.0",
"@appland/client": "applandinc/appmap-js#feat/scan-with-api-key",
"@appland/models": "applandinc/appmap-js#feat/scan-with-api-key",
"@types/sinon": "^10.0.2",
"ajv": "^8.8.2",
"ansi-escapes": "^5.0.0",
Expand Down Expand Up @@ -80,5 +81,9 @@
"built/**/*.json"
],
"outputPath": "dist"
},
"resolutions": {
"@appland/models": "portal:/Users/kgilpin/source/appland/appmap-js/packages/models",
"@appland/client": "portal:/Users/kgilpin/source/appland/appmap-js/packages/client"
}
}
39 changes: 24 additions & 15 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -47,22 +47,40 @@ __metadata:
languageName: node
linkType: hard

"@appland/models@npm:^1.8.0":
version: 1.8.0
resolution: "@appland/models@npm:1.8.0"
"@appland/client@portal:/Users/kgilpin/source/appland/appmap-js/packages/client::locator=%40applandinc%2Fscanner%40workspace%3A.":
version: 0.0.0-use.local
resolution: "@appland/client@portal:/Users/kgilpin/source/appland/appmap-js/packages/client::locator=%40applandinc%2Fscanner%40workspace%3A."
dependencies:
"@appland/models": "workspace:^1.8.1"
js-yaml: ^4.1.0
languageName: node
linkType: soft

"@appland/models@portal:/Users/kgilpin/source/appland/appmap-js/packages/models::locator=%40applandinc%2Fscanner%40workspace%3A.":
version: 0.0.0-use.local
resolution: "@appland/models@portal:/Users/kgilpin/source/appland/appmap-js/packages/models::locator=%40applandinc%2Fscanner%40workspace%3A."
dependencies:
"@appland/sql-parser": ^1.1.1
cross-env: ^7.0.3
crypto-js: ^4.0.0
sqlite-parser: applandinc/sqlite-parser
checksum: ca462f8c396345fcc7445429af5c53aef8231929836d4ffb3bb65d2b11307821a5a00f211425a041a4d155e9b33fa83250a0a916a25982e420d4371938585415
languageName: node
linkType: soft

"@appland/sql-parser@npm:^1.1.1":
version: 1.1.1
resolution: "@appland/sql-parser@npm:1.1.1"
bin:
sqlite-parser: bin/sqlite-parser
checksum: c71b79650d201dde464888461ec3f19631401626eacfad11a185068c81baf95ae3635d125423ce51e872ab7c778801bcf17be172cb1e49fea51249a134ff4fa5
languageName: node
linkType: hard

"@applandinc/scanner@workspace:.":
version: 0.0.0-use.local
resolution: "@applandinc/scanner@workspace:."
dependencies:
"@appland/models": ^1.8.0
"@appland/client": "applandinc/appmap-js#feat/scan-with-api-key"
"@appland/models": "applandinc/appmap-js#feat/scan-with-api-key"
"@semantic-release/changelog": ^6.0.1
"@semantic-release/git": ^10.0.1
"@types/glob": ^7.1.4
Expand Down Expand Up @@ -7693,15 +7711,6 @@ __metadata:
languageName: node
linkType: hard

sqlite-parser@applandinc/sqlite-parser:
version: 1.1.0
resolution: "sqlite-parser@https://github.com/applandinc/sqlite-parser.git#commit=ecd7db3afc8ca32ebf6c13612665bd334330b809"
bin:
sqlite-parser: bin/sqlite-parser
checksum: ee07464d79841214a854bd3f957269fc5b230ad64ff6bf6284970987d90debdcc8b2cb999512f73af46229a2ceed344f91166ffa2ed4b3e38cffddcfe5449da5
languageName: node
linkType: hard

"sshpk@npm:^1.7.0":
version: 1.16.1
resolution: "sshpk@npm:1.16.1"
Expand Down

0 comments on commit 23559b8

Please sign in to comment.