@canonical/utils 0.9.0-experimental.1 → 0.9.0-experimental.2
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.
- package/package.json +6 -6
package/package.json
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
{
|
2
2
|
"name": "@canonical/utils",
|
3
3
|
"description": "Standard utility functions for Canonical's Web Engineering team",
|
4
|
-
"version": "0.9.0-experimental.
|
4
|
+
"version": "0.9.0-experimental.2",
|
5
5
|
"type": "module",
|
6
6
|
"module": "dist/esm/index.js",
|
7
7
|
"types": "dist/types/index.d.ts",
|
@@ -32,15 +32,15 @@
|
|
32
32
|
"build": "tsc -p tsconfig.build.json",
|
33
33
|
"check": "bun run check:biome && bun run check:ts",
|
34
34
|
"check:fix": "bun run check:biome:fix && bun run check:ts",
|
35
|
-
"check:biome": "biome check
|
36
|
-
"check:biome:fix": "biome check --write
|
35
|
+
"check:biome": "biome check",
|
36
|
+
"check:biome:fix": "biome check --write",
|
37
37
|
"check:ts": "tsc --noEmit"
|
38
38
|
},
|
39
39
|
"devDependencies": {
|
40
40
|
"@biomejs/biome": "^1.9.4",
|
41
|
-
"@canonical/biome-config": "^0.9.0-experimental.
|
42
|
-
"@canonical/typescript-config-base": "^0.9.0-experimental.
|
41
|
+
"@canonical/biome-config": "^0.9.0-experimental.2",
|
42
|
+
"@canonical/typescript-config-base": "^0.9.0-experimental.2",
|
43
43
|
"typescript": "^5.7.2"
|
44
44
|
},
|
45
|
-
"gitHead": "
|
45
|
+
"gitHead": "3b4b3637d6c340d1363bc89e973dadea8881f625"
|
46
46
|
}
|