@0xsequence/identity-instrument 3.0.0 → 3.0.1
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-build.log +1 -1
- package/.turbo/turbo-lint.log +1 -1
- package/.turbo/turbo-test.log +7 -1
- package/.turbo/turbo-typecheck.log +1 -1
- package/CHANGELOG.md +6 -0
- package/package.json +1 -1
package/.turbo/turbo-build.log
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
|
|
2
2
|
|
|
3
|
-
> @0xsequence/identity-instrument@3.0.
|
|
3
|
+
> @0xsequence/identity-instrument@3.0.1 build /home/taylan/development/sequence/sequence.js/packages/services/identity-instrument
|
|
4
4
|
> tsc
|
|
5
5
|
|
package/.turbo/turbo-lint.log
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
|
|
2
|
-
> @0xsequence/identity-instrument@3.0.
|
|
2
|
+
> @0xsequence/identity-instrument@3.0.1 lint /home/taylan/development/sequence/sequence.js/packages/services/identity-instrument
|
|
3
3
|
> eslint . --max-warnings 0
|
|
4
4
|
|
package/.turbo/turbo-test.log
CHANGED
|
@@ -5,4 +5,10 @@
|
|
|
5
5
|
|
|
6
6
|
[1m[46m RUN [49m[22m [36mv4.0.18 [39m[90m/home/taylan/development/sequence/sequence.js/packages/services/identity-instrument[39m
|
|
7
7
|
|
|
8
|
-
|
|
8
|
+
[32m✓[39m test/challenge.test.ts [2m([22m[2m17 tests[22m[2m)[22m[32m 9[2mms[22m[39m
|
|
9
|
+
|
|
10
|
+
[2m Test Files [22m [1m[32m1 passed[39m[22m[90m (1)[39m
|
|
11
|
+
[2m Tests [22m [1m[32m17 passed[39m[22m[90m (17)[39m
|
|
12
|
+
[2m Start at [22m 12:35:13
|
|
13
|
+
[2m Duration [22m 593ms[2m (transform 76ms, setup 0ms, import 216ms, tests 9ms, environment 207ms)[22m
|
|
14
|
+
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
|
|
2
|
-
> @0xsequence/identity-instrument@3.0.
|
|
2
|
+
> @0xsequence/identity-instrument@3.0.1 typecheck /home/taylan/development/sequence/sequence.js/packages/services/identity-instrument
|
|
3
3
|
> tsc --noEmit
|
|
4
4
|
|
package/CHANGELOG.md
CHANGED