-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[version bump] chore(release): release release-15 [skip ci]
@coveo/[email protected] @coveo/[email protected] @coveo/[email protected] @coveo/[email protected] @coveo/[email protected] @coveo/[email protected] @coveo/[email protected] @coveo/[email protected] @coveo/[email protected] **/README.md **/CHANGELOG.md **/package.json README.md CHANGELOG.md package.json package-lock.json packages/ui/cra-template/template.json
- Loading branch information
1 parent
8a7e7a9
commit a8c3306
Showing
25 changed files
with
355 additions
and
702 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,79 +1 @@ | ||
{ | ||
"name": "@coveo/cli-e2e", | ||
"private": true, | ||
"version": "1.25.0", | ||
"description": "End-to-End test of Coveo's CLI", | ||
"author": "Coveo", | ||
"homepage": "https://github.com/coveo/cli#readme", | ||
"license": "Apache-2.0", | ||
"directories": { | ||
"test": "__tests__" | ||
}, | ||
"files": [ | ||
"lib" | ||
], | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/coveo/cli.git" | ||
}, | ||
"scripts": { | ||
"postinstall": "pip install -r mitmproxy/requirements.txt --user", | ||
"lint": "eslint .", | ||
"test-e2e": "npm run test:headless", | ||
"test:headless": "node ./entrypoints/entry.js", | ||
"test:debug": "node ./entrypoints/entry.js --debug", | ||
"test:bash": "node ./entrypoints/entry.js --bash", | ||
"jest": "npm run jest:ci", | ||
"jest:ci": "jest --verbose --runInBand --detectOpenHandles --forceExit", | ||
"prejest": "rimraf artifacts ui-projects verdaccio/verdaccio", | ||
"jest:debug": "node --inspect-brk ../../node_modules/jest/bin/jest.js --runInBand", | ||
"verdaccio": "verdaccio --config ./verdaccio/config.yaml" | ||
}, | ||
"bugs": { | ||
"url": "https://github.com/coveo/cli/issues" | ||
}, | ||
"engines": { | ||
"node": ">=18" | ||
}, | ||
"devDependencies": { | ||
"@actions/core": "1.10.0", | ||
"@types/async-retry": "1.4.5", | ||
"@types/folder-hash": "4.0.2", | ||
"@types/fs-extra": "11.0.1", | ||
"@types/is-running": "2.1.0", | ||
"@types/jest": "29.4.0", | ||
"@types/node": "18.15.1", | ||
"@types/tmp": "0.2.3", | ||
"@types/wait-on": "5.3.1", | ||
"chrome-launcher": "0.15.1", | ||
"eslint": "8.36.0", | ||
"fkill": "7.2.1", | ||
"folder-hash": "4.0.4", | ||
"is-running": "2.1.0", | ||
"open": "8.4.2", | ||
"pacote": "15.1.1", | ||
"tmp": "0.2.1", | ||
"ts-node": "10.9.1", | ||
"verdaccio": "5.22.1", | ||
"wait-on": "7.0.1" | ||
}, | ||
"dependencies": { | ||
"@babel/core": "7.21.0", | ||
"@babel/preset-env": "7.20.2", | ||
"@babel/preset-typescript": "7.21.0", | ||
"@coveo/cli": "2.5.0", | ||
"@coveo/platform-client": "42.5.0", | ||
"abortcontroller-polyfill": "1.7.5", | ||
"async-retry": "1.3.3", | ||
"babel-jest": "29.5.0", | ||
"devtools-protocol": "0.0.1115542", | ||
"dotenv": "16.0.3", | ||
"fs-extra": "11.1.0", | ||
"get-port": "5.1.1", | ||
"isomorphic-fetch": "3.0.0", | ||
"jest": "29.5.0", | ||
"puppeteer": "19.7.4", | ||
"strip-ansi": "6.0.1", | ||
"typescript": "4.9.5" | ||
} | ||
} | ||
{"name":"@coveo/cli-e2e","private":true,"version":"1.25.0","description":"End-to-End test of Coveo's CLI","author":"Coveo","homepage":"https://github.com/coveo/cli#readme","license":"Apache-2.0","directories":{"test":"__tests__"},"files":["lib"],"repository":{"type":"git","url":"git+https://github.com/coveo/cli.git"},"scripts":{"postinstall":"pip install -r mitmproxy/requirements.txt --user","lint":"eslint .","test-e2e":"npm run test:headless","test:headless":"node ./entrypoints/entry.js","test:debug":"node ./entrypoints/entry.js --debug","test:bash":"node ./entrypoints/entry.js --bash","jest":"npm run jest:ci","jest:ci":"jest --verbose --runInBand --detectOpenHandles --forceExit","prejest":"rimraf artifacts ui-projects verdaccio/verdaccio","jest:debug":"node --inspect-brk ../../node_modules/jest/bin/jest.js --runInBand","verdaccio":"verdaccio --config ./verdaccio/config.yaml"},"bugs":{"url":"https://github.com/coveo/cli/issues"},"engines":{"node":">=18"},"devDependencies":{"@actions/core":"1.10.0","@types/async-retry":"1.4.5","@types/folder-hash":"4.0.2","@types/fs-extra":"11.0.1","@types/is-running":"2.1.0","@types/jest":"29.4.0","@types/node":"18.15.1","@types/tmp":"0.2.3","@types/wait-on":"5.3.1","chrome-launcher":"0.15.1","eslint":"8.36.0","fkill":"7.2.1","folder-hash":"4.0.4","is-running":"2.1.0","open":"8.4.2","pacote":"15.1.1","tmp":"0.2.1","ts-node":"10.9.1","verdaccio":"5.22.1","wait-on":"7.0.1"},"dependencies":{"@babel/core":"7.21.0","@babel/preset-env":"7.20.2","@babel/preset-typescript":"7.21.0","@coveo/cli":"2.5.1","@coveo/platform-client":"42.5.0","abortcontroller-polyfill":"1.7.5","async-retry":"1.3.3","babel-jest":"29.5.0","devtools-protocol":"0.0.1115542","dotenv":"16.0.3","fs-extra":"11.1.0","get-port":"5.1.1","isomorphic-fetch":"3.0.0","jest":"29.5.0","puppeteer":"19.7.4","strip-ansi":"6.0.1","typescript":"4.9.5"}} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.