|
1 | 1 | { |
2 | 2 | "name": "meilisearch", |
3 | | - "version": "0.32.3", |
| 3 | + "version": "0.32.5", |
4 | 4 | "description": "The Meilisearch JS client for Node.js and the browser.", |
5 | 5 | "keywords": [ |
6 | 6 | "meilisearch", |
|
44 | 44 | "test:ci": "yarn test --ci", |
45 | 45 | "test:env": "yarn build && yarn test:env:nodejs && yarn test:env:esm && yarn test:env:node-ts", |
46 | 46 | "test:env:node-ts": "yarn --cwd tests/env/typescript-node start", |
47 | | - "test:env:nodejs": "node tests/env/node/index.js", |
| 47 | + "test:env:nodejs": "yarn build && node tests/env/node/index.js && node tests/env/node/getting_started.js", |
48 | 48 | "test:env:esm": "yarn --cwd tests/env/esm && yarn --cwd tests/env/esm start", |
49 | 49 | "test:env:nitro-app": "yarn build && yarn --cwd tests/env/nitro-app test", |
50 | 50 | "size": "node scripts/file-size ./dist/bundles/meilisearch.esm.min.js ./dist/bundles/meilisearch.umd.min.js", |
|
70 | 70 | ] |
71 | 71 | }, |
72 | 72 | "dependencies": { |
73 | | - "cross-fetch": "^3.1.5" |
| 73 | + "cross-fetch": "^3.1.6" |
74 | 74 | }, |
75 | 75 | "devDependencies": { |
76 | | - "@babel/preset-env": "^7.21.4", |
| 76 | + "@babel/preset-env": "^7.21.5", |
77 | 77 | "@rollup/plugin-babel": "^6.0.3", |
78 | | - "@rollup/plugin-commonjs": "24.0.1", |
| 78 | + "@rollup/plugin-commonjs": "25.0.0", |
79 | 79 | "@rollup/plugin-json": "^6.0.0", |
80 | | - "@rollup/plugin-node-resolve": "15.0.1", |
| 80 | + "@rollup/plugin-node-resolve": "15.0.2", |
81 | 81 | "@types/jest": "^27.5.0", |
82 | 82 | "@types/prettier": "^2.2.3", |
83 | 83 | "@typescript-eslint/eslint-plugin": "2.34.0", |
|
0 commit comments