Skip to content

Commit c430c4e

Browse files
committed
huge refactor
1 parent 3a62675 commit c430c4e

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

64 files changed

+549
-1484
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -128,3 +128,5 @@ dist
128128
.yarn/build-state.yml
129129
.yarn/install-state.gz
130130
.pnp.*
131+
132+
.idea

.yarn/releases/yarn-1.22.1.cjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62153,7 +62153,7 @@ if (typeof Object.create === 'function') {
6215362153
var inquirer = module.exports;
6215462154

6215562155
/**
62156-
* Client interfaces
62156+
* Contract interfaces
6215762157
*/
6215862158

6215962159
inquirer.prompts = {};

demo/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@
88
"test": "playwright test --config=playwright.config.ts"
99
},
1010
"dependencies": {
11-
"@contractual/client": "^0.0.0",
11+
"@contractual/contract": "^0.0.0",
1212
"@contractual/fixtures": "^0.0.0",
13-
"@contractual/test": "^0.0.0",
13+
"@contractual/providers.playwright": "^0.0.0",
1414
"@playwright/test": "^1.49.1"
1515
},
1616
"engines": {

lerna.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,13 +22,15 @@
2222
"workspaces": [
2323
"demo",
2424
"packages/generators/*",
25+
"packages/providers/*",
2526
"packages/types/*",
2627
"packages/*"
2728
],
2829
"npmClient": "yarn",
2930
"packages": [
3031
"demo",
3132
"packages/generators/*",
33+
"packages/providers/*",
3234
"packages/types/*",
3335
"packages/*"
3436
]

0 commit comments

Comments
 (0)