@milaboratories/milaboratories.pool-explorer.model 1.0.25
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 +31 -0
- package/CHANGELOG.md +170 -0
- package/dist/bundle.js +5818 -0
- package/dist/bundle.js.map +1 -0
- package/dist/index.cjs +12 -0
- package/dist/index.cjs.map +1 -0
- package/dist/index.d.cts +30 -0
- package/dist/index.d.ts +30 -0
- package/dist/index.js +10 -0
- package/dist/index.js.map +1 -0
- package/dist/model.json +1 -0
- package/package.json +36 -0
- package/src/index.ts +22 -0
- package/tsconfig.json +17 -0
- package/vite.config.mts +20 -0
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
WARN Issue while reading "/opt/actions-runner/_work/platforma/platforma/.npmrc". Failed to replace env in config: ${NPMJS_TOKEN}
|
|
2
|
+
|
|
3
|
+
> @milaboratories/milaboratories.pool-explorer.model@1.0.25 build /opt/actions-runner/_work/platforma/platforma/etc/blocks/pool-explorer/model
|
|
4
|
+
> tsup && vite build && block-tools build-model
|
|
5
|
+
|
|
6
|
+
[34mCLI[39m Building entry: src/index.ts
|
|
7
|
+
[34mCLI[39m Using tsconfig: tsconfig.json
|
|
8
|
+
[34mCLI[39m tsup v8.3.5
|
|
9
|
+
[34mCLI[39m Using tsup config: /opt/actions-runner/_work/platforma/platforma/etc/blocks/pool-explorer/model/package.json
|
|
10
|
+
[34mCLI[39m Target: es2022
|
|
11
|
+
[34mCLI[39m Cleaning output folder
|
|
12
|
+
[34mCJS[39m Build start
|
|
13
|
+
[34mESM[39m Build start
|
|
14
|
+
[32mESM[39m [1mdist/index.js [22m[32m410.00 B[39m
|
|
15
|
+
[32mESM[39m [1mdist/index.js.map [22m[32m996.00 B[39m
|
|
16
|
+
[32mESM[39m ⚡️ Build success in 42ms
|
|
17
|
+
[32mCJS[39m [1mdist/index.cjs [22m[32m436.00 B[39m
|
|
18
|
+
[32mCJS[39m [1mdist/index.cjs.map [22m[32m1013.00 B[39m
|
|
19
|
+
[32mCJS[39m ⚡️ Build success in 42ms
|
|
20
|
+
[34mDTS[39m Build start
|
|
21
|
+
[32mDTS[39m ⚡️ Build success in 599ms
|
|
22
|
+
[32mDTS[39m [1mdist/index.d.cts [22m[32m953.00 B[39m
|
|
23
|
+
[32mDTS[39m [1mdist/index.d.ts [22m[32m953.00 B[39m
|
|
24
|
+
[36mvite v5.4.11 [32mbuilding for production...[36m[39m
|
|
25
|
+
transforming...
|
|
26
|
+
[32m✓[39m 9 modules transformed.
|
|
27
|
+
rendering chunks...
|
|
28
|
+
computing gzip size...
|
|
29
|
+
[2mdist/[22m[36mbundle.js [39m[1m[2m175.27 kB[22m[1m[22m[2m │ gzip: 33.43 kB[22m[2m │ map: 376.69 kB[22m
|
|
30
|
+
[2mdist/[22m[36mbundle.js [39m[1m[2m187.32 kB[22m[1m[22m[2m │ gzip: 34.01 kB[22m[2m │ map: 378.14 kB[22m
|
|
31
|
+
[32m✓ built in 422ms[39m
|
package/CHANGELOG.md
ADDED
|
@@ -0,0 +1,170 @@
|
|
|
1
|
+
# @milaboratories/milaboratories.pool-explorer.model
|
|
2
|
+
|
|
3
|
+
## 1.0.25
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies [8142f77]
|
|
8
|
+
- @platforma-sdk/model@1.28.4
|
|
9
|
+
|
|
10
|
+
## 1.0.24
|
|
11
|
+
|
|
12
|
+
### Patch Changes
|
|
13
|
+
|
|
14
|
+
- Updated dependencies [69bd963]
|
|
15
|
+
- @platforma-sdk/model@1.28.1
|
|
16
|
+
|
|
17
|
+
## 1.0.23
|
|
18
|
+
|
|
19
|
+
### Patch Changes
|
|
20
|
+
|
|
21
|
+
- Updated dependencies [43e1c65]
|
|
22
|
+
- @platforma-sdk/model@1.28.0
|
|
23
|
+
|
|
24
|
+
## 1.0.22
|
|
25
|
+
|
|
26
|
+
### Patch Changes
|
|
27
|
+
|
|
28
|
+
- Updated dependencies [11f6e3e]
|
|
29
|
+
- @platforma-sdk/model@1.27.17
|
|
30
|
+
|
|
31
|
+
## 1.0.21
|
|
32
|
+
|
|
33
|
+
### Patch Changes
|
|
34
|
+
|
|
35
|
+
- @platforma-sdk/model@1.27.10
|
|
36
|
+
|
|
37
|
+
## 1.0.20
|
|
38
|
+
|
|
39
|
+
### Patch Changes
|
|
40
|
+
|
|
41
|
+
- @platforma-sdk/model@1.27.8
|
|
42
|
+
|
|
43
|
+
## 1.0.19
|
|
44
|
+
|
|
45
|
+
### Patch Changes
|
|
46
|
+
|
|
47
|
+
- @platforma-sdk/model@1.27.6
|
|
48
|
+
|
|
49
|
+
## 1.0.18
|
|
50
|
+
|
|
51
|
+
### Patch Changes
|
|
52
|
+
|
|
53
|
+
- Updated dependencies [c57f609]
|
|
54
|
+
- @platforma-sdk/model@1.26.0
|
|
55
|
+
|
|
56
|
+
## 1.0.17
|
|
57
|
+
|
|
58
|
+
### Patch Changes
|
|
59
|
+
|
|
60
|
+
- Updated dependencies [88cebeb]
|
|
61
|
+
- @platforma-sdk/model@1.25.0
|
|
62
|
+
|
|
63
|
+
## 1.0.16
|
|
64
|
+
|
|
65
|
+
### Patch Changes
|
|
66
|
+
|
|
67
|
+
- @platforma-sdk/model@1.24.11
|
|
68
|
+
|
|
69
|
+
## 1.0.15
|
|
70
|
+
|
|
71
|
+
### Patch Changes
|
|
72
|
+
|
|
73
|
+
- Updated dependencies [4812a12]
|
|
74
|
+
- @platforma-sdk/model@1.24.10
|
|
75
|
+
|
|
76
|
+
## 1.0.14
|
|
77
|
+
|
|
78
|
+
### Patch Changes
|
|
79
|
+
|
|
80
|
+
- Updated dependencies [5f0fb1d]
|
|
81
|
+
- @platforma-sdk/model@1.24.9
|
|
82
|
+
|
|
83
|
+
## 1.0.13
|
|
84
|
+
|
|
85
|
+
### Patch Changes
|
|
86
|
+
|
|
87
|
+
- Updated dependencies [a505bdb]
|
|
88
|
+
- @platforma-sdk/model@1.24.5
|
|
89
|
+
|
|
90
|
+
## 1.0.12
|
|
91
|
+
|
|
92
|
+
### Patch Changes
|
|
93
|
+
|
|
94
|
+
- Updated dependencies [b084260]
|
|
95
|
+
- @platforma-sdk/model@1.24.0
|
|
96
|
+
|
|
97
|
+
## 1.0.11
|
|
98
|
+
|
|
99
|
+
### Patch Changes
|
|
100
|
+
|
|
101
|
+
- Updated dependencies [133e962]
|
|
102
|
+
- @platforma-sdk/model@1.23.4
|
|
103
|
+
|
|
104
|
+
## 1.0.10
|
|
105
|
+
|
|
106
|
+
### Patch Changes
|
|
107
|
+
|
|
108
|
+
- Updated dependencies [1016b99]
|
|
109
|
+
- @platforma-sdk/model@1.23.0
|
|
110
|
+
|
|
111
|
+
## 1.0.9
|
|
112
|
+
|
|
113
|
+
### Patch Changes
|
|
114
|
+
|
|
115
|
+
- Updated dependencies [63c66c8]
|
|
116
|
+
- @platforma-sdk/model@1.22.97
|
|
117
|
+
|
|
118
|
+
## 1.0.8
|
|
119
|
+
|
|
120
|
+
### Patch Changes
|
|
121
|
+
|
|
122
|
+
- @platforma-sdk/model@1.22.59
|
|
123
|
+
|
|
124
|
+
## 1.0.7
|
|
125
|
+
|
|
126
|
+
### Patch Changes
|
|
127
|
+
|
|
128
|
+
- Updated dependencies [388c9d2]
|
|
129
|
+
- @platforma-sdk/model@1.22.18
|
|
130
|
+
|
|
131
|
+
## 1.0.6
|
|
132
|
+
|
|
133
|
+
### Patch Changes
|
|
134
|
+
|
|
135
|
+
- Updated dependencies [ce558f9]
|
|
136
|
+
- Updated dependencies [b41709a]
|
|
137
|
+
- @platforma-sdk/model@1.22.2
|
|
138
|
+
|
|
139
|
+
## 1.0.5
|
|
140
|
+
|
|
141
|
+
### Patch Changes
|
|
142
|
+
|
|
143
|
+
- Updated dependencies [c0d5856]
|
|
144
|
+
- @platforma-sdk/model@1.22.0
|
|
145
|
+
|
|
146
|
+
## 1.0.4
|
|
147
|
+
|
|
148
|
+
### Patch Changes
|
|
149
|
+
|
|
150
|
+
- @platforma-sdk/model@1.21.20
|
|
151
|
+
|
|
152
|
+
## 1.0.3
|
|
153
|
+
|
|
154
|
+
### Patch Changes
|
|
155
|
+
|
|
156
|
+
- Updated dependencies [9d8f87b]
|
|
157
|
+
- @platforma-sdk/model@1.21.10
|
|
158
|
+
|
|
159
|
+
## 1.0.2
|
|
160
|
+
|
|
161
|
+
### Patch Changes
|
|
162
|
+
|
|
163
|
+
- Updated dependencies [05c8c1c]
|
|
164
|
+
- @platforma-sdk/model@1.21.0
|
|
165
|
+
|
|
166
|
+
## 1.0.1
|
|
167
|
+
|
|
168
|
+
### Patch Changes
|
|
169
|
+
|
|
170
|
+
- 3e516a3: Initial commit of pool exlorer utility block
|