Skip to content

Commit e68c7d9

Browse files
authored
Merge pull request #5 from znsio/project_name
Fixes
2 parents 651faca + 8507a9c commit e68c7d9

File tree

4 files changed

+15
-13
lines changed

4 files changed

+15
-13
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ npm install
1111
```
1212

1313
```shell
14-
npm install git+https://github.com/znsio/specmatic-node-beta.git#72bba12
14+
npm install git+https://github.com/znsio/specmatic-node-commercial.git#87b71a590ee2d1d272e90dc99f7f646fc92291aa
1515
```
1616
Note - Pick up the version (#72bba12) from package.json
1717

graphql_examples/createProduct.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,3 +20,4 @@ response:
2020
"type": "book"
2121
}
2222

23+
delay-in-milliseconds: 5000

package-lock.json

Lines changed: 9 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "react-boilerplate",
2+
"name": "specmatic-order-graphql-ui-reactgit",
33
"version": "0.1.0",
44
"private": true,
55
"dependencies": {
@@ -26,7 +26,7 @@
2626
"test": "react-scripts test --coverage --detectOpenHandles --forceExit --transformIgnorePatterns \"node_modules/(?!axios)/\"",
2727
"eject": "react-scripts eject",
2828
"graphiql": "node graphiql-server.js",
29-
"specmatic:stub": "java -jar node_modules/specmatic-beta/graphql/specmatic-graphql-all.jar virtualize --port 8080 --examples=graphql_examples",
29+
"specmatic:stub": "java -jar node_modules/specmatic-commercial/graphql/specmatic-graphql-all.jar virtualize --port 8080 --examples=graphql_examples",
3030
"test-ci": "cross-env SPECMATIC_LOG_LEVEL=debug DEBUG=specmatic-order-graphql-ui-react:* npm run test"
3131
},
3232
"eslintConfig": {
@@ -50,8 +50,8 @@
5050
"devDependencies": {
5151
"autoprefixer": "^10.4.19",
5252
"postcss": "^8.4.39",
53-
"specmatic": "^2.11.2",
54-
"specmatic-beta": "github:znsio/specmatic-node-beta#72bba12594377f28ec40ec721e1a1630fa2c22cd",
53+
"specmatic": "^2.11.3",
54+
"specmatic-commercial": "github:znsio/specmatic-node-commercial#7a4204131ed99647295f89ee562d1414c62ff401",
5555
"tailwindcss": "^3.4.3"
5656
}
5757
}

0 commit comments

Comments
 (0)