@fastkit/plugboy-sass-plugin 1.0.9 → 1.0.10
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,"sources":["../src/plugin.ts","../src/types.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,SAAS,oBAAmC;;;
|
|
1
|
+
{"version":3,"sources":["../src/plugin.ts","../src/types.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,SAAS,oBAAmC;AAC5C,SAAS,kBAAkB;;;ACIpB,IAAM,cAAc;;;ADDpB,SAAS,iBAAiB,SAAyB;AACxD,SAAO,aAAyB;AAAA,IAC9B,MAAM;AAAA,IACN,gBAAgB,CAAC,WAAW,OAAO,CAA6B;AAAA,EAClE,CAAC;AACH","sourcesContent":["import { definePlugin, ESBuildPlugin } from '@fastkit/plugboy';\nimport { sassPlugin } from 'esbuild-sass-plugin';\nimport { PLUGIN_NAME, PluginOptions, SassPlugin } from './types';\n\nexport function createSassPlugin(options?: PluginOptions) {\n return definePlugin<SassPlugin>({\n name: PLUGIN_NAME,\n esbuildPlugins: [sassPlugin(options) as unknown as ESBuildPlugin],\n });\n}\n","import { Plugin } from '@fastkit/plugboy';\n\n// eslint-disable-next-line @typescript-eslint/no-empty-interface\nexport interface PluginOptions {}\n\nexport const PLUGIN_NAME = 'plugboy-sass';\n\nexport interface SassPlugin extends Plugin {\n name: typeof PLUGIN_NAME;\n}\n"]}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fastkit/plugboy-sass-plugin",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.10",
|
|
4
4
|
"description": "plugboy-sass-plugin",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"plugboy",
|
|
@@ -41,10 +41,10 @@
|
|
|
41
41
|
"sass": "^1.65.1"
|
|
42
42
|
},
|
|
43
43
|
"devDependencies": {
|
|
44
|
-
"@fastkit/plugboy": "0.1.
|
|
44
|
+
"@fastkit/plugboy": "0.1.10"
|
|
45
45
|
},
|
|
46
46
|
"peerDependencies": {
|
|
47
|
-
"@fastkit/plugboy": "0.1.
|
|
47
|
+
"@fastkit/plugboy": "0.1.10"
|
|
48
48
|
},
|
|
49
49
|
"scripts": {
|
|
50
50
|
"build": "plugboy build",
|