@knapsack/design-token-utils 4.80.4--canary.6088.e9eda8a.0 → 4.81.0--canary.6088.c144bbb.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +0 -32
  2. package/package.json +9 -9
package/CHANGELOG.md CHANGED
@@ -1,35 +1,3 @@
1
- # v4.80.3 (Thu May 08 2025)
2
-
3
- #### 🐛 Bug Fix
4
-
5
- - Merge branch 'latest' into feature/ksp-6388-archive-opisnet-after-51 ([@freneticpixel](https://github.com/freneticpixel))
6
- - Merge branch 'latest' into feature/ksp-6271-fix-batch-logging-on-github-provider ([@freneticpixel](https://github.com/freneticpixel))
7
-
8
- #### 🏠 Internal
9
-
10
- - (some of) Matt Pocock's cursor rules [#6086](https://github.com/knapsack-labs/app-monorepo/pull/6086) ([@illepic](https://github.com/illepic))
11
- - Removes opis SSO connection and custom page resources [#6091](https://github.com/knapsack-labs/app-monorepo/pull/6091) ([@freneticpixel](https://github.com/freneticpixel))
12
- - Fix batch commit number bug in GitHub provider [#6092](https://github.com/knapsack-labs/app-monorepo/pull/6092) ([@freneticpixel](https://github.com/freneticpixel))
13
-
14
- #### Authors: 2
15
-
16
- - Christopher Bloom ([@illepic](https://github.com/illepic))
17
- - Jim Frenette ([@freneticpixel](https://github.com/freneticpixel))
18
-
19
- ---
20
-
21
- # v4.80.2 (Wed May 07 2025)
22
-
23
- #### 🐛 Bug Fix
24
-
25
- - Merge branch 'latest' into feature/ksp-6456-replace-remote-calls-from-client-when-running-locally ([@freneticpixel](https://github.com/freneticpixel))
26
-
27
- #### Authors: 1
28
-
29
- - Jim Frenette ([@freneticpixel](https://github.com/freneticpixel))
30
-
31
- ---
32
-
33
1
  # v4.79.2 (Tue Apr 29 2025)
34
2
 
35
3
  #### 🏠 Internal
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@knapsack/design-token-utils",
3
3
  "description": "",
4
- "version": "4.80.4--canary.6088.e9eda8a.0",
4
+ "version": "4.81.0--canary.6088.c144bbb.0",
5
5
  "type": "module",
6
6
  "exports": {
7
7
  ".": {
@@ -26,19 +26,19 @@
26
26
  "test": "time npm run ava"
27
27
  },
28
28
  "dependencies": {
29
- "@knapsack/color-utils": "4.80.4--canary.6088.e9eda8a.0",
30
- "@knapsack/file-utils": "4.80.4--canary.6088.e9eda8a.0",
31
- "@knapsack/types": "4.80.4--canary.6088.e9eda8a.0",
32
- "@knapsack/utils": "4.80.4--canary.6088.e9eda8a.0",
29
+ "@knapsack/color-utils": "4.81.0--canary.6088.c144bbb.0",
30
+ "@knapsack/file-utils": "4.81.0--canary.6088.c144bbb.0",
31
+ "@knapsack/types": "4.81.0--canary.6088.c144bbb.0",
32
+ "@knapsack/utils": "4.81.0--canary.6088.c144bbb.0",
33
33
  "flat": "^5.0.2",
34
34
  "immer": "^10.1.1",
35
35
  "lodash": "^4.17.21",
36
36
  "superstruct": "^0.16.7"
37
37
  },
38
38
  "devDependencies": {
39
- "@knapsack/eslint-config-starter": "4.80.4--canary.6088.e9eda8a.0",
40
- "@knapsack/test-ava": "4.80.4--canary.6088.e9eda8a.0",
41
- "@knapsack/typescript-config-starter": "4.80.4--canary.6088.e9eda8a.0",
39
+ "@knapsack/eslint-config-starter": "4.81.0--canary.6088.c144bbb.0",
40
+ "@knapsack/test-ava": "4.81.0--canary.6088.c144bbb.0",
41
+ "@knapsack/typescript-config-starter": "4.81.0--canary.6088.c144bbb.0",
42
42
  "@types/flat": "^5.0.5",
43
43
  "@types/fs-extra": "^11.0.4",
44
44
  "@types/lodash": "^4.17.16",
@@ -61,5 +61,5 @@
61
61
  "directory": "libs/design-token-utils",
62
62
  "type": "git"
63
63
  },
64
- "gitHead": "e9eda8aff76eb7446716d5c86eeef06c55db6b80"
64
+ "gitHead": "c144bbb5ded1a7bdfbab9bd1a213be40fa7df3b3"
65
65
  }