boss-css 0.0.2 → 0.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.
@@ -55,7 +55,7 @@ var JS = class extends require_file.default {
55
55
  },
56
56
  test
57
57
  };
58
- if (existing?.plugin && config?.plugin) configEntry.config.plugin = {
58
+ if (existing?.config?.plugin && config?.plugin) configEntry.config.plugin = {
59
59
  ...existing.config.plugin,
60
60
  ...config.plugin
61
61
  };
@@ -53,7 +53,7 @@ var JS = class extends File {
53
53
  },
54
54
  test
55
55
  };
56
- if (existing?.plugin && config?.plugin) configEntry.config.plugin = {
56
+ if (existing?.config?.plugin && config?.plugin) configEntry.config.plugin = {
57
57
  ...existing.config.plugin,
58
58
  ...config.plugin
59
59
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "boss-css",
3
- "version": "0.0.2",
3
+ "version": "0.0.4",
4
4
  "description": "",
5
5
  "bin": {
6
6
  "boss": "./dist/cli/index.cjs",
@@ -270,8 +270,8 @@
270
270
  "vitest": "^4.0.17"
271
271
  },
272
272
  "dependencies": {
273
- "@boss-css/document-create-element": "file:src/packages/document-create-element",
274
- "@boss-css/is-css-prop": "file:src/packages/is-css-prop",
273
+ "@boss-css/document-create-element": "1.0.0",
274
+ "@boss-css/is-css-prop": "1.0.0",
275
275
  "@clack/prompts": "^0.11.0",
276
276
  "@emotion/hash": "^0.9.2",
277
277
  "@parcel/watcher": "^2.5.4",