@canonical/utils 0.3.1-experimental.0 → 0.4.0-experimental.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.
- package/dist/esm/throttle.js.map +1 -1
- package/package.json +9 -12
package/dist/esm/throttle.js.map
CHANGED
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"throttle.js","sourceRoot":"","sources":["../../src/throttle.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;;;GAiBG;AACH,MAAM,CAAC,OAAO,UAAU,QAAQ,CAE9B,IAAO,EAAE,IAAY;IACrB,IAAI,KAAK,
|
1
|
+
{"version":3,"file":"throttle.js","sourceRoot":"","sources":["../../src/throttle.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;;;GAiBG;AACH,MAAM,CAAC,OAAO,UAAU,QAAQ,CAE9B,IAAO,EAAE,IAAY;IACrB,IAAI,KAAK,GAAyC,IAAI,CAAC;IACvD,OAAO,UAAyB,GAAG,IAAmB;QACpD,IAAI,KAAK;YAAE,YAAY,CAAC,KAAK,CAAC,CAAC;QAC/B,KAAK,GAAG,UAAU,CAAC,GAAG,EAAE;YACtB,IAAI,CAAC,KAAK,CAAC,IAAI,EAAE,IAAI,CAAC,CAAC;QACzB,CAAC,EAAE,IAAI,CAAC,CAAC;IACX,CAAC,CAAC;AACJ,CAAC"}
|
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.
|
4
|
+
"version": "0.4.0-experimental.0",
|
5
5
|
"type": "module",
|
6
6
|
"module": "dist/esm/index.js",
|
7
7
|
"types": "dist/types/index.d.ts",
|
@@ -23,20 +23,17 @@
|
|
23
23
|
"homepage": "https://github.com/canonical/ds25#readme",
|
24
24
|
"scripts": {
|
25
25
|
"build": "tsc -p tsconfig.build.json",
|
26
|
-
"lint": "biome lint src/*.{ts,tsx}",
|
27
|
-
"format": "bun run format:biome",
|
28
|
-
"format:biome": "biome format src/*.{ts,tsx}",
|
29
26
|
"check": "bun run check:biome && bun run check:ts",
|
30
|
-
"check:fix": "bun run check:biome:fix",
|
31
|
-
"check:biome": "biome check src
|
32
|
-
"check:biome:fix": "biome check --write src
|
27
|
+
"check:fix": "bun run check:biome:fix && bun run check:ts",
|
28
|
+
"check:biome": "biome check src *.json",
|
29
|
+
"check:biome:fix": "biome check --write src *.json",
|
33
30
|
"check:ts": "tsc --noEmit"
|
34
31
|
},
|
35
32
|
"devDependencies": {
|
36
|
-
"@biomejs/biome": "^1.9.
|
37
|
-
"@canonical/biome-config": "^0.
|
38
|
-
"@canonical/typescript-config-base": "^0.
|
39
|
-
"typescript": "^5.
|
33
|
+
"@biomejs/biome": "^1.9.4",
|
34
|
+
"@canonical/biome-config": "^0.4.0-experimental.0",
|
35
|
+
"@canonical/typescript-config-base": "^0.4.0-experimental.0",
|
36
|
+
"typescript": "^5.7.2"
|
40
37
|
},
|
41
|
-
"gitHead": "
|
38
|
+
"gitHead": "c1d4c3d77c4d7a522359babd05186dbf65aca801"
|
42
39
|
}
|