bsmnt 0.1.1 → 0.1.2

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/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # @basementstudio/cli
2
2
 
3
+ ## 0.1.2
4
+
5
+ ### Patch Changes
6
+
7
+ - [#40](https://github.com/basementstudio/basement-cli/pull/40) [`bf969b1`](https://github.com/basementstudio/basement-cli/commit/bf969b1908fc8bfc0bcca0b1de24721c1de9c992) Thanks [@BertovDev](https://github.com/BertovDev)! - Fix bunx compatibility by aligning bin name with package name
8
+
3
9
  ## 0.1.1
4
10
 
5
11
  ### Patch Changes
package/bun.lock CHANGED
@@ -1,6 +1,5 @@
1
1
  {
2
2
  "lockfileVersion": 1,
3
- "configVersion": 0,
4
3
  "workspaces": {
5
4
  "": {
6
5
  "name": "bsmnt",
@@ -160,7 +159,7 @@
160
159
 
161
160
  "dir-glob": ["dir-glob@3.0.1", "", { "dependencies": { "path-type": "^4.0.0" } }, "sha512-WkrWp9GR4KXfKGYzOLmTuGVi1UWFfws377n9cc55/tb6DuqyF6pcQ5AbiHEshaDpY9v6oaSr2XCDidGmMwdzIA=="],
162
161
 
163
- "dotenv": ["dotenv@17.2.4", "", {}, "sha512-mudtfb4zRB4bVvdj0xRo+e6duH1csJRM8IukBqfTRvHotn9+LBXB8ynAidP9zHqoRC/fsllXgk4kCKlR21fIhw=="],
162
+ "dotenv": ["dotenv@17.3.1", "", {}, "sha512-IO8C/dzEb6O3F9/twg6ZLXz164a2fhTnEWb95H23Dm4OuN+92NmEAlTrupP9VW6Jm3sO26tQlqyvyi4CsnY9GA=="],
164
163
 
165
164
  "emoji-regex": ["emoji-regex@8.0.0", "", {}, "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A=="],
166
165
 
package/package.json CHANGED
@@ -1,10 +1,10 @@
1
1
  {
2
2
  "name": "bsmnt",
3
- "version": "0.1.1",
3
+ "version": "0.1.2",
4
4
  "description": "CLI to scaffold basement projects and add integrations",
5
5
  "type": "module",
6
6
  "bin": {
7
- "basement": "./bin/index.js"
7
+ "bsmnt": "./bin/index.js"
8
8
  },
9
9
  "scripts": {
10
10
  "build": "bun pm pack --dry-run --ignore-scripts",