Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
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
2 changes: 2 additions & 0 deletions clients/algoliasearch-client-javascript/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,5 @@ lerna-debug.log
node_modules

.nx
.cursor/rules/nx-rules.mdc
.github/instructions/nx.instructions.md
4 changes: 2 additions & 2 deletions clients/algoliasearch-client-javascript/lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
"packages": ["packages/*"],
"version": "independent",
"useNx": true
"version": "independent"
}
8 changes: 4 additions & 4 deletions clients/algoliasearch-client-javascript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"packages/*"
],
"scripts": {
"build": "lerna run build --skip-nx-cache --scope '@algolia/requester-testing' --scope '@algolia/logger-console' --scope 'algoliasearch' --scope '@algolia/composition' --scope '@algolia/advanced-personalization' --include-dependencies ",
"build": "lerna run build --scope '@algolia/requester-testing' --scope '@algolia/logger-console' --scope 'algoliasearch' --scope '@algolia/composition' --scope '@algolia/advanced-personalization' --include-dependencies",
"clean": "lerna run clean",
"release:publish": "tsc --project scripts/tsconfig.json && node scripts/dist/publish.js",
"test": "lerna run test $*",
Expand All @@ -18,15 +18,15 @@
"@types/node": "22.18.8",
"bundlewatch": "0.4.1",
"execa": "9.6.0",
"lerna": "8.2.4",
"rollup": "4.41.0",
"lerna": "9.0.0",
"rollup": "4.52.4",
"typescript": "5.9.3"
},
"bundlewatch": {
"files": [
{
"path": "packages/algoliasearch/dist/algoliasearch.umd.js",
"maxSize": "18.15KB"
"maxSize": "14.60KB"
},
{
"path": "packages/algoliasearch/dist/lite/builds/browser.umd.js",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,9 @@
},
"devDependencies": {
"@arethetypeswrong/cli": "0.18.2",
"@types/node": "22.18.8",
"jsdom": "26.1.0",
"publint": "0.3.13",
"@types/node": "22.18.1",
"jsdom": "27.0.0",
"publint": "0.3.14",
"ts-node": "10.9.2",
"tsup": "8.5.0",
"typescript": "5.9.3",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,9 @@
},
"devDependencies": {
"@arethetypeswrong/cli": "0.18.2",
"@types/node": "22.18.8",
"jsdom": "26.1.0",
"publint": "0.3.13",
"@types/node": "22.18.1",
"jsdom": "27.0.0",
"publint": "0.3.14",
"ts-node": "10.9.2",
"tsup": "8.5.0",
"typescript": "5.9.3",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,9 @@
},
"devDependencies": {
"@arethetypeswrong/cli": "0.18.2",
"@types/node": "22.18.8",
"jsdom": "26.1.0",
"publint": "0.3.13",
"@types/node": "22.18.1",
"jsdom": "27.0.0",
"publint": "0.3.14",
"tsup": "8.5.0",
"typescript": "5.9.3",
"vitest": "3.2.4",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
"@types/node": "22.18.8",
"cross-fetch": "4.1.0",
"nock": "14.0.10",
"publint": "0.3.13",
"publint": "0.3.14",
"tsup": "8.5.0",
"typescript": "5.9.3",
"vitest": "3.2.4"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"@arethetypeswrong/cli": "0.18.2",
"@types/node": "22.18.8",
"nock": "14.0.10",
"publint": "0.3.13",
"publint": "0.3.14",
"tsup": "8.5.0",
"typescript": "5.9.3",
"vitest": "3.2.4"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,8 @@
},
"devDependencies": {
"@arethetypeswrong/cli": "0.18.2",
"@types/node": "22.18.8",
"publint": "0.3.13",
"@types/node": "22.18.1",
"publint": "0.3.14",
"tsup": "8.5.0",
"typescript": "5.9.3"
},
Expand Down
Loading