@knapsack/spec-utils 4.75.3--canary.5590.2f278d5.0 → 4.75.3

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.
@@ -23,8 +23,8 @@
23
23
  ✔ analyze-exports › function with basic parameters: .d.ts
24
24
  ✔ analyze-exports › async function with basic parameters: .d.ts
25
25
  ✔ analyze-exports › function with complex parameters: .d.ts
26
- ✔ analyze-exports.sandbox-components › analyzeExports react (3.4s)
27
- ✔ analyze-exports.sandbox-components › analyzeExports angular (2.1s)
26
+ ✔ analyze-exports.sandbox-components › analyzeExports react (3.2s)
27
+ ✔ analyze-exports.sandbox-components › analyzeExports angular (2s)
28
28
  ✔ convert-to-spec › string
29
29
  ✔ convert-to-spec › boolean
30
30
  ✔ convert-to-spec › object
package/CHANGELOG.md CHANGED
@@ -1,3 +1,17 @@
1
+ # v4.75.3 (Thu Feb 06 2025)
2
+
3
+ #### 🏠 Internal
4
+
5
+ - prevents table of content logic from running when hidden on page, updates tiptap editor [#5570](https://github.com/knapsack-labs/app-monorepo/pull/5570) ([@mabry1985](https://github.com/mabry1985))
6
+ - KSP-6010: turn off cross origin auth [#5562](https://github.com/knapsack-labs/app-monorepo/pull/5562) ([@illepic](https://github.com/illepic))
7
+
8
+ #### Authors: 2
9
+
10
+ - Christopher Bloom ([@illepic](https://github.com/illepic))
11
+ - Josh Mabry ([@mabry1985](https://github.com/mabry1985))
12
+
13
+ ---
14
+
1
15
  # v4.75.2 (Wed Feb 05 2025)
2
16
 
3
17
  #### 🐛 Bug Fix
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@knapsack/spec-utils",
3
3
  "description": "",
4
- "version": "4.75.3--canary.5590.2f278d5.0",
4
+ "version": "4.75.3",
5
5
  "type": "module",
6
6
  "exports": {
7
7
  ".": {
@@ -19,17 +19,17 @@
19
19
  "test": "ava"
20
20
  },
21
21
  "dependencies": {
22
- "@knapsack/utils": "4.75.3--canary.5590.2f278d5.0",
22
+ "@knapsack/utils": "4.75.3",
23
23
  "typescript": "^5.6.3"
24
24
  },
25
25
  "devDependencies": {
26
- "@knapsack/angular-sandbox-components": "4.75.3--canary.5590.2f278d5.0",
27
- "@knapsack/eslint-config-starter": "4.75.3--canary.5590.2f278d5.0",
28
- "@knapsack/prettier-config": "4.75.3--canary.5590.2f278d5.0",
29
- "@knapsack/sandbox-components": "4.75.3--canary.5590.2f278d5.0",
30
- "@knapsack/test-ava": "4.75.3--canary.5590.2f278d5.0",
31
- "@knapsack/types": "4.75.3--canary.5590.2f278d5.0",
32
- "@knapsack/typescript-config-starter": "4.75.3--canary.5590.2f278d5.0",
26
+ "@knapsack/angular-sandbox-components": "4.75.3",
27
+ "@knapsack/eslint-config-starter": "4.75.3",
28
+ "@knapsack/prettier-config": "4.75.3",
29
+ "@knapsack/sandbox-components": "4.75.3",
30
+ "@knapsack/test-ava": "4.75.3",
31
+ "@knapsack/types": "4.75.3",
32
+ "@knapsack/typescript-config-starter": "4.75.3",
33
33
  "@types/node": "^20.17.17",
34
34
  "ava": "^6.2.0",
35
35
  "eslint": "^8.57.0"
@@ -43,5 +43,5 @@
43
43
  "directory": "apps/client/libs/spec-utils",
44
44
  "type": "git"
45
45
  },
46
- "gitHead": "2f278d5e9c174c288ad68c4a2ba021392587b88d"
46
+ "gitHead": "1bb41ae894c2f17dd0a8ac2df270379e706e8005"
47
47
  }