pacc 6.7.0 → 6.7.1
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/LICENSE +1 -1
- package/README.md +5 -0
- package/package.json +1 -1
- package/src/tokens.mjs +2 -0
package/LICENSE
CHANGED
package/README.md
CHANGED
|
@@ -81,6 +81,7 @@ const result = getAttribute({ a: [0,{ b: 4 }]}, "a[1].b");
|
|
|
81
81
|
* [title\_attribute\_writable](#title_attribute_writable)
|
|
82
82
|
* [priority\_attribute](#priority_attribute)
|
|
83
83
|
* [duration\_attribute](#duration_attribute)
|
|
84
|
+
* [duration\_attribute\_writable](#duration_attribute_writable)
|
|
84
85
|
* [duration\_ms\_attribute](#duration_ms_attribute)
|
|
85
86
|
* [timeout\_attribute](#timeout_attribute)
|
|
86
87
|
* [language\_attribute](#language_attribute)
|
|
@@ -412,6 +413,10 @@ Type: [AttributeDefinition](#attributedefinition)
|
|
|
412
413
|
|
|
413
414
|
Type: [AttributeDefinition](#attributedefinition)
|
|
414
415
|
|
|
416
|
+
## duration\_attribute\_writable
|
|
417
|
+
|
|
418
|
+
Type: [AttributeDefinition](#attributedefinition)
|
|
419
|
+
|
|
415
420
|
## duration\_ms\_attribute
|
|
416
421
|
|
|
417
422
|
Type: [AttributeDefinition](#attributedefinition)
|
package/package.json
CHANGED