@vendure/create 3.6.0-minor-202603280303 → 3.6.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.
@@ -73,7 +73,7 @@ services:
73
73
  - "io.vendure.create.name={{{ escapeSingle name }}}"
74
74
 
75
75
  # Want to use Elasticsearch instead of our default database engine?
76
- # Checkout our Elasticsearch plugin: https://docs.vendure.io/reference/core-plugins/elasticsearch-plugin/
76
+ # Checkout the community Elasticsearch plugin: https://github.com/vendurehq/vendure-community-plugins
77
77
  # To run the elasticsearch container run "docker compose up -d elasticsearch"
78
78
  elasticsearch:
79
79
  image: docker.elastic.co/elasticsearch/elasticsearch:9.1.0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vendure/create",
3
- "version": "3.6.0-minor-202603280303",
3
+ "version": "3.6.0",
4
4
  "license": "GPL-3.0-or-later",
5
5
  "bin": {
6
6
  "create": "./index.js"
@@ -31,14 +31,14 @@
31
31
  "@types/fs-extra": "^11.0.4",
32
32
  "@types/handlebars": "^4.1.0",
33
33
  "@types/semver": "^7.5.8",
34
- "@vendure/core": "^3.6.0-minor-202603280303",
34
+ "@vendure/core": "3.6.0",
35
35
  "rimraf": "^5.0.5",
36
36
  "ts-node": "^10.9.2",
37
37
  "typescript": "5.8.2"
38
38
  },
39
39
  "dependencies": {
40
40
  "@clack/prompts": "^0.11.0",
41
- "@vendure/common": "^3.6.0-minor-202603280303",
41
+ "@vendure/common": "3.6.0",
42
42
  "commander": "^14.0.1",
43
43
  "cross-spawn": "^7.0.6",
44
44
  "fs-extra": "^11.2.0",