@slopware/sloppy-linux-x64 0.1.0-alpha.0 → 0.1.0-alpha.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/bin/sloppy CHANGED
Binary file
package/bin/sloppyc CHANGED
Binary file
package/manifest.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "manifestSchema": "sloppy.release-artifact.v1",
3
3
  "manifestVersion": 1,
4
4
  "name": "sloppy",
5
- "version": "0.1.0-alpha.0",
5
+ "version": "0.1.0-alpha.1",
6
6
  "archiveName": "sloppy-linux-x64.tar.gz",
7
7
  "packageRoot": "sloppy-linux-x64",
8
8
  "platform": "linux",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@slopware/sloppy-linux-x64",
3
- "version": "0.1.0-alpha.0",
3
+ "version": "0.1.0-alpha.1",
4
4
  "description": "Linux x64 GNU Sloppy runtime package generated from a tested release archive.",
5
5
  "license": "Apache-2.0",
6
6
  "repository": {
@@ -11,6 +11,6 @@
11
11
  "audit": "sloppy audit .sloppy"
12
12
  },
13
13
  "devDependencies": {
14
- "@slopware/sloppy": "0.1.0-alpha.0"
14
+ "@slopware/sloppy": "0.1.0-alpha.1"
15
15
  }
16
16
  }
@@ -8,6 +8,6 @@
8
8
  "package": "sloppy package"
9
9
  },
10
10
  "devDependencies": {
11
- "@slopware/sloppy": "0.1.0-alpha.0"
11
+ "@slopware/sloppy": "0.1.0-alpha.1"
12
12
  }
13
13
  }
@@ -9,6 +9,6 @@
9
9
  "routes": "sloppy routes .sloppy"
10
10
  },
11
11
  "devDependencies": {
12
- "@slopware/sloppy": "0.1.0-alpha.0"
12
+ "@slopware/sloppy": "0.1.0-alpha.1"
13
13
  }
14
14
  }
@@ -6,7 +6,7 @@
6
6
  "validator-lite": "file:./fixtures/validator-lite"
7
7
  },
8
8
  "devDependencies": {
9
- "@slopware/sloppy": "0.1.0-alpha.0"
9
+ "@slopware/sloppy": "0.1.0-alpha.1"
10
10
  },
11
11
  "scripts": {
12
12
  "build": "sloppy build",