@knapsack/tiptap-utils 4.100.6 → 4.100.7--canary.8085.4bdcfc1.0

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.
@@ -2,11 +2,11 @@ $ tsc -p tsconfig.test.json && vitest run
2
2
 
3
3
   RUN  v4.1.11 /home/runner/work/app-monorepo/app-monorepo/libs/tiptap-utils
4
4
 
5
- ✓ src/find-unrecognized-content.test.ts (30 tests) 81ms
6
- ✓ src/conceal-mode-schema-validity.test.ts (3 tests) 56ms
5
+ ✓ src/find-unrecognized-content.test.ts (30 tests) 17ms
6
+ ✓ src/conceal-mode-schema-validity.test.ts (3 tests) 19ms
7
7
 
8
8
   Test Files  2 passed (2)
9
9
   Tests  33 passed (33)
10
-  Start at  23:02:46
11
-  Duration  1.70s (transform 785ms, setup 0ms, import 1.33s, tests 138ms, environment 6ms)
10
+  Start at  16:40:59
11
+  Duration  510ms (transform 253ms, setup 0ms, import 404ms, tests 35ms, environment 0ms)
12
12
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@knapsack/tiptap-utils",
3
3
  "description": "",
4
- "version": "4.100.6",
4
+ "version": "4.100.7--canary.8085.4bdcfc1.0",
5
5
  "type": "module",
6
6
  "exports": {
7
7
  ".": {
@@ -19,7 +19,7 @@
19
19
  "test": "tsc -p tsconfig.test.json && vitest run"
20
20
  },
21
21
  "dependencies": {
22
- "@knapsack/utils": "4.100.6",
22
+ "@knapsack/utils": "4.100.7--canary.8085.4bdcfc1.0",
23
23
  "@tiptap/core": "^3.24.0",
24
24
  "@tiptap/extension-blockquote": "^3.24.0",
25
25
  "@tiptap/extension-bold": "^3.24.0",
@@ -47,9 +47,9 @@
47
47
  "linkifyjs": "^4.3.2"
48
48
  },
49
49
  "devDependencies": {
50
- "@knapsack/eslint-config-starter": "4.100.6",
51
- "@knapsack/prettier-config": "4.100.6",
52
- "@knapsack/typescript-config-starter": "4.100.6",
50
+ "@knapsack/eslint-config-starter": "4.100.7--canary.8085.4bdcfc1.0",
51
+ "@knapsack/prettier-config": "4.100.7--canary.8085.4bdcfc1.0",
52
+ "@knapsack/typescript-config-starter": "4.100.7--canary.8085.4bdcfc1.0",
53
53
  "@types/node": "^24.13.2",
54
54
  "eslint": "^9.20.0",
55
55
  "typescript": "^6.0.3",
@@ -64,5 +64,5 @@
64
64
  "directory": "libs/tiptap-utils",
65
65
  "type": "git"
66
66
  },
67
- "gitHead": "14467c690960387241be21830c933f0aa232e194"
67
+ "gitHead": "4bdcfc1cae3a40c04da819eeaa77cd8bee2e05b7"
68
68
  }