@valbuild/init 0.87.5 → 0.88.0

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 ADDED
@@ -0,0 +1,5 @@
1
+ # @valbuild/init
2
+
3
+ Initialization script for adding Val to existing projects, configuring necessary files and dependencies.
4
+
5
+ See the [documentation](https://val.build/docs) for more information.
@@ -312,11 +312,11 @@ function transformNextAppRouterValProvider(fileInfo, api, options) {
312
312
 
313
313
  var packageJson = {
314
314
  name: "@valbuild/init",
315
- version: "0.87.5",
315
+ version: "0.88.0",
316
316
  description: "Initialize a new val.build project",
317
317
  repository: {
318
318
  type: "git",
319
- url: "https://github.com/valbuild/val.git"
319
+ url: "git+https://github.com/valbuild/val.git"
320
320
  },
321
321
  exports: {
322
322
  "./main": {
@@ -312,11 +312,11 @@ function transformNextAppRouterValProvider(fileInfo, api, options) {
312
312
 
313
313
  var packageJson = {
314
314
  name: "@valbuild/init",
315
- version: "0.87.5",
315
+ version: "0.88.0",
316
316
  description: "Initialize a new val.build project",
317
317
  repository: {
318
318
  type: "git",
319
- url: "https://github.com/valbuild/val.git"
319
+ url: "git+https://github.com/valbuild/val.git"
320
320
  },
321
321
  exports: {
322
322
  "./main": {
@@ -300,11 +300,11 @@ function transformNextAppRouterValProvider(fileInfo, api, options) {
300
300
 
301
301
  var packageJson = {
302
302
  name: "@valbuild/init",
303
- version: "0.87.5",
303
+ version: "0.88.0",
304
304
  description: "Initialize a new val.build project",
305
305
  repository: {
306
306
  type: "git",
307
- url: "https://github.com/valbuild/val.git"
307
+ url: "git+https://github.com/valbuild/val.git"
308
308
  },
309
309
  exports: {
310
310
  "./main": {
package/package.json CHANGED
@@ -1,10 +1,10 @@
1
1
  {
2
2
  "name": "@valbuild/init",
3
- "version": "0.87.5",
3
+ "version": "0.88.0",
4
4
  "description": "Initialize a new val.build project",
5
5
  "repository": {
6
6
  "type": "git",
7
- "url": "https://github.com/valbuild/val.git"
7
+ "url": "git+https://github.com/valbuild/val.git"
8
8
  },
9
9
  "exports": {
10
10
  "./main": {