@octopusdeploy/design-system-tokens 2026.2.849 → 2026.2.860

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 (1) hide show
  1. package/package.json +3 -3
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@octopusdeploy/design-system-tokens",
3
- "version": "2026.2.849",
3
+ "version": "2026.2.860",
4
4
  "description": "The design systems tokens. This package contains the raw tokens in their original format, and compiled to an appropriate format for consumption by the design system components.",
5
5
  "main": "dist/src/index.js",
6
6
  "exports": "./dist/src/index.js",
@@ -22,8 +22,8 @@
22
22
  "typescript": "^5.9.2",
23
23
  "vitest": "^4.0.18",
24
24
  "zod": "^3.23.8",
25
- "@octopusdeploy/eslint-config": "^2026.2.849",
26
- "@octopusdeploy/logging-test-utils": "^2026.2.849"
25
+ "@octopusdeploy/eslint-config": "^2026.2.860",
26
+ "@octopusdeploy/logging-test-utils": "^2026.2.860"
27
27
  },
28
28
  "scripts": {
29
29
  "watch": "chokidar \"build/**\" \"tokens/**\" -c \"npm run build\" --silent",