pacc 3.13.0 → 3.13.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/README.md +5 -0
- package/package.json +1 -4
package/README.md
CHANGED
|
@@ -40,6 +40,7 @@ const result = getAttribute({ a: [0,{ b: 4 }]}, "a[1].b");
|
|
|
40
40
|
* [Properties](#properties)
|
|
41
41
|
* [default\_attribute](#default_attribute)
|
|
42
42
|
* [name\_attribute](#name_attribute)
|
|
43
|
+
* [email\_attribute](#email_attribute)
|
|
43
44
|
* [description\_attribute](#description_attribute)
|
|
44
45
|
* [type\_attribute](#type_attribute)
|
|
45
46
|
* [state\_attribute](#state_attribute)
|
|
@@ -184,6 +185,10 @@ Type: [AttributeDefinition](#attributedefinition)
|
|
|
184
185
|
|
|
185
186
|
Type: [AttributeDefinition](#attributedefinition)
|
|
186
187
|
|
|
188
|
+
## email\_attribute
|
|
189
|
+
|
|
190
|
+
Type: [AttributeDefinition](#attributedefinition)
|
|
191
|
+
|
|
187
192
|
## description\_attribute
|
|
188
193
|
|
|
189
194
|
The description of the object content.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "pacc",
|
|
3
|
-
"version": "3.13.
|
|
3
|
+
"version": "3.13.1",
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"access": "public",
|
|
6
6
|
"provenance": true
|
|
@@ -32,9 +32,6 @@
|
|
|
32
32
|
"lint:docs": "documentation lint ./src**/*.mjs",
|
|
33
33
|
"lint:typescript": "tsc --allowJs --checkJs --noEmit --resolveJsonModule --target esnext -m esnext --module nodenext --moduleResolution nodenext ./src**/*.mjs"
|
|
34
34
|
},
|
|
35
|
-
"dependencies": {
|
|
36
|
-
"npm-pkgbuild": "^18.1.1"
|
|
37
|
-
},
|
|
38
35
|
"devDependencies": {
|
|
39
36
|
"ava": "^6.4.1",
|
|
40
37
|
"browser-ava": "^2.3.31",
|