@wix/create-new 0.0.50 → 0.0.52

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/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@wix/create-new",
3
3
  "description": "General entry point for creating Wix projects",
4
- "version": "0.0.50",
4
+ "version": "0.0.52",
5
5
  "bin": "bin/index.cjs",
6
6
  "devDependencies": {
7
7
  "@commander-js/extra-typings": "^13.0.0",
@@ -49,5 +49,5 @@
49
49
  ]
50
50
  }
51
51
  },
52
- "falconPackageHash": "5f0ce8c357f87a8acbb75625f741520fdfa952aeb5f11e0858949865"
52
+ "falconPackageHash": "6d418dd885b84a04ab21b53ec0d076adbbe4e9ad1d62879187cc6968"
53
53
  }
@@ -1,3 +1,4 @@
1
1
  /// <reference types="@wix/sdk-types/client" />
2
+ /// <reference path="../.astro/types.d.ts" />
2
3
 
3
4
  // NOTE: This file should not be edited. This is an auto-generated file.