bare-script 3.0.6 → 3.0.7

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/README.md +4 -8
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -5,13 +5,9 @@
5
5
 
6
6
  [BareScript](https://craigahobbs.github.io/bare-script/language/)
7
7
  is a simple, lightweight, and portable programming language. Its Pythonic syntax is influenced by
8
- JavaScript, C, and the Unix Shell. BareScript also has a
9
- [library of built-in functions](#the-barescript-library)
10
- for common programming operations. BareScript can be
11
- [embedded within applications](#markdownup-a-markdown-viewer-with-barescript)
12
- or used as a
13
- stand-alone programming language using the
14
- [command-line interface](#the-barescript-command-line-interface-cli).
8
+ JavaScript, C, and the Unix Shell. BareScript also has a library of built-in functions for common
9
+ programming operations. BareScript can be embedded within applications or used as a stand-alone
10
+ programming language using the command-line interface.
15
11
 
16
12
  There are two implementations of BareScript:
17
13
  [BareScript for JavaScript](https://github.com/craigahobbs/bare-script#readme)
@@ -152,7 +148,7 @@ bare script.bare
152
148
  function read non-URL paths from the local file system.
153
149
  [systemFetch](https://craigahobbs.github.io/bare-script/library/#var.vGroup='System'&systemfetch)
154
150
  calls with a non-URL path and a
155
- [request body](https://craigahobbs.github.io/bare-script-py/library/model.html#var.vName='SystemFetchRequest')
151
+ [request body](https://craigahobbs.github.io/bare-script/library/model.html#var.vName='SystemFetchRequest')
156
152
  write the body to the path.
157
153
 
158
154
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "type": "module",
3
3
  "name": "bare-script",
4
- "version": "3.0.6",
4
+ "version": "3.0.7",
5
5
  "description": "BareScript; a lightweight scripting and expression language",
6
6
  "keywords": [
7
7
  "expression",