@canonical/ds-assets 0.10.0 → 0.11.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/README.md +1 -1
  2. package/package.json +13 -11
package/README.md CHANGED
@@ -4,4 +4,4 @@ This package contains shared assets for Pragma.
4
4
 
5
5
  For further information, please refer to the documentation for a specific asset type:
6
6
 
7
- - [Icons](./docs/ICONS.md)
7
+ - [Icons](./docs/ICONS.md)
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@canonical/ds-assets",
3
3
  "description": "Assets for Pragma.",
4
- "version": "0.10.0",
4
+ "version": "0.11.0",
5
5
  "type": "module",
6
6
  "module": "dist/esm/index.js",
7
7
  "types": "dist/types/index.d.ts",
@@ -27,7 +27,8 @@
27
27
  "build:all": "bun run build:package",
28
28
  "build:package": "bun run build:package:tsc",
29
29
  "build:package:tsc": "tsc -p tsconfig.build.json",
30
- "check": "bun run check:biome && bun run check:ts",
30
+ "check": "bun run check:biome && bun run check:ts && bun run check:webarchitect",
31
+ "check:webarchitect": "webarchitect library",
31
32
  "check:fix": "bun run check:biome:fix && bun run check:ts",
32
33
  "check:biome": "biome check",
33
34
  "check:biome:fix": "biome check --write",
@@ -37,15 +38,16 @@
37
38
  "test:vitest:watch": "vitest"
38
39
  },
39
40
  "devDependencies": {
40
- "@biomejs/biome": "2.2.4",
41
- "@canonical/biome-config": "^0.10.0",
42
- "@canonical/typescript-config-base": "^0.10.0",
41
+ "@biomejs/biome": "2.3.11",
42
+ "@canonical/biome-config": "^0.11.0",
43
+ "@canonical/typescript-config-base": "^0.11.0",
44
+ "@canonical/webarchitect": "^0.11.0",
43
45
  "@types/node": "^24.0.0",
44
- "jsdom": "^27.0.0",
45
- "typescript": "^5.8.3",
46
- "vite": "^7.0.0",
47
- "vite-tsconfig-paths": "^5.1.4",
48
- "vitest": "^3.2.3"
46
+ "jsdom": "^26.1.0",
47
+ "typescript": "^5.9.3",
48
+ "vite": "^7.3.1",
49
+ "vite-tsconfig-paths": "^6.0.4",
50
+ "vitest": "^4.0.17"
49
51
  },
50
- "gitHead": "49cd1f8973f269cc6ced61c27c137e379ccb032c"
52
+ "gitHead": "29125736059d1880b3d0fc277b218a63a2574f28"
51
53
  }