@plumeria/core 0.7.3 → 0.7.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.
Files changed (2) hide show
  1. package/package.json +3 -2
  2. package/readme.md +2 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@plumeria/core",
3
- "version": "0.7.3",
3
+ "version": "0.7.4",
4
4
  "description": "Near Zero-runtime CSS-in-JS for efficient design systems.",
5
5
  "keywords": [
6
6
  "react",
@@ -10,6 +10,7 @@
10
10
  "styling"
11
11
  ],
12
12
  "repository": "github:zss-in-js/plumeria",
13
+ "author": "refirst",
13
14
  "license": "MIT",
14
15
  "sideEffects": false,
15
16
  "exports": {
@@ -38,7 +39,7 @@
38
39
  "types/"
39
40
  ],
40
41
  "dependencies": {
41
- "@plumeria/collection": "",
42
+ "@plumeria/collection": "0.4.1",
42
43
  "zss-engine": "0.2.15"
43
44
  },
44
45
  "publishConfig": {
package/readme.md CHANGED
@@ -179,7 +179,8 @@ css.colors.darken('skyblue', '12%');
179
179
 
180
180
  Rules:
181
181
  \- sort-properties
182
- \- validate-values
182
+ \- validate-values
183
+ \- no-unused-keys
183
184
 
184
185
  Type safety relies on this eslint-plugin. It includes all properties, excluding deprecated and experimental.
185
186