@knapsack/spec-utils 4.77.0 → 4.77.1--canary.8cbf1e4.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.
@@ -23,7 +23,7 @@
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.2s)
26
+ ✔ analyze-exports.sandbox-components › analyzeExports react (3.3s)
27
27
  ✔ analyze-exports.sandbox-components › analyzeExports angular (2s)
28
28
  ✔ convert-to-spec › string
29
29
  ✔ convert-to-spec › boolean
package/CHANGELOG.md CHANGED
@@ -1,26 +1,3 @@
1
- # v4.77.0 (Thu Mar 13 2025)
2
-
3
- #### 🚀 Enhancement
4
-
5
- - KSP-6200: proper var name in var ref [#5778](https://github.com/knapsack-labs/app-monorepo/pull/5778) ([@illepic](https://github.com/illepic))
6
-
7
- #### 🐛 Bug Fix
8
-
9
- - Merge branch 'latest' into feature/ksp-6069-fix-and-test-bitbucket-dc-provider ([@freneticpixel](https://github.com/freneticpixel))
10
-
11
- #### 🏠 Internal
12
-
13
- - fix(deps): update dependency @types/node to ^20.17.24 [#5695](https://github.com/knapsack-labs/app-monorepo/pull/5695) ([@renovate[bot]](https://github.com/renovate[bot]))
14
- - Bitbucket DC updates [#5652](https://github.com/knapsack-labs/app-monorepo/pull/5652) ([@freneticpixel](https://github.com/freneticpixel))
15
-
16
- #### Authors: 3
17
-
18
- - [@renovate[bot]](https://github.com/renovate[bot])
19
- - Christopher Bloom ([@illepic](https://github.com/illepic))
20
- - Jim Frenette ([@freneticpixel](https://github.com/freneticpixel))
21
-
22
- ---
23
-
24
1
  # v4.76.3 (Mon Mar 10 2025)
25
2
 
26
3
  #### 🏠 Internal
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@knapsack/spec-utils",
3
3
  "description": "",
4
- "version": "4.77.0",
4
+ "version": "4.77.1--canary.8cbf1e4.0",
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.77.0",
22
+ "@knapsack/utils": "4.77.1--canary.8cbf1e4.0",
23
23
  "typescript": "^5.7.3"
24
24
  },
25
25
  "devDependencies": {
26
- "@knapsack/angular-sandbox-components": "4.77.0",
27
- "@knapsack/eslint-config-starter": "4.77.0",
28
- "@knapsack/prettier-config": "4.77.0",
29
- "@knapsack/sandbox-components": "4.77.0",
30
- "@knapsack/test-ava": "4.77.0",
31
- "@knapsack/types": "4.77.0",
32
- "@knapsack/typescript-config-starter": "4.77.0",
26
+ "@knapsack/angular-sandbox-components": "4.77.1--canary.8cbf1e4.0",
27
+ "@knapsack/eslint-config-starter": "4.77.1--canary.8cbf1e4.0",
28
+ "@knapsack/prettier-config": "4.77.1--canary.8cbf1e4.0",
29
+ "@knapsack/sandbox-components": "4.77.1--canary.8cbf1e4.0",
30
+ "@knapsack/test-ava": "4.77.1--canary.8cbf1e4.0",
31
+ "@knapsack/types": "4.77.1--canary.8cbf1e4.0",
32
+ "@knapsack/typescript-config-starter": "4.77.1--canary.8cbf1e4.0",
33
33
  "@types/node": "^20.17.24",
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": "c0a38469e19fe1f41b33f7eb137ab4301f4001a1"
46
+ "gitHead": "8cbf1e4c0b22c69226b0e20504b7c7f77c6e8631"
47
47
  }