@deenruv/cli 1.0.6 → 1.0.9

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.
@@ -4,7 +4,7 @@ const config: CodegenConfig = {
4
4
  overwrite: true,
5
5
  // This assumes your server is running on the standard port
6
6
  // and with the default admin API path. Adjust accordingly.
7
- schema: "http://localhost:3000/admin-api",
7
+ schema: "http://localhost:6100/admin-api",
8
8
  config: {
9
9
  // This tells codegen that the `Money` scalar is a number
10
10
  scalars: { Money: "number" },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@deenruv/cli",
3
- "version": "1.0.6",
3
+ "version": "1.0.9",
4
4
  "description": "A modern, headless ecommerce framework",
5
5
  "repository": {
6
6
  "type": "git",
@@ -37,13 +37,13 @@
37
37
  "ts-morph": "^21.0.1",
38
38
  "ts-node": "^10.9.2",
39
39
  "tsconfig-paths": "^4.2.0",
40
- "@deenruv/common": "1.0.6"
40
+ "@deenruv/common": "1.0.9"
41
41
  },
42
42
  "devDependencies": {
43
43
  "@types/cross-spawn": "^6.0.6",
44
44
  "rimraf": "^5.0.5",
45
45
  "typescript": "5.3.3",
46
- "@deenruv/core": "1.0.6"
46
+ "@deenruv/core": "1.0.9"
47
47
  },
48
48
  "peerDependencies": {
49
49
  "@deenruv/core": "^1.0.0"