@plumeria/core 0.21.0 → 0.21.2

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.js CHANGED
@@ -193,7 +193,6 @@ const rx = (className, varSet) => ({
193
193
  });
194
194
 
195
195
  var StyleSheet = class {
196
- /* istanbul ignore next */
197
196
  constructor() {}
198
197
  static create(object) {
199
198
  return create(object);
package/dist/index.mjs CHANGED
@@ -193,7 +193,6 @@ const rx = (className, varSet) => ({
193
193
  });
194
194
 
195
195
  var StyleSheet = class {
196
- /* istanbul ignore next */
197
196
  constructor() {}
198
197
  static create(object) {
199
198
  return create(object);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@plumeria/core",
3
- "version": "0.21.0",
3
+ "version": "0.21.2",
4
4
  "description": "The atomic on-demand CSS-in-JS.",
5
5
  "author": "Refirst 11",
6
6
  "license": "MIT",
@@ -44,13 +44,13 @@
44
44
  "dist/",
45
45
  "stylesheet.css"
46
46
  ],
47
+ "scripts": {
48
+ "build": "tsdown && node strip-comments"
49
+ },
47
50
  "dependencies": {
48
51
  "zss-engine": "0.2.90"
49
52
  },
50
53
  "publishConfig": {
51
54
  "access": "public"
52
- },
53
- "scripts": {
54
- "build": "tsdown && node strip-comments"
55
55
  }
56
- }
56
+ }