spfn 0.2.0-beta.49 → 0.2.0-beta.50

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/dist/index.js +1 -1
  2. package/package.json +3 -3
package/dist/index.js CHANGED
@@ -789,7 +789,7 @@ var init_deployment_config = __esm({
789
789
 
790
790
  // src/utils/version.ts
791
791
  function getCliVersion() {
792
- return "0.2.0-beta.49";
792
+ return "0.2.0-beta.50";
793
793
  }
794
794
  function getTagFromVersion(version) {
795
795
  const match = version.match(/-([a-z]+)\./i);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "spfn",
3
- "version": "0.2.0-beta.49",
3
+ "version": "0.2.0-beta.50",
4
4
  "description": "Superfunction CLI - Add SPFN to your Next.js project",
5
5
  "type": "module",
6
6
  "bin": {
@@ -47,7 +47,7 @@
47
47
  "node": ">=18.18.0"
48
48
  },
49
49
  "peerDependencies": {
50
- "@spfn/core": ">=0.2.0-beta.30",
50
+ "@spfn/core": ">=0.2.0-beta.54",
51
51
  "typescript": "^5.3.0"
52
52
  },
53
53
  "peerDependenciesMeta": {
@@ -78,7 +78,7 @@
78
78
  "concurrently": "^9.2.1",
79
79
  "tsx": "^4.20.6",
80
80
  "typescript": "^5.3.3",
81
- "@spfn/core": "0.2.0-beta.50"
81
+ "@spfn/core": "0.2.0-beta.54"
82
82
  },
83
83
  "scripts": {
84
84
  "build": "tsup && node scripts/copy-templates.js",