@glrs-dev/assume 0.6.4 → 0.6.5

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/CHANGELOG.md +6 -0
  2. package/package.json +5 -5
package/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # @glrs-dev/assume
2
2
 
3
+ ## 0.6.5
4
+
5
+ ### Patch Changes
6
+
7
+ - [#35](https://github.com/iceglober/glrs/pull/35) [`1bcd92c`](https://github.com/iceglober/glrs/commit/1bcd92c55c15b5c5947f445ec75e8afb12b4cd1f) Thanks [@iceglober](https://github.com/iceglober)! - Remove standalone invocation guard that blocked direct gsa/gs-assume usage with exit(1). Replace with a non-blocking nudge toward npm install. Fix release workflow to upload platform binaries with correct filenames.
8
+
3
9
  ## 0.6.4
4
10
 
5
11
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@glrs-dev/assume",
3
- "version": "0.6.4",
3
+ "version": "0.6.5",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
@@ -51,9 +51,9 @@
51
51
  "typescript": "^5"
52
52
  },
53
53
  "optionalDependencies": {
54
- "@glrs-dev/assume-darwin-arm64": "0.6.4",
55
- "@glrs-dev/assume-darwin-x64": "0.6.4",
56
- "@glrs-dev/assume-linux-x64": "0.6.4",
57
- "@glrs-dev/assume-linux-arm64": "0.6.4"
54
+ "@glrs-dev/assume-darwin-arm64": "0.6.5",
55
+ "@glrs-dev/assume-darwin-x64": "0.6.5",
56
+ "@glrs-dev/assume-linux-x64": "0.6.5",
57
+ "@glrs-dev/assume-linux-arm64": "0.6.5"
58
58
  }
59
59
  }