susee-plugin-banner-text 0.0.6 → 0.0.7

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.
@@ -1 +1 @@
1
- {"version":3,"file":"index.cjs","sourceRoot":"","sources":["../src/index.cts"],"names":[],"mappings":";AAEA;;;;;GAKG;AACH,SAAS,eAAe,CAAC,UAAkB;IACzC,OAAO;QACL,IAAI,EAAE,cAAc;QACpB,KAAK,EAAE,KAAK;QACZ,IAAI,EAAE,6BAA6B;QACnC,IAAI,EAAE,CAAC,IAAI,EAAE,KAAK,EAAE,EAAE;YACpB,OAAO,GAAG,UAAU,OAAO,IAAI,EAAE,CAAC;QACpC,CAAC;KACF,CAAC;AACJ,CAAC;AAED,iBAAS,eAAe,CAAC"}
1
+ {"version":3,"file":"index.cjs","sourceRoot":"","sources":["../src/index.cts"],"names":[],"mappings":";AAEA;;;;;GAKG;AACH,SAAS,eAAe,CAAC,UAAkB;IAC1C,OAAO;QACN,IAAI,EAAE,cAAc;QACpB,KAAK,EAAE,KAAK;QACZ,IAAI,EAAE,6BAA6B;QACnC,IAAI,EAAE,CAAC,IAAI,EAAE,KAAK,EAAE,EAAE;YACrB,OAAO,GAAG,UAAU,OAAO,IAAI,EAAE,CAAC;QACnC,CAAC;KACD,CAAC;AACH,CAAC;AAED,iBAAS,eAAe,CAAC"}
package/dist/index.d.mts CHANGED
@@ -1,4 +1,4 @@
1
- import * as SuseeTypes from "susee-types";
1
+ import type * as SuseeTypes from "susee-types";
2
2
  /**
3
3
  * Susee plugin for banner text.
4
4
  *
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.mts","sourceRoot":"","sources":["../src/index.mts"],"names":[],"mappings":"AAAA,OAAO,KAAK,UAAU,MAAM,aAAa,CAAC;AAE1C;;;;;GAKG;AACH,iBAAS,eAAe,CAAC,UAAU,EAAE,MAAM,GAAG,UAAU,CAAC,WAAW,CASnE;AAED,eAAe,eAAe,CAAC"}
1
+ {"version":3,"file":"index.d.mts","sourceRoot":"","sources":["../src/index.mts"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,UAAU,MAAM,aAAa,CAAC;AAE/C;;;;;GAKG;AACH,iBAAS,eAAe,CAAC,UAAU,EAAE,MAAM,GAAG,UAAU,CAAC,WAAW,CASnE;AAED,eAAe,eAAe,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"index.mjs","sourceRoot":"","sources":["../src/index.mts"],"names":[],"mappings":"AAEA;;;;;GAKG;AACH,SAAS,eAAe,CAAC,UAAkB;IACzC,OAAO;QACL,IAAI,EAAE,cAAc;QACpB,KAAK,EAAE,KAAK;QACZ,IAAI,EAAE,6BAA6B;QACnC,IAAI,EAAE,CAAC,IAAI,EAAE,KAAK,EAAE,EAAE;YACpB,OAAO,GAAG,UAAU,OAAO,IAAI,EAAE,CAAC;QACpC,CAAC;KACF,CAAC;AACJ,CAAC;AAED,eAAe,eAAe,CAAC"}
1
+ {"version":3,"file":"index.mjs","sourceRoot":"","sources":["../src/index.mts"],"names":[],"mappings":"AAEA;;;;;GAKG;AACH,SAAS,eAAe,CAAC,UAAkB;IAC1C,OAAO;QACN,IAAI,EAAE,cAAc;QACpB,KAAK,EAAE,KAAK;QACZ,IAAI,EAAE,6BAA6B;QACnC,IAAI,EAAE,CAAC,IAAI,EAAE,KAAK,EAAE,EAAE;YACrB,OAAO,GAAG,UAAU,OAAO,IAAI,EAAE,CAAC;QACnC,CAAC;KACD,CAAC;AACH,CAAC;AAED,eAAe,eAAe,CAAC"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "susee-plugin-banner-text",
3
- "version": "0.0.6",
3
+ "version": "0.0.7",
4
4
  "description": "Susee plugin for banner text",
5
5
  "type": "module",
6
6
  "main": "dist/index.cjs",
@@ -19,7 +19,8 @@
19
19
  }
20
20
  },
21
21
  "scripts": {
22
- "build": "tsc"
22
+ "build": "tsc",
23
+ "lint": "biome check src --write"
23
24
  },
24
25
  "keywords": [
25
26
  "suseejs"
@@ -31,7 +32,7 @@
31
32
  },
32
33
  "license": "Apache-2.0",
33
34
  "dependencies": {
34
- "susee-types": "^0.0.6",
35
+ "susee-types": "^0.0.7",
35
36
  "typescript": "^6.0.2"
36
37
  },
37
38
  "repository": {
@@ -51,5 +52,8 @@
51
52
  "publishConfig": {
52
53
  "access": "public",
53
54
  "provenance": true
55
+ },
56
+ "devDependencies": {
57
+ "@biomejs/biome": "^2.4.10"
54
58
  }
55
59
  }