🚨 Active Supply Chain Attack:node-ipc Package Compromised.Learn More
Socket
Book a DemoSign in
Socket

@nectary/theme-base

Package Overview
Dependencies
Maintainers
6
Versions
42
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@nectary/theme-base - npm Package Compare versions

Comparing version
1.11.1
to
1.11.2
dist/index.css

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": {