@getkist/action-sass 1.0.2 → 1.0.4
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/index.d.ts.map +1 -1
- package/dist/index.js +5 -3
- package/dist/index.js.map +1 -1
- package/package.json +13 -5
package/dist/index.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,qBAAqB,EAAE,MAAM,0CAA0C,CAAC;AACjF,YAAY,EAAE,4BAA4B,EAAE,MAAM,0CAA0C,CAAC;AAC7F,OAAO,EAAE,MAAM,EAAE,YAAY,EAAE,MAAM,mBAAmB,CAAC;AACzD,YAAY,EAAE,iBAAiB,EAAE,MAAM,mBAAmB,CAAC;AAM3D,OAAO,EAAE,YAAY,EAAE,MAAM,mBAAmB,CAAC;AAGjD,QAAA,MAAM,MAAM,EAAE,
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,qBAAqB,EAAE,MAAM,0CAA0C,CAAC;AACjF,YAAY,EAAE,4BAA4B,EAAE,MAAM,0CAA0C,CAAC;AAC7F,OAAO,EAAE,MAAM,EAAE,YAAY,EAAE,MAAM,mBAAmB,CAAC;AACzD,YAAY,EAAE,iBAAiB,EAAE,MAAM,mBAAmB,CAAC;AAM3D,OAAO,EAAE,YAAY,EAAE,MAAM,mBAAmB,CAAC;AAGjD,QAAA,MAAM,MAAM,EAAE,YAWb,CAAC;AAEF,eAAe,MAAM,CAAC"}
|
package/dist/index.js
CHANGED
|
@@ -5,13 +5,15 @@ export { StyleProcessingAction } from "./actions/StyleProcessingAction/index.js"
|
|
|
5
5
|
export { Action } from "./types/Action.js";
|
|
6
6
|
import { StyleProcessingAction } from "./actions/StyleProcessingAction/index.js";
|
|
7
7
|
const plugin = {
|
|
8
|
-
version: "1.0.
|
|
8
|
+
version: "1.0.4",
|
|
9
9
|
description: "SASS/SCSS compilation with PostCSS processing for kist",
|
|
10
10
|
author: "kist",
|
|
11
11
|
repository: "https://github.com/getkist/kist-action-sass",
|
|
12
12
|
keywords: ["kist", "kist-action", "sass", "scss", "postcss", "css"],
|
|
13
|
-
|
|
14
|
-
|
|
13
|
+
registerActions() {
|
|
14
|
+
return {
|
|
15
|
+
StyleProcessingAction,
|
|
16
|
+
};
|
|
15
17
|
},
|
|
16
18
|
};
|
|
17
19
|
export default plugin;
|
package/dist/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,+EAA+E;AAC/E,SAAS;AACT,+EAA+E;AAE/E,OAAO,EAAE,qBAAqB,EAAE,MAAM,0CAA0C,CAAC;AAEjF,OAAO,EAAE,MAAM,EAAgB,MAAM,mBAAmB,CAAC;AAQzD,OAAO,EAAE,qBAAqB,EAAE,MAAM,0CAA0C,CAAC;AAEjF,MAAM,MAAM,GAAiB;IACzB,OAAO,EAAE,OAAO;IAChB,WAAW,EAAE,wDAAwD;IACrE,MAAM,EAAE,MAAM;IACd,UAAU,EAAE,6CAA6C;IACzD,QAAQ,EAAE,CAAC,MAAM,EAAE,aAAa,EAAE,MAAM,EAAE,MAAM,EAAE,SAAS,EAAE,KAAK,CAAC;IACnE,OAAO
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,+EAA+E;AAC/E,SAAS;AACT,+EAA+E;AAE/E,OAAO,EAAE,qBAAqB,EAAE,MAAM,0CAA0C,CAAC;AAEjF,OAAO,EAAE,MAAM,EAAgB,MAAM,mBAAmB,CAAC;AAQzD,OAAO,EAAE,qBAAqB,EAAE,MAAM,0CAA0C,CAAC;AAEjF,MAAM,MAAM,GAAiB;IACzB,OAAO,EAAE,OAAO;IAChB,WAAW,EAAE,wDAAwD;IACrE,MAAM,EAAE,MAAM;IACd,UAAU,EAAE,6CAA6C;IACzD,QAAQ,EAAE,CAAC,MAAM,EAAE,aAAa,EAAE,MAAM,EAAE,MAAM,EAAE,SAAS,EAAE,KAAK,CAAC;IACnE,eAAe;QACX,OAAO;YACH,qBAAqB;SACxB,CAAC;IACN,CAAC;CACJ,CAAC;AAEF,eAAe,MAAM,CAAC"}
|
package/package.json
CHANGED
|
@@ -1,10 +1,17 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@getkist/action-sass",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.4",
|
|
4
4
|
"description": "SASS/SCSS compilation with PostCSS processing actions for kist build tool",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"types": "dist/index.d.ts",
|
|
7
7
|
"type": "module",
|
|
8
|
+
"exports": {
|
|
9
|
+
".": {
|
|
10
|
+
"types": "./dist/index.d.ts",
|
|
11
|
+
"import": "./dist/index.js"
|
|
12
|
+
},
|
|
13
|
+
"./package.json": "./package.json"
|
|
14
|
+
},
|
|
8
15
|
"keywords": [
|
|
9
16
|
"kist",
|
|
10
17
|
"kist-action",
|
|
@@ -27,8 +34,8 @@
|
|
|
27
34
|
},
|
|
28
35
|
"homepage": "https://github.com/getkist/kist-action-sass#readme",
|
|
29
36
|
"engines": {
|
|
30
|
-
"node": ">=
|
|
31
|
-
"npm": ">=
|
|
37
|
+
"node": ">=20.0.0",
|
|
38
|
+
"npm": ">=10.0.0"
|
|
32
39
|
},
|
|
33
40
|
"scripts": {
|
|
34
41
|
"build": "tsc",
|
|
@@ -48,7 +55,7 @@
|
|
|
48
55
|
"prepublishOnly": "npm run clean && npm run build && npm test"
|
|
49
56
|
},
|
|
50
57
|
"peerDependencies": {
|
|
51
|
-
"kist": "
|
|
58
|
+
"kist": ">=0.1.58"
|
|
52
59
|
},
|
|
53
60
|
"dependencies": {
|
|
54
61
|
"sass": "^1.97.3",
|
|
@@ -72,5 +79,6 @@
|
|
|
72
79
|
"dist",
|
|
73
80
|
"README.md",
|
|
74
81
|
"LICENSE"
|
|
75
|
-
]
|
|
82
|
+
],
|
|
83
|
+
"sideEffects": false
|
|
76
84
|
}
|