add foundkey-js to each workspace package.json
Some checks failed
ci/woodpecker/push/lint-client Pipeline was successful
ci/woodpecker/push/lint-backend Pipeline was successful
ci/woodpecker/push/build Pipeline was successful
ci/woodpecker/push/lint-foundkey-js Pipeline was successful
ci/woodpecker/push/test Pipeline was successful
ci/woodpecker/pr/lint-foundkey-js Pipeline was successful
ci/woodpecker/pr/build Pipeline failed
ci/woodpecker/pr/lint-backend Pipeline was successful
ci/woodpecker/pr/lint-client Pipeline failed
ci/woodpecker/pr/test Pipeline failed
Some checks failed
ci/woodpecker/push/lint-client Pipeline was successful
ci/woodpecker/push/lint-backend Pipeline was successful
ci/woodpecker/push/build Pipeline was successful
ci/woodpecker/push/lint-foundkey-js Pipeline was successful
ci/woodpecker/push/test Pipeline was successful
ci/woodpecker/pr/lint-foundkey-js Pipeline was successful
ci/woodpecker/pr/build Pipeline failed
ci/woodpecker/pr/lint-backend Pipeline was successful
ci/woodpecker/pr/lint-client Pipeline failed
ci/woodpecker/pr/test Pipeline failed
This commit is contained in:
parent
247a01dfe6
commit
bc0f0bf08f
5 changed files with 10 additions and 3 deletions
|
@ -50,6 +50,7 @@
|
||||||
"feed": "4.2.2",
|
"feed": "4.2.2",
|
||||||
"file-type": "17.1.2",
|
"file-type": "17.1.2",
|
||||||
"fluent-ffmpeg": "2.1.2",
|
"fluent-ffmpeg": "2.1.2",
|
||||||
|
"foundkey-js": "workspace:*",
|
||||||
"got": "12.1.0",
|
"got": "12.1.0",
|
||||||
"hpagent": "0.1.2",
|
"hpagent": "0.1.2",
|
||||||
"ioredis": "4.28.5",
|
"ioredis": "4.28.5",
|
||||||
|
|
|
@ -38,6 +38,7 @@
|
||||||
"escape-regexp": "0.0.1",
|
"escape-regexp": "0.0.1",
|
||||||
"eventemitter3": "4.0.7",
|
"eventemitter3": "4.0.7",
|
||||||
"feed": "4.2.2",
|
"feed": "4.2.2",
|
||||||
|
"foundkey-js": "workspace:*",
|
||||||
"idb-keyval": "6.2.0",
|
"idb-keyval": "6.2.0",
|
||||||
"insert-text-at-cursor": "0.3.0",
|
"insert-text-at-cursor": "0.3.0",
|
||||||
"json5": "2.2.1",
|
"json5": "2.2.1",
|
||||||
|
|
|
@ -6,14 +6,15 @@
|
||||||
"main": "./built/index.js",
|
"main": "./built/index.js",
|
||||||
"types": "./built/index.d.ts",
|
"types": "./built/index.d.ts",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"build": "npm run tsc",
|
"prepare": "yarn build",
|
||||||
|
"build": "yarn run tsc",
|
||||||
"tsc": "tsc",
|
"tsc": "tsc",
|
||||||
"tsd": "tsd",
|
"tsd": "tsd",
|
||||||
"api": "npx api-extractor run --local --verbose",
|
"api": "npx api-extractor run --local --verbose",
|
||||||
"api-prod": "npx api-extractor run --verbose",
|
"api-prod": "npx api-extractor run --verbose",
|
||||||
"lint": "eslint . --ext .js,.jsx,.ts,.tsx",
|
"lint": "eslint . --ext .js,.jsx,.ts,.tsx",
|
||||||
"jest": "jest --coverage --detectOpenHandles",
|
"jest": "jest --coverage --detectOpenHandles",
|
||||||
"test": "npm run jest && npm run tsd"
|
"test": "yarn jest && yarn tsd"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@microsoft/api-extractor": "^7.19.3",
|
"@microsoft/api-extractor": "^7.19.3",
|
||||||
|
|
|
@ -9,6 +9,7 @@
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"esbuild": "^0.14.13",
|
"esbuild": "^0.14.13",
|
||||||
|
"foundkey-js": "workspace:*",
|
||||||
"idb-keyval": "^6.0.3"
|
"idb-keyval": "^6.0.3"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
|
|
|
@ -3871,6 +3871,7 @@ __metadata:
|
||||||
file-type: 17.1.2
|
file-type: 17.1.2
|
||||||
fluent-ffmpeg: 2.1.2
|
fluent-ffmpeg: 2.1.2
|
||||||
form-data: ^4.0.0
|
form-data: ^4.0.0
|
||||||
|
foundkey-js: "workspace:*"
|
||||||
got: 12.1.0
|
got: 12.1.0
|
||||||
hpagent: 0.1.2
|
hpagent: 0.1.2
|
||||||
ioredis: 4.28.5
|
ioredis: 4.28.5
|
||||||
|
@ -4943,6 +4944,7 @@ __metadata:
|
||||||
eslint-plugin-vue: ^9.1.1
|
eslint-plugin-vue: ^9.1.1
|
||||||
eventemitter3: 4.0.7
|
eventemitter3: 4.0.7
|
||||||
feed: 4.2.2
|
feed: 4.2.2
|
||||||
|
foundkey-js: "workspace:*"
|
||||||
idb-keyval: 6.2.0
|
idb-keyval: 6.2.0
|
||||||
insert-text-at-cursor: 0.3.0
|
insert-text-at-cursor: 0.3.0
|
||||||
json5: 2.2.1
|
json5: 2.2.1
|
||||||
|
@ -7851,7 +7853,7 @@ __metadata:
|
||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
"foundkey-js@workspace:packages/foundkey-js":
|
"foundkey-js@workspace:*, foundkey-js@workspace:packages/foundkey-js":
|
||||||
version: 0.0.0-use.local
|
version: 0.0.0-use.local
|
||||||
resolution: "foundkey-js@workspace:packages/foundkey-js"
|
resolution: "foundkey-js@workspace:packages/foundkey-js"
|
||||||
dependencies:
|
dependencies:
|
||||||
|
@ -16143,6 +16145,7 @@ __metadata:
|
||||||
dependencies:
|
dependencies:
|
||||||
esbuild: ^0.14.13
|
esbuild: ^0.14.13
|
||||||
eslint: ^8.20.0
|
eslint: ^8.20.0
|
||||||
|
foundkey-js: "workspace:*"
|
||||||
idb-keyval: ^6.0.3
|
idb-keyval: ^6.0.3
|
||||||
languageName: unknown
|
languageName: unknown
|
||||||
linkType: soft
|
linkType: soft
|
||||||
|
|
Loading…
Reference in a new issue