docvars 0.4.8 โ 0.5.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 +7 -12
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -145,18 +145,13 @@ Output:
|
|
|
145
145
|
```
|
|
146
146
|
๐ Variables
|
|
147
147
|
|
|
148
|
-
|
|
149
|
-
โ Variable
|
|
150
|
-
|
|
151
|
-
โ app.name
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
โ Unused variables (defined but not used):
|
|
156
|
-
|
|
157
|
-
deprecated.setting
|
|
158
|
-
|
|
159
|
-
Summary: 1 defined ยท 1 undefined ยท 1 unused
|
|
148
|
+
โโโโโโโโโโโโโโโโโโโโฌโโโโโโโโโโโโโโโโโโโฌโโโโโโโโโโโโ
|
|
149
|
+
โ Variable โ Value โ Used in โ
|
|
150
|
+
โโโโโโโโโโโโโโโโโโโโผโโโโโโโโโโโโโโโโโโโผโโโโโโโโโโโโค
|
|
151
|
+
โ app.name โ MyApp โ README.md โ
|
|
152
|
+
โโโโโโโโโโโโโโโโโโโโผโโโโโโโโโโโโโโโโโโโผโโโโโโโโโโโโค
|
|
153
|
+
โ api.endpoint โ https://api.eโฆ โ config.md โ
|
|
154
|
+
โโโโโโโโโโโโโโโโโโโโดโโโโโโโโโโโโโโโโโโโดโโโโโโโโโโโโ
|
|
160
155
|
```
|
|
161
156
|
|
|
162
157
|
### Dry run
|
package/package.json
CHANGED