@superblocksteam/cli 1.14.2 → 1.14.3

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/README.md CHANGED
@@ -12,7 +12,7 @@ $ npm install -g @superblocksteam/cli
12
12
  $ superblocks COMMAND
13
13
  running command...
14
14
  $ superblocks (--version)
15
- @superblocksteam/cli/1.14.2 linux-x64 node-v20.19.2
15
+ @superblocksteam/cli/1.14.3 linux-x64 node-v20.19.4
16
16
  $ superblocks --help [COMMAND]
17
17
  USAGE
18
18
  $ superblocks COMMAND
@@ -196,7 +196,7 @@ DESCRIPTION
196
196
  Display help for superblocks.
197
197
  ```
198
198
 
199
- _See code: [@oclif/plugin-help](https://github.com/oclif/plugin-help/blob/v6.2.26/src/commands/help.ts)_
199
+ _See code: [@oclif/plugin-help](https://github.com/oclif/plugin-help/blob/v6.2.27/src/commands/help.ts)_
200
200
 
201
201
  ## `superblocks init [RESOURCE_URL]`
202
202
 
@@ -7,7 +7,7 @@
7
7
  "lint:fix": "npx eslint . --fix"
8
8
  },
9
9
  "dependencies": {
10
- "@superblocksteam/custom-components": "1.14.2",
10
+ "@superblocksteam/custom-components": "1.14.3",
11
11
  "react": "^18",
12
12
  "react-dom": "^18"
13
13
  },
@@ -487,5 +487,5 @@
487
487
  ]
488
488
  }
489
489
  },
490
- "version": "1.14.2"
490
+ "version": "1.14.3"
491
491
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@superblocksteam/cli",
3
- "version": "1.14.2",
3
+ "version": "1.14.3",
4
4
  "description": "Official Superblocks CLI",
5
5
  "bin": {
6
6
  "superblocks": "./bin/run"
@@ -29,8 +29,8 @@
29
29
  "slugify": "^1.6.6",
30
30
  "vite": "^6.2.0",
31
31
  "yaml": "^2.6.1",
32
- "@superblocksteam/sdk": "1.14.2",
33
- "@superblocksteam/util": "1.14.2"
32
+ "@superblocksteam/sdk": "1.14.3",
33
+ "@superblocksteam/util": "1.14.3"
34
34
  },
35
35
  "devDependencies": {
36
36
  "@oclif/test": "^4.1.11",