@slopware/sloppy-darwin-arm64 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,14 +2,14 @@
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-macos-arm64.tar.gz",
7
7
  "packageRoot": "sloppy-macos-arm64",
8
8
  "platform": "macos",
9
9
  "arch": "arm64",
10
10
  "platformTriplet": "macos-arm64",
11
11
  "configuration": "Release",
12
- "commit": "7ad4070",
12
+ "commit": "5e471fd",
13
13
  "releaseKind": "dry-run",
14
14
  "publicReleaseCreated": false,
15
15
  "canonicalDistribution": "github-release-archive",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@slopware/sloppy-darwin-arm64",
3
- "version": "0.1.0-alpha.0",
3
+ "version": "0.1.0-alpha.1",
4
4
  "description": "macOS arm64 Sloppy runtime platform 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",