@liveblocks/core 3.18.3-test1 → 3.18.3-test3

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.
package/dist/index.cjs CHANGED
@@ -6,7 +6,7 @@ var __export = (target, all) => {
6
6
 
7
7
  // src/version.ts
8
8
  var PKG_NAME = "@liveblocks/core";
9
- var PKG_VERSION = "3.18.3-test1";
9
+ var PKG_VERSION = "3.18.3-test3";
10
10
  var PKG_FORMAT = "cjs";
11
11
 
12
12
  // src/dupe-detection.ts
package/dist/index.js CHANGED
@@ -6,7 +6,7 @@ var __export = (target, all) => {
6
6
 
7
7
  // src/version.ts
8
8
  var PKG_NAME = "@liveblocks/core";
9
- var PKG_VERSION = "3.18.3-test1";
9
+ var PKG_VERSION = "3.18.3-test3";
10
10
  var PKG_FORMAT = "esm";
11
11
 
12
12
  // src/dupe-detection.ts
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@liveblocks/core",
3
- "version": "3.18.3-test1",
3
+ "version": "3.18.3-test3",
4
4
  "description": "Private internals for Liveblocks. DO NOT import directly from this package!",
5
5
  "type": "module",
6
6
  "main": "./dist/index.cjs",
@@ -33,19 +33,6 @@
33
33
  },
34
34
  "license": "Apache-2.0",
35
35
  "author": "Liveblocks Inc.",
36
- "devDependencies": {
37
- "@liveblocks/query-parser": "^0.1.1",
38
- "@types/json-schema": "^7.0.15",
39
- "@types/ws": "^8.5.10",
40
- "eslint": "^9.39.4",
41
- "fast-check": "^4.6.0",
42
- "msw": "^2.10.4",
43
- "typescript": "^5.9.3",
44
- "vitest": "^4.1.4",
45
- "ws": "^8.17.1",
46
- "@liveblocks/eslint-config": "0.0.0",
47
- "@liveblocks/vitest-config": "1.0.0"
48
- },
49
36
  "peerDependencies": {
50
37
  "@types/json-schema": "^7"
51
38
  },
@@ -54,20 +41,5 @@
54
41
  "url": "git+https://github.com/liveblocks/liveblocks.git",
55
42
  "directory": "packages/liveblocks-core"
56
43
  },
57
- "sideEffects": false,
58
- "scripts": {
59
- "dev": "tsup --watch",
60
- "build": "tsup && node dist/index.js",
61
- "format": "(eslint --fix src/ e2e/ || true) && prettier --write src/ e2e/",
62
- "lint": "eslint src/",
63
- "lint:package": "publint --strict && attw --pack",
64
- "test": "pnpm dlx liveblocks dev -p 1160 -c 'vitest run --coverage'",
65
- "test:ci": "vitest run",
66
- "test:types": "vitest run --config ./vitest.config.typecheck.ts",
67
- "test:watch": "vitest",
68
- "test:e2e": "pnpm dlx liveblocks dev -p 1160 -c 'vitest run --config=./vitest.config.e2e.ts'",
69
- "test:deps": "depcruise src --exclude __tests__",
70
- "showdeps": "depcruise src --include-only '^src' --exclude='__tests__' --output-type dot | dot -T svg > /tmp/dependency-graph.svg && open /tmp/dependency-graph.svg",
71
- "showdeps:high-level": "depcruise src --include-only '^src' --exclude='(^src/index.ts|shallow.ts|__tests__)' --collapse='^src/(refs|lib|compat|types|crdts|protocol)' --output-type dot | dot -T svg > /tmp/dependency-graph.svg && open /tmp/dependency-graph.svg"
72
- }
44
+ "sideEffects": false
73
45
  }