File tree 4 files changed +10
-8
lines changed
4 files changed +10
-8
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ __metadata:
5
5
version : 6
6
6
cacheKey : 8
7
7
8
- " @autometrics/autometrics@1.0.0 , @autometrics/autometrics@workspace:../../dist/autometrics " :
8
+ " @autometrics/autometrics@1.0.1 , @autometrics/autometrics@workspace:../../dist/autometrics " :
9
9
version : 0.0.0-use.local
10
10
resolution : " @autometrics/autometrics@workspace:../../dist/autometrics"
11
11
dependencies :
@@ -28,7 +28,7 @@ __metadata:
28
28
version : 0.0.0-use.local
29
29
resolution : " @autometrics/exporter-prometheus@portal:../../dist/exporter-prometheus::locator=fastify-example%40workspace%3A."
30
30
dependencies :
31
- " @autometrics/autometrics " : 1.0.0
31
+ " @autometrics/autometrics " : 1.0.1
32
32
" @opentelemetry/api " : 1.7.0
33
33
" @opentelemetry/exporter-prometheus " : 0.45.0
34
34
" @opentelemetry/sdk-metrics " : 1.18.0
@@ -39,7 +39,7 @@ __metadata:
39
39
version : 0.0.0-use.local
40
40
resolution : " @autometrics/exporter-prometheus@workspace:../../dist/exporter-prometheus"
41
41
dependencies :
42
- " @autometrics/autometrics " : 1.0.0
42
+ " @autometrics/autometrics " : 1.0.1
43
43
" @opentelemetry/api " : 1.7.0
44
44
" @opentelemetry/exporter-prometheus " : 0.45.0
45
45
" @opentelemetry/sdk-metrics " : 1.18.0
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ __metadata:
15
15
languageName : node
16
16
linkType : hard
17
17
18
- " @autometrics/autometrics@1.0.0 , @autometrics/autometrics@workspace:../../dist/autometrics " :
18
+ " @autometrics/autometrics@1.0.1 , @autometrics/autometrics@workspace:../../dist/autometrics " :
19
19
version : 0.0.0-use.local
20
20
resolution : " @autometrics/autometrics@workspace:../../dist/autometrics"
21
21
dependencies :
@@ -38,7 +38,7 @@ __metadata:
38
38
version : 0.0.0-use.local
39
39
resolution : " @autometrics/exporter-otlp-http@portal:../../dist/exporter-otlp-http::locator=react-app-example%40workspace%3A."
40
40
dependencies :
41
- " @autometrics/autometrics " : 1.0.0
41
+ " @autometrics/autometrics " : 1.0.1
42
42
" @opentelemetry/api " : 1.7.0
43
43
" @opentelemetry/exporter-metrics-otlp-http " : 0.45.0
44
44
" @opentelemetry/sdk-metrics " : 1.18.0
@@ -49,7 +49,7 @@ __metadata:
49
49
version : 0.0.0-use.local
50
50
resolution : " @autometrics/exporter-prometheus@workspace:../../dist/exporter-prometheus"
51
51
dependencies :
52
- " @autometrics/autometrics " : 1.0.0
52
+ " @autometrics/autometrics " : 1.0.1
53
53
" @opentelemetry/api " : 1.7.0
54
54
" @opentelemetry/exporter-prometheus " : 0.45.0
55
55
" @opentelemetry/sdk-metrics " : 1.18.0
Original file line number Diff line number Diff line change @@ -25,14 +25,16 @@ build-examples:
25
25
popd
26
26
done
27
27
28
+ # NOTE - You may need to run `just clean` in the project root before running this command
28
29
build-parcel-transformer :
29
30
cd packages/ parcel-transformer-autometrics; just build
30
31
32
+ # NOTE - You may need to run `just clean` in the project root before running this command
31
33
build-typescript-plugin :
32
34
cd packages/ typescript-plugin; just build
33
35
34
36
# NOTE - Build the non-deno things first, then the deno things (this order is important)
35
- build-all : build-parcel-transformer build-typescript-plugin build build-examples
37
+ build-all : clean-all build-parcel-transformer build-typescript-plugin build build-examples
36
38
37
39
test :
38
40
deno test {{ test_permissions}} packages/ autometrics
Original file line number Diff line number Diff line change 2
2
"private" : true ,
3
3
"name" : " autometrics-monorepo" ,
4
4
"packageManager" : " yarn@3.6.3" ,
5
- "version" : " 1.0.0 " ,
5
+ "version" : " 1.0.1 " ,
6
6
"workspaces" : [
7
7
" dist/autometrics" ,
8
8
" dist/exporter-otlp-http" ,
You can’t perform that action at this time.
0 commit comments