gluesql 0.15.0 → 0.15.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.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -30,7 +30,7 @@ npm install gluesql
30
30
 
31
31
  #### JavaScript modules
32
32
  ```javascript
33
- import { gluesql } from 'https://cdn.jsdelivr.net/npm/gluesql@0.14.0/gluesql.js';
33
+ import { gluesql } from 'https://cdn.jsdelivr.net/npm/gluesql@0.15.0/gluesql.js';
34
34
  ```
35
35
 
36
36
  ## Usage
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "gluesql",
3
- "version": "0.15.0",
3
+ "version": "0.15.1",
4
4
  "description": "GlueSQL is quite sticky, it attaches to anywhere",
5
5
  "browser": "gluesql.js",
6
6
  "main": "gluesql.node.js",