@liveblocks/node 0.18.3-test2 → 0.18.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1 @@
1
+ ffdcd650cfbea269cf4bb2e1fe12116b1ee3fca6
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@liveblocks/node",
3
- "version": "0.18.3-test2",
3
+ "version": "0.18.4",
4
4
  "description": "A server-side utility that lets you set up a Liveblocks authentication endpoint.",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",
@@ -20,18 +20,26 @@
20
20
  "url": "https://github.com/liveblocks/liveblocks/issues"
21
21
  },
22
22
  "scripts": {
23
- "dev": "tsup --watch --onSuccess ../../scripts/build.sh",
24
23
  "build": "tsup && ../../scripts/build.sh",
25
24
  "format": "eslint --fix src/ && prettier --write src/",
26
25
  "lint": "eslint src/",
27
- "test": "jest --silent --verbose",
28
- "test:watch": "jest --silent --verbose --watch"
26
+ "test": "jest --watch --silent --verbose",
27
+ "test-ci": "jest --silent --verbose --passWithNoTests"
29
28
  },
30
29
  "license": "Apache-2.0",
31
30
  "devDependencies": {
32
- "@liveblocks/eslint-config": "*",
33
- "@liveblocks/jest-config": "*",
34
- "@types/node-fetch": "^2.5.8"
31
+ "@types/jest": "^29.1.2",
32
+ "@types/node-fetch": "^2.5.8",
33
+ "@typescript-eslint/eslint-plugin": "^5.18.0",
34
+ "@typescript-eslint/parser": "^5.18.0",
35
+ "eslint": "^8.12.0",
36
+ "eslint-plugin-import": "^2.26.0",
37
+ "eslint-plugin-simple-import-sort": "^7.0.0",
38
+ "jest": "^29.1.2",
39
+ "prettier": "^2.7.1",
40
+ "ts-jest": "^29.0.3",
41
+ "tsup": "^6.2.2",
42
+ "typescript": "^4.1.5"
35
43
  },
36
44
  "dependencies": {
37
45
  "node-fetch": "^2.6.1"