@autometa/core 1.0.0-rc.2 → 1.0.0-rc.3
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 +11 -11
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@autometa/core",
|
|
3
|
-
"version": "1.0.0-rc.
|
|
3
|
+
"version": "1.0.0-rc.3",
|
|
4
4
|
"description": "Unified core entrypoint for Autometa. Re-exports common APIs and provides the autometa CLI.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "dist/index.cjs",
|
|
@@ -119,22 +119,22 @@
|
|
|
119
119
|
},
|
|
120
120
|
"license": "MIT",
|
|
121
121
|
"dependencies": {
|
|
122
|
-
"@autometa/assertions": "1.0.0-rc.
|
|
123
|
-
"@autometa/
|
|
122
|
+
"@autometa/assertions": "1.0.0-rc.3",
|
|
123
|
+
"@autometa/http": "2.0.0-rc.3",
|
|
124
|
+
"@autometa/executor": "1.0.0-rc.3",
|
|
124
125
|
"@autometa/config": "1.0.0-rc.2",
|
|
125
126
|
"@autometa/gherkin": "1.0.0-rc.2",
|
|
126
|
-
"@autometa/http": "2.0.0-rc.2",
|
|
127
127
|
"@autometa/scopes": "1.0.0-rc.1",
|
|
128
|
-
"@autometa/
|
|
128
|
+
"@autometa/injection": "1.0.0-rc.2",
|
|
129
129
|
"@autometa/errors": "1.0.0-rc.2",
|
|
130
130
|
"@autometa/types": "1.0.0-rc.1",
|
|
131
|
-
"@autometa/injection": "1.0.0-rc.2",
|
|
132
|
-
"@autometa/datetime": "1.0.0-rc.2",
|
|
133
|
-
"@autometa/dto-builder": "1.0.0-rc.2",
|
|
134
|
-
"@autometa/runner": "1.0.0-rc.2",
|
|
135
|
-
"@autometa/cli": "1.0.0-rc.4",
|
|
136
|
-
"@autometa/phrases": "1.0.0-rc.2",
|
|
137
131
|
"@autometa/status-codes": "1.0.0-rc.1",
|
|
132
|
+
"@autometa/cucumber-expressions": "1.0.0-rc.2",
|
|
133
|
+
"@autometa/phrases": "1.0.0-rc.2",
|
|
134
|
+
"@autometa/runner": "1.0.0-rc.3",
|
|
135
|
+
"@autometa/cli": "1.0.0-rc.5",
|
|
136
|
+
"@autometa/dto-builder": "1.0.0-rc.2",
|
|
137
|
+
"@autometa/datetime": "1.0.0-rc.2",
|
|
138
138
|
"@autometa/bind-decorator": "1.0.0-rc.1"
|
|
139
139
|
},
|
|
140
140
|
"devDependencies": {
|