@nectary/theme-base
Advanced tools
Sorry, the diff of this file is too big to display
+7
-4
| { | ||
| "name": "@nectary/theme-base", | ||
| "version": "1.11.1", | ||
| "main": "index.css", | ||
| "version": "1.11.2", | ||
| "main": "dist/index.css", | ||
| "exports": { | ||
| ".": "./index.css", | ||
| ".": "./dist/index.css", | ||
| "./global-theme-manager": "./global-theme-manager/dist/index.js", | ||
@@ -11,2 +11,3 @@ "./*": "./*" | ||
| "files": [ | ||
| "dist/index.css", | ||
| "**/*.css", | ||
@@ -18,3 +19,5 @@ "*.json", | ||
| "scripts": { | ||
| "build": "rm -rf global-theme-manager/dist global-theme-manager/shared && mkdir -p global-theme-manager/shared && cp ../../shared/cdn-loader.ts ../../shared/deferred-promise.ts global-theme-manager/shared/ && babel global-theme-manager --extensions '.ts' --out-dir global-theme-manager/dist && tsc --declaration --emitDeclarationOnly" | ||
| "bundle-css": "node ../../scripts/bundle-theme-css.mjs .", | ||
| "build": "pnpm bundle-css && rm -rf global-theme-manager/dist global-theme-manager/shared && mkdir -p global-theme-manager/shared && cp ../../shared/cdn-loader.ts ../../shared/deferred-promise.ts global-theme-manager/shared/ && babel global-theme-manager --extensions '.ts' --out-dir global-theme-manager/dist && tsc --declaration --emitDeclarationOnly", | ||
| "prepare": "pnpm bundle-css" | ||
| }, | ||
@@ -21,0 +24,0 @@ "publishConfig": { |
Network access
Supply chain riskThis module accesses the network.
Found 1 instance in 1 package
Network access
Supply chain riskThis module accesses the network.
Found 1 instance in 1 package
228891
78.19%71
1.43%3534
60.71%