glop.dev 0.12.0 → 0.13.0

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/dist/index.js +1 -1
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -828,7 +828,7 @@ async function checkForUpdate(currentVersion) {
828
828
  // package.json
829
829
  var package_default = {
830
830
  name: "glop.dev",
831
- version: "0.12.0",
831
+ version: "0.13.0",
832
832
  type: "module",
833
833
  bin: {
834
834
  glop: "./dist/index.js"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "glop.dev",
3
- "version": "0.12.0",
3
+ "version": "0.13.0",
4
4
  "type": "module",
5
5
  "bin": {
6
6
  "glop": "./dist/index.js"