@autometa/app 0.1.9 → 0.1.10
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/.turbo/turbo-test.log +3 -3
- package/CHANGELOG.md +7 -0
- package/package.json +5 -5
package/.turbo/turbo-test.log
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
|
|
2
|
-
> @autometa/app@0.1.
|
|
2
|
+
> @autometa/app@0.1.9 test /Users/ben.aherne/Documents/GitHub/autometa/packages/app
|
|
3
3
|
> vitest run
|
|
4
4
|
|
|
5
5
|
|
|
@@ -9,6 +9,6 @@
|
|
|
9
9
|
|
|
10
10
|
Test Files 1 passed (1)
|
|
11
11
|
Tests 2 passed (2)
|
|
12
|
-
Start at 17:
|
|
13
|
-
Duration
|
|
12
|
+
Start at 17:12:31
|
|
13
|
+
Duration 1.43s (transform 110ms, setup 0ms, collect 153ms, tests 2ms, environment 0ms, prepare 436ms)
|
|
14
14
|
|
package/CHANGELOG.md
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@autometa/app",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.10",
|
|
4
4
|
"description": "App and World container for Autometa",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "dist/index.js",
|
|
@@ -44,15 +44,15 @@
|
|
|
44
44
|
"typescript": "^4.9.5",
|
|
45
45
|
"vitest": "0.33.0",
|
|
46
46
|
"@autometa/types": "^0.4.1",
|
|
47
|
-
"
|
|
48
|
-
"
|
|
47
|
+
"eslint-config-custom": "0.6.0",
|
|
48
|
+
"tsconfig": "0.7.0"
|
|
49
49
|
},
|
|
50
50
|
"dependencies": {
|
|
51
51
|
"tsyringe": "^4.8.0",
|
|
52
52
|
"uuid": "^9.0.0",
|
|
53
|
+
"@autometa/errors": "0.1.3",
|
|
53
54
|
"@autometa/asserters": "0.1.3",
|
|
54
|
-
"@autometa/phrases": "0.1.
|
|
55
|
-
"@autometa/errors": "0.1.3"
|
|
55
|
+
"@autometa/phrases": "0.1.6"
|
|
56
56
|
},
|
|
57
57
|
"scripts": {
|
|
58
58
|
"test": "vitest run",
|