Skip to content

Commit

Permalink
delete bounce-loader
Browse files Browse the repository at this point in the history
  • Loading branch information
jgespinosa10 committed Feb 6, 2025
1 parent 866173d commit 4314740
Show file tree
Hide file tree
Showing 16 changed files with 1,432 additions and 1,168 deletions.
4 changes: 4 additions & 0 deletions example-demos/oveViteDemo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,5 +34,9 @@
"@vitejs/plugin-react": "^4.0.3",
"vite": "4.3.6",
"vitest": "^0.34.4"
},
"volta": {
"node": "18.20.6",
"yarn": "1.22.22"
}
}
2,272 changes: 1,427 additions & 845 deletions example-demos/oveViteDemo/yarn.lock

Large diffs are not rendered by default.

127 changes: 0 additions & 127 deletions output.json
Original file line number Diff line number Diff line change
Expand Up @@ -83,127 +83,6 @@
"implicitDependencies": []
}
},
"bounce-loader": {
"name": "bounce-loader",
"type": "lib",
"data": {
"root": "packages/bounce-loader",
"name": "bounce-loader",
"targets": {
"nx-release-publish": {
"dependsOn": ["^nx-release-publish"],
"executor": "@nx/js:release-publish",
"options": {},
"configurations": {}
},
"build": {
"executor": "@nx/vite:build",
"dependsOn": ["^build"],
"inputs": ["production", "^production"],
"outputs": ["{options.outputPath}"],
"defaultConfiguration": "production",
"options": {
"generatePackageJson": true,
"outputPath": "dist/bounce-loader"
},
"configurations": {
"production": {
"mode": "production"
}
}
},
"lint": {
"executor": "@nx/linter:eslint",
"inputs": [
"default",
"{workspaceRoot}/.eslintrc.json",
"{workspaceRoot}/.eslintignore"
],
"outputs": ["{options.outputFile}"],
"options": {
"maxWarnings": 0,
"lintFilePatterns": [
"packages/bounce-loader/**/*.{ts,tsx,js,jsx}"
]
},
"configurations": {}
},
"test": {
"metadata": {},
"inputs": [
"default",
"^production",
"{workspaceRoot}/jest.preset.js"
],
"executor": "nx:run-commands",
"options": {
"command": "cd packages/bounce-loader && yarn vitest run --changed --config vite.config.ts"
},
"configurations": {}
},
"e2e-playwright": {
"metadata": {},
"inputs": ["default", "^production"],
"executor": "nx:run-commands",
"options": {
"command": "cd packages/bounce-loader && yarn playwright test"
},
"configurations": {}
},
"launch-e2e": {
"metadata": {},
"inputs": ["default", "^production"],
"executor": "nx:run-commands",
"options": {
"command": "nx run bounce-loader:start & cd packages/bounce-loader && yarn playwright test --ui"
},
"configurations": {}
},
"start": {
"executor": "nx:run-commands",
"options": {
"command": "cd packages/bounce-loader && yarn vite"
},
"configurations": {}
},
"launch-e2e2": {
"executor": "nx:run-commands",
"options": {
"command": "yarn concurrently -k \"wait-on tcp:4200 && cd packages/bounce-loader && yarn cypress open --e2e --browser chrome\" \"nx run bounce-loader:start\""
},
"configurations": {}
},
"e2e2": {
"executor": "nx:run-commands",
"options": {
"command": "yarn concurrently --kill-others --kill-signal SIGKILL --success first \"yarn wait-on tcp:4200 && cd packages/bounce-loader && yarn cypress run --record --config --e2e\" \"nx run bounce-loader:start\" "
},
"configurations": {}
},
"publish": {
"dependsOn": ["e2e", "build"],
"executor": "nx:run-commands",
"options": {
"command": "node tools/scripts/publish.mjs bounce-loader latest"
},
"configurations": {}
},
"publish-beta": {
"dependsOn": ["e2e", "build"],
"executor": "nx:run-commands",
"options": {
"command": "node tools/scripts/publish.mjs bounce-loader beta"
},
"configurations": {}
}
},
"sourceRoot": "packages/bounce-loader/src",
"projectType": "library",
"$schema": "../../node_modules/nx/schemas/project-schema.json",
"tags": [],
"implicitDependencies": []
}
},
"bio-parsers": {
"name": "bio-parsers",
"type": "lib",
Expand Down Expand Up @@ -830,7 +709,6 @@
"type": "static"
}
],
"bounce-loader": [],
"bio-parsers": [
{
"source": "bio-parsers",
Expand Down Expand Up @@ -895,11 +773,6 @@
"source": "ui",
"target": "file-utils",
"type": "static"
},
{
"source": "ui",
"target": "bounce-loader",
"type": "static"
}
]
}
Expand Down
9 changes: 0 additions & 9 deletions packages/bounce-loader/demo/index.js

This file was deleted.

10 changes: 0 additions & 10 deletions packages/bounce-loader/e2e-playwright/index.spec.js

This file was deleted.

11 changes: 0 additions & 11 deletions packages/bounce-loader/index.html

This file was deleted.

13 changes: 0 additions & 13 deletions packages/bounce-loader/package.json

This file was deleted.

5 changes: 0 additions & 5 deletions packages/bounce-loader/playwright.config.js

This file was deleted.

56 changes: 0 additions & 56 deletions packages/bounce-loader/project.json

This file was deleted.

20 changes: 0 additions & 20 deletions packages/bounce-loader/src/index.js

This file was deleted.

15 changes: 0 additions & 15 deletions packages/bounce-loader/src/index.spec.js

This file was deleted.

45 changes: 0 additions & 45 deletions packages/bounce-loader/src/style.css

This file was deleted.

4 changes: 0 additions & 4 deletions packages/bounce-loader/tsconfig.json

This file was deleted.

6 changes: 0 additions & 6 deletions packages/bounce-loader/vite.config.ts

This file was deleted.

2 changes: 1 addition & 1 deletion packages/ove/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@teselagen/ove",
"version": "0.7.21-beta.1",
"version": "0.7.21-beta.2",
"main": "./src/index.js",
"type": "module",
"exports": {
Expand Down
1 change: 0 additions & 1 deletion tsconfig.base.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
"baseUrl": ".",
"paths": {
"@teselagen/bio-parsers": ["packages/bio-parsers/src/index.js"],
"@teselagen/bounce-loader": ["packages/bounce-loader/src/index.js"],
"@teselagen/file-utils": ["packages/file-utils/src/index.js"],
"@teselagen/ove": ["packages/ove/src/index.js"],
"@teselagen/range-utils": ["packages/range-utils/src/index.js"],
Expand Down

0 comments on commit 4314740

Please sign in to comment.