@liquidmetal-ai/drizzle 0.2.10 → 0.2.12

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.
@@ -1,6 +1,6 @@
1
1
 
2
- 
3
- > @liquidmetal-ai/drizzle@0.2.9 lint
2
+ ⠙⠹⠸⠼
3
+ > @liquidmetal-ai/drizzle@0.2.11 lint
4
4
  > eslint . --max-warnings=0
5
5
 
6
- ⠙
6
+ ⠼⠙
@@ -1,30 +1,42 @@
1
1
 
2
- ⠙
3
- > @liquidmetal-ai/drizzle@0.2.9 test
2
+ 
3
+ > @liquidmetal-ai/drizzle@0.2.11 test
4
4
  > vitest run
5
5
 
6
- ⠙
6
+ 
7
7
   RUN  v2.1.9 /Users/bosgood/dev/src/github.com/LiquidMetal-AI/liquidmetal/packages/drizzle
8
8
 
9
- [?25l · src/appify/parse.test.ts (17)
10
- · src/appify/build.test.ts (10)
11
- [?25l[?25l ✓ src/appify/parse.test.ts (17)
9
+ [?25l · src/logging.test.ts (7)
10
+ stdout | src/logging.test.ts > Logger > can log messages at a debug level
11
+ { level: 'DEBUG', message: 'debug message', fields: {} }
12
+
13
+ stdout | src/logging.test.ts > Logger > can log messages at a info level
14
+ { level: 'INFO', message: 'info message', fields: {} }
15
+
16
+ stdout | src/logging.test.ts > Logger > can log messages at a warn level
17
+ { level: 'WARN', message: 'warn message', fields: {} }
18
+
19
+ stdout | src/logging.test.ts > Logger > can log messages at an error level
20
+ { level: 'ERROR', message: 'error message', fields: {} }
21
+
22
+ [?25l · src/logging.test.ts (7)
23
+ [?25l[?25l ✓ src/logging.test.ts (7)
24
+ [?25l[?25l[?25l[?25l[?25l[?25l[?25l[?25l · src/appify/parse.test.ts (17)
12
25
  · src/appify/build.test.ts (10)
13
- [?25l ✓ src/appify/parse.test.ts (17)
14
- ✓ src/appify/build.test.ts (10)
15
- [?25l ✓ src/appify/parse.test.ts (17)
26
+ ✓ src/logging.test.ts (7)
27
+ [?25l[?25l[?25l · src/appify/parse.test.ts (17)
16
28
  ✓ src/appify/build.test.ts (10)
17
- · src/codestore.test.ts (9)
18
- [?25l[?25l ✓ src/appify/parse.test.ts (17)
29
+ ✓ src/logging.test.ts (7)
30
+ [?25l · src/appify/parse.test.ts (17)
19
31
  ✓ src/appify/build.test.ts (10)
20
32
  · src/codestore.test.ts (9)
21
- · src/logging.test.ts (7)
33
+ ✓ src/logging.test.ts (7)
22
34
  [?25l ✓ src/appify/parse.test.ts (17)
23
35
  ✓ src/appify/build.test.ts (10)
24
36
  · src/unsafe/framework.test.ts (7)
25
37
  · src/codestore.test.ts (9)
26
- · src/logging.test.ts (7)
27
- stderr | src/unsafe/framework.test.ts > getPackageVersion > should return null when package is not found
38
+ ✓ src/logging.test.ts (7)
39
+ [?25lstderr | src/unsafe/framework.test.ts > getPackageVersion > should return null when package is not found
28
40
  Error reading package version: Error: Package version not found
29
41
  at Module.getPackageVersion (/Users/bosgood/dev/src/github.com/LiquidMetal-AI/liquidmetal/packages/drizzle/src/unsafe/framework.ts:108:11)
30
42
  at /Users/bosgood/dev/src/github.com/LiquidMetal-AI/liquidmetal/packages/drizzle/src/unsafe/framework.test.ts:151:21
@@ -37,41 +49,35 @@
37
49
  at file:///Users/bosgood/dev/src/github.com/LiquidMetal-AI/liquidmetal/node_modules/vitest/dist/chunks/runBaseTests.3qpJUEJM.js:126:11
38
50
  at withEnv (file:///Users/bosgood/dev/src/github.com/LiquidMetal-AI/liquidmetal/node_modules/vitest/dist/chunks/runBaseTests.3qpJUEJM.js:90:5)
39
51
 
40
- stdout | src/logging.test.ts > Logger > can log messages at a debug level
41
- { level: 'DEBUG', message: 'debug message', fields: {} }
42
-
43
- stdout | src/logging.test.ts > Logger > can log messages at a info level
44
- { level: 'INFO', message: 'info message', fields: {} }
45
-
46
- stdout | src/logging.test.ts > Logger > can log messages at a warn level
47
- { level: 'WARN', message: 'warn message', fields: {} }
48
-
49
- stdout | src/logging.test.ts > Logger > can log messages at an error level
50
- { level: 'ERROR', message: 'error message', fields: {} }
51
-
52
- [?25l ✓ src/appify/parse.test.ts (17)
52
+ [?25l · src/appify/validate.test.ts (17)
53
+ ✓ src/appify/parse.test.ts (17)
53
54
  ✓ src/appify/build.test.ts (10)
54
55
  ❯ src/unsafe/framework.test.ts (7)
55
56
  ❯ getPackageVersion (7)
56
- ✓ should detect npm package version
57
- ✓ should detect yarn package version
58
- ✓ should detect pnpm package version
59
- ✓ should handle nested dependencies
60
- ✓ should return null when package is not found
61
- ⠙ should search parent directories for package manager files
57
+ ⠙ should detect npm package version
58
+ · should detect yarn package version
59
+ · should detect pnpm package version
60
+ · should handle nested dependencies
61
+ · should return null when package is not found
62
+ · should search parent directories for package manager files
62
63
  · should handle command execution errors
63
- ❯ src/codestore.test.ts (9)
64
- ⠙ archive and unarchive
65
- · list bundle with files
66
- · read file from bundle
67
- · read missing file from bundle
68
- · delete file from bundle
69
- · for await of bundle
70
- · stat file from bundle
71
- · stat missing file from bundle
72
- · hash bundle
64
+ · src/codestore.test.ts (9)
73
65
  ✓ src/logging.test.ts (7)
74
- [?25l ✓ src/appify/parse.test.ts (17)
66
+ stderr | src/unsafe/framework.test.ts > getPackageVersion > should handle command execution errors
67
+ Error executing npm list command: Error: Command failed
68
+ at /Users/bosgood/dev/src/github.com/LiquidMetal-AI/liquidmetal/packages/drizzle/src/unsafe/framework.test.ts:192:9
69
+ at mockCall (file:///Users/bosgood/dev/src/github.com/LiquidMetal-AI/liquidmetal/node_modules/vitest/node_modules/@vitest/spy/dist/index.js:61:17)
70
+ at spy (file:///Users/bosgood/dev/src/github.com/LiquidMetal-AI/liquidmetal/node_modules/tinyspy/dist/index.js:45:80)
71
+ at node:internal/util:456:21
72
+ at new Promise (<anonymous>)
73
+ at spy (node:internal/util:442:12)
74
+ at getVersionFromCommand (/Users/bosgood/dev/src/github.com/LiquidMetal-AI/liquidmetal/packages/drizzle/src/unsafe/framework.ts:69:30)
75
+ at Module.getPackageVersion (/Users/bosgood/dev/src/github.com/LiquidMetal-AI/liquidmetal/packages/drizzle/src/unsafe/framework.ts:102:31)
76
+ at /Users/bosgood/dev/src/github.com/LiquidMetal-AI/liquidmetal/packages/drizzle/src/unsafe/framework.test.ts:202:21
77
+ at file:///Users/bosgood/dev/src/github.com/LiquidMetal-AI/liquidmetal/node_modules/vitest/node_modules/@vitest/runner/dist/index.js:533:5
78
+
79
+ [?25l · src/appify/validate.test.ts (17)
80
+ ✓ src/appify/parse.test.ts (17)
75
81
  ✓ src/appify/build.test.ts (10)
76
82
  ❯ src/unsafe/framework.test.ts (7)
77
83
  ❯ getPackageVersion (7)
@@ -80,10 +86,10 @@
80
86
  ✓ should detect pnpm package version
81
87
  ✓ should handle nested dependencies
82
88
  ✓ should return null when package is not found
83
- ⠹ should search parent directories for package manager files
84
- · should handle command execution errors
89
+ ✓ should search parent directories for package manager files
90
+ ⠙ should handle command execution errors
85
91
  ❯ src/codestore.test.ts (9)
86
- ⠹ archive and unarchive
92
+ ⠙ archive and unarchive
87
93
  · list bundle with files
88
94
  · read file from bundle
89
95
  · read missing file from bundle
@@ -93,7 +99,20 @@
93
99
  · stat missing file from bundle
94
100
  · hash bundle
95
101
  ✓ src/logging.test.ts (7)
96
- [?25l · src/appify/validate.test.ts (17)
102
+ stderr | src/unsafe/framework.test.ts > getPackageVersion > should handle command execution errors
103
+ Error reading package version: Error: Package version not found
104
+ at Module.getPackageVersion (/Users/bosgood/dev/src/github.com/LiquidMetal-AI/liquidmetal/packages/drizzle/src/unsafe/framework.ts:108:11)
105
+ at /Users/bosgood/dev/src/github.com/LiquidMetal-AI/liquidmetal/packages/drizzle/src/unsafe/framework.test.ts:202:21
106
+ at file:///Users/bosgood/dev/src/github.com/LiquidMetal-AI/liquidmetal/node_modules/vitest/node_modules/@vitest/runner/dist/index.js:533:5
107
+ at runTest (file:///Users/bosgood/dev/src/github.com/LiquidMetal-AI/liquidmetal/node_modules/vitest/node_modules/@vitest/runner/dist/index.js:1056:11)
108
+ at runSuite (file:///Users/bosgood/dev/src/github.com/LiquidMetal-AI/liquidmetal/node_modules/vitest/node_modules/@vitest/runner/dist/index.js:1205:15)
109
+ at runSuite (file:///Users/bosgood/dev/src/github.com/LiquidMetal-AI/liquidmetal/node_modules/vitest/node_modules/@vitest/runner/dist/index.js:1205:15)
110
+ at runFiles (file:///Users/bosgood/dev/src/github.com/LiquidMetal-AI/liquidmetal/node_modules/vitest/node_modules/@vitest/runner/dist/index.js:1262:5)
111
+ at startTests (file:///Users/bosgood/dev/src/github.com/LiquidMetal-AI/liquidmetal/node_modules/vitest/node_modules/@vitest/runner/dist/index.js:1271:3)
112
+ at file:///Users/bosgood/dev/src/github.com/LiquidMetal-AI/liquidmetal/node_modules/vitest/dist/chunks/runBaseTests.3qpJUEJM.js:126:11
113
+ at withEnv (file:///Users/bosgood/dev/src/github.com/LiquidMetal-AI/liquidmetal/node_modules/vitest/dist/chunks/runBaseTests.3qpJUEJM.js:90:5)
114
+
115
+ [?25l · src/appify/validate.test.ts (17)
97
116
  ✓ src/appify/parse.test.ts (17)
98
117
  ✓ src/appify/build.test.ts (10)
99
118
  ❯ src/unsafe/framework.test.ts (7)
@@ -103,146 +122,153 @@
103
122
  ✓ should detect pnpm package version
104
123
  ✓ should handle nested dependencies
105
124
  ✓ should return null when package is not found
106
- ⠸ should search parent directories for package manager files
107
- · should handle command execution errors
108
- ❯ src/codestore.test.ts (9)
109
- ⠸ archive and unarchive
110
- · list bundle with files
111
- · read file from bundle
112
- · read missing file from bundle
113
- · delete file from bundle
114
- · for await of bundle
115
- · stat file from bundle
116
- · stat missing file from bundle
117
- · hash bundle
125
+ ✓ should search parent directories for package manager files
126
+ ⠹ should handle command execution errors
127
+ ✓ src/codestore.test.ts (9)
118
128
  ✓ src/logging.test.ts (7)
119
- [?25l ✓ src/appify/validate.test.ts (17)
129
+ [?25l · src/appify/validate.test.ts (17)
120
130
  ✓ src/appify/parse.test.ts (17)
121
131
  ✓ src/appify/build.test.ts (10)
122
- ❯ src/unsafe/framework.test.ts (7)
123
- ❯ getPackageVersion (7)
124
- ✓ should detect npm package version
125
- ✓ should detect yarn package version
126
- ✓ should detect pnpm package version
127
- ✓ should handle nested dependencies
128
- ✓ should return null when package is not found
129
- ⠼ should search parent directories for package manager files
130
- · should handle command execution errors
131
- ❯ src/codestore.test.ts (9)
132
- ⠼ archive and unarchive
133
- · list bundle with files
134
- · read file from bundle
135
- · read missing file from bundle
136
- · delete file from bundle
137
- · for await of bundle
138
- · stat file from bundle
139
- · stat missing file from bundle
140
- · hash bundle
132
+ ✓ src/unsafe/framework.test.ts (7)
133
+ ✓ src/codestore.test.ts (9)
141
134
  ✓ src/logging.test.ts (7)
142
- [?25l ✓ src/appify/validate.test.ts (17)
135
+ [?25l[?25l[?25l ✓ src/appify/validate.test.ts (17)
143
136
  ✓ src/appify/parse.test.ts (17)
144
137
  ✓ src/appify/build.test.ts (10)
145
- ❯ src/unsafe/framework.test.ts (7)
146
- ❯ getPackageVersion (7)
147
- ✓ should detect npm package version
148
- ✓ should detect yarn package version
149
- ✓ should detect pnpm package version
150
- ✓ should handle nested dependencies
151
- ✓ should return null when package is not found
152
- ⠴ should search parent directories for package manager files
153
- · should handle command execution errors
154
- ❯ src/codestore.test.ts (9)
155
- ⠴ archive and unarchive
156
- · list bundle with files
157
- · read file from bundle
158
- · read missing file from bundle
159
- · delete file from bundle
160
- · for await of bundle
161
- · stat file from bundle
162
- · stat missing file from bundle
163
- · hash bundle
138
+ ✓ src/unsafe/framework.test.ts (7)
139
+ ✓ src/codestore.test.ts (9)
164
140
  ✓ src/logging.test.ts (7)
165
- [?25l ✓ src/appify/validate.test.ts (17)
141
+ [?25l[?25l[?25l[?25l[?25l[?25l ✓ src/appify/validate.test.ts (17)
166
142
  ✓ src/appify/parse.test.ts (17)
167
143
  ✓ src/appify/build.test.ts (10)
168
- ❯ src/unsafe/framework.test.ts (7)
169
- ❯ getPackageVersion (7)
170
- ✓ should detect npm package version
171
- ✓ should detect yarn package version
172
- ✓ should detect pnpm package version
173
- ✓ should handle nested dependencies
174
- ✓ should return null when package is not found
175
- ⠦ should search parent directories for package manager files
176
- · should handle command execution errors
177
- ❯ src/codestore.test.ts (9)
178
- ⠦ archive and unarchive
179
- · list bundle with files
180
- · read file from bundle
181
- · read missing file from bundle
182
- · delete file from bundle
183
- · for await of bundle
184
- · stat file from bundle
185
- · stat missing file from bundle
186
- · hash bundle
144
+ ✓ src/unsafe/framework.test.ts (7)
145
+ ✓ src/codestore.test.ts (9)
187
146
  ✓ src/logging.test.ts (7)
188
- stderr | src/unsafe/framework.test.ts > getPackageVersion > should handle command execution errors
189
- Error executing npm list command: Error: Command failed
190
- at /Users/bosgood/dev/src/github.com/LiquidMetal-AI/liquidmetal/packages/drizzle/src/unsafe/framework.test.ts:192:9
191
- at mockCall (file:///Users/bosgood/dev/src/github.com/LiquidMetal-AI/liquidmetal/node_modules/vitest/node_modules/@vitest/spy/dist/index.js:61:17)
192
- at spy (file:///Users/bosgood/dev/src/github.com/LiquidMetal-AI/liquidmetal/node_modules/tinyspy/dist/index.js:45:80)
193
- at node:internal/util:456:21
194
- at new Promise (<anonymous>)
195
- at spy (node:internal/util:442:12)
196
- at getVersionFromCommand (/Users/bosgood/dev/src/github.com/LiquidMetal-AI/liquidmetal/packages/drizzle/src/unsafe/framework.ts:69:30)
197
- at Module.getPackageVersion (/Users/bosgood/dev/src/github.com/LiquidMetal-AI/liquidmetal/packages/drizzle/src/unsafe/framework.ts:102:31)
198
- at /Users/bosgood/dev/src/github.com/LiquidMetal-AI/liquidmetal/packages/drizzle/src/unsafe/framework.test.ts:202:21
199
- at file:///Users/bosgood/dev/src/github.com/LiquidMetal-AI/liquidmetal/node_modules/vitest/node_modules/@vitest/runner/dist/index.js:533:5
200
-
201
- [?25l ✓ src/appify/validate.test.ts (17)
147
+ · src/appify/index.test.ts (3)
148
+ [?25l ✓ src/appify/validate.test.ts (17)
202
149
  ✓ src/appify/parse.test.ts (17)
203
150
  ✓ src/appify/build.test.ts (10)
204
- ❯ src/unsafe/framework.test.ts (7)
205
- ❯ getPackageVersion (7)
206
- ✓ should detect npm package version
207
- ✓ should detect yarn package version
208
- ✓ should detect pnpm package version
209
- ✓ should handle nested dependencies
210
- ✓ should return null when package is not found
211
- ✓ should search parent directories for package manager files
212
- ⠙ should handle command execution errors
213
- ⠙ [ beforeEach ]
151
+ ✓ src/unsafe/framework.test.ts (7)
214
152
  ✓ src/codestore.test.ts (9)
215
153
  ✓ src/logging.test.ts (7)
216
- · src/appify/index.test.ts (3)
217
- stderr | src/unsafe/framework.test.ts > getPackageVersion > should handle command execution errors
218
- Error reading package version: Error: Package version not found
219
- at Module.getPackageVersion (/Users/bosgood/dev/src/github.com/LiquidMetal-AI/liquidmetal/packages/drizzle/src/unsafe/framework.ts:108:11)
220
- at /Users/bosgood/dev/src/github.com/LiquidMetal-AI/liquidmetal/packages/drizzle/src/unsafe/framework.test.ts:202:21
221
- at file:///Users/bosgood/dev/src/github.com/LiquidMetal-AI/liquidmetal/node_modules/vitest/node_modules/@vitest/runner/dist/index.js:533:5
222
- at runTest (file:///Users/bosgood/dev/src/github.com/LiquidMetal-AI/liquidmetal/node_modules/vitest/node_modules/@vitest/runner/dist/index.js:1056:11)
223
- at runSuite (file:///Users/bosgood/dev/src/github.com/LiquidMetal-AI/liquidmetal/node_modules/vitest/node_modules/@vitest/runner/dist/index.js:1205:15)
224
- at runSuite (file:///Users/bosgood/dev/src/github.com/LiquidMetal-AI/liquidmetal/node_modules/vitest/node_modules/@vitest/runner/dist/index.js:1205:15)
225
- at runFiles (file:///Users/bosgood/dev/src/github.com/LiquidMetal-AI/liquidmetal/node_modules/vitest/node_modules/@vitest/runner/dist/index.js:1262:5)
226
- at startTests (file:///Users/bosgood/dev/src/github.com/LiquidMetal-AI/liquidmetal/node_modules/vitest/node_modules/@vitest/runner/dist/index.js:1271:3)
227
- at file:///Users/bosgood/dev/src/github.com/LiquidMetal-AI/liquidmetal/node_modules/vitest/dist/chunks/runBaseTests.3qpJUEJM.js:126:11
228
- at withEnv (file:///Users/bosgood/dev/src/github.com/LiquidMetal-AI/liquidmetal/node_modules/vitest/dist/chunks/runBaseTests.3qpJUEJM.js:90:5)
229
-
230
- [?25l ✓ src/appify/validate.test.ts (17)
154
+ ✓ src/appify/index.test.ts (3)
155
+ [?25l[?25l[?25l[?25l[?25l[?25l[?25l[?25l[?25l[?25l[?25l[?25l[?25l[?25l[?25l[?25l[?25l[?25l[?25l[?25l[?25l[?25l[?25l[?25l[?25l[?25l[?25l[?25l[?25l[?25l[?25l[?25l[?25l[?25l[?25l[?25l[?25l[?25l[?25l[?25l[?25l[?25l[?25l[?25l[?25l[?25l[?25l[?25l[?25l ✓ src/appify/validate.test.ts (17)
231
156
  ✓ src/appify/parse.test.ts (17)
232
157
  ✓ src/appify/build.test.ts (10)
233
158
  ✓ src/unsafe/framework.test.ts (7)
234
159
  ✓ src/codestore.test.ts (9)
235
160
  ✓ src/logging.test.ts (7)
236
161
  ✓ src/appify/index.test.ts (3)
237
- [?25l[?25l[?25l[?25l[?25l[?25l[?25l[?25l[?25l[?25l[?25l[?25l[?25l[?25l[?25l[?25l[?25l[?25l[?25l[?25l[?25l[?25l[?25l[?25l[?25l[?25l[?25l[?25l[?25l[?25l[?25l[?25l[?25l[?25l[?25l[?25l[?25l[?25l[?25l[?25l[?25l[?25l ✓ src/appify/validate.test.ts (17)
162
+ · src/raindrop/index.test.ts (1)
163
+ [?25l[?25l ✓ src/appify/validate.test.ts (17)
238
164
  ✓ src/appify/parse.test.ts (17)
239
165
  ✓ src/appify/build.test.ts (10)
240
166
  ✓ src/unsafe/framework.test.ts (7)
241
167
  ✓ src/codestore.test.ts (9)
242
168
  ✓ src/logging.test.ts (7)
243
169
  ✓ src/appify/index.test.ts (3)
244
- ✓ src/unsafe/codestore.test.ts (1)
245
- [?25l[?25l[?25l[?25l[?25l[?25l[?25l[?25l[?25l[?25l[?25l[?25l[?25l[?25l[?25l[?25l[?25l[?25l[?25l[?25l ✓ src/appify/validate.test.ts (17)
170
+ · src/unsafe/codestore.test.ts (1)
171
+ · src/raindrop/index.test.ts (1)
172
+ [?25l ✓ src/appify/validate.test.ts (17)
173
+ ✓ src/appify/parse.test.ts (17)
174
+ ✓ src/appify/build.test.ts (10)
175
+ ✓ src/unsafe/framework.test.ts (7)
176
+ ✓ src/codestore.test.ts (9)
177
+ ✓ src/logging.test.ts (7)
178
+ ✓ src/appify/index.test.ts (3)
179
+ · src/unsafe/codestore.test.ts (1)
180
+ ✓ src/raindrop/index.test.ts (1)
181
+ [?25l[?25l ✓ src/appify/validate.test.ts (17)
182
+ ✓ src/appify/parse.test.ts (17)
183
+ ✓ src/appify/build.test.ts (10)
184
+ ✓ src/unsafe/framework.test.ts (7)
185
+ ✓ src/codestore.test.ts (9)
186
+ ✓ src/logging.test.ts (7)
187
+ ✓ src/appify/index.test.ts (3)
188
+ ❯ src/unsafe/codestore.test.ts (1)
189
+ ⠙ FileSystemBundle maps to local files and their contents
190
+ ✓ src/raindrop/index.test.ts (1)
191
+ [?25l ✓ src/appify/validate.test.ts (17)
192
+ ✓ src/appify/parse.test.ts (17)
193
+ ✓ src/appify/build.test.ts (10)
194
+ ✓ src/unsafe/framework.test.ts (7)
195
+ ✓ src/codestore.test.ts (9)
196
+ ✓ src/logging.test.ts (7)
197
+ ✓ src/appify/index.test.ts (3)
198
+ ❯ src/unsafe/codestore.test.ts (1)
199
+ ⠹ FileSystemBundle maps to local files and their contents
200
+ ✓ src/raindrop/index.test.ts (1)
201
+ [?25l ✓ src/appify/validate.test.ts (17)
202
+ ✓ src/appify/parse.test.ts (17)
203
+ ✓ src/appify/build.test.ts (10)
204
+ ✓ src/unsafe/framework.test.ts (7)
205
+ ✓ src/codestore.test.ts (9)
206
+ ✓ src/logging.test.ts (7)
207
+ ✓ src/appify/index.test.ts (3)
208
+ ❯ src/unsafe/codestore.test.ts (1)
209
+ ⠸ FileSystemBundle maps to local files and their contents
210
+ ✓ src/raindrop/index.test.ts (1)
211
+ [?25l ✓ src/appify/validate.test.ts (17)
212
+ ✓ src/appify/parse.test.ts (17)
213
+ ✓ src/appify/build.test.ts (10)
214
+ ✓ src/unsafe/framework.test.ts (7)
215
+ ✓ src/codestore.test.ts (9)
216
+ ✓ src/logging.test.ts (7)
217
+ ✓ src/appify/index.test.ts (3)
218
+ ❯ src/unsafe/codestore.test.ts (1)
219
+ ⠼ FileSystemBundle maps to local files and their contents
220
+ ✓ src/raindrop/index.test.ts (1)
221
+ [?25l ✓ src/appify/validate.test.ts (17)
222
+ ✓ src/appify/parse.test.ts (17)
223
+ ✓ src/appify/build.test.ts (10)
224
+ ✓ src/unsafe/framework.test.ts (7)
225
+ ✓ src/codestore.test.ts (9)
226
+ ✓ src/logging.test.ts (7)
227
+ ✓ src/appify/index.test.ts (3)
228
+ ❯ src/unsafe/codestore.test.ts (1)
229
+ ⠴ FileSystemBundle maps to local files and their contents
230
+ ✓ src/raindrop/index.test.ts (1)
231
+ [?25l ✓ src/appify/validate.test.ts (17)
232
+ ✓ src/appify/parse.test.ts (17)
233
+ ✓ src/appify/build.test.ts (10)
234
+ ✓ src/unsafe/framework.test.ts (7)
235
+ ✓ src/codestore.test.ts (9)
236
+ ✓ src/logging.test.ts (7)
237
+ ✓ src/appify/index.test.ts (3)
238
+ ❯ src/unsafe/codestore.test.ts (1)
239
+ ⠦ FileSystemBundle maps to local files and their contents
240
+ ✓ src/raindrop/index.test.ts (1)
241
+ [?25l ✓ src/appify/validate.test.ts (17)
242
+ ✓ src/appify/parse.test.ts (17)
243
+ ✓ src/appify/build.test.ts (10)
244
+ ✓ src/unsafe/framework.test.ts (7)
245
+ ✓ src/codestore.test.ts (9)
246
+ ✓ src/logging.test.ts (7)
247
+ ✓ src/appify/index.test.ts (3)
248
+ ❯ src/unsafe/codestore.test.ts (1)
249
+ ⠧ FileSystemBundle maps to local files and their contents
250
+ ✓ src/raindrop/index.test.ts (1)
251
+ [?25l ✓ src/appify/validate.test.ts (17)
252
+ ✓ src/appify/parse.test.ts (17)
253
+ ✓ src/appify/build.test.ts (10)
254
+ ✓ src/unsafe/framework.test.ts (7)
255
+ ✓ src/codestore.test.ts (9)
256
+ ✓ src/logging.test.ts (7)
257
+ ✓ src/appify/index.test.ts (3)
258
+ ❯ src/unsafe/codestore.test.ts (1)
259
+ ⠇ FileSystemBundle maps to local files and their contents
260
+ ✓ src/raindrop/index.test.ts (1)
261
+ [?25l ✓ src/appify/validate.test.ts (17)
262
+ ✓ src/appify/parse.test.ts (17)
263
+ ✓ src/appify/build.test.ts (10)
264
+ ✓ src/unsafe/framework.test.ts (7)
265
+ ✓ src/codestore.test.ts (9)
266
+ ✓ src/logging.test.ts (7)
267
+ ✓ src/appify/index.test.ts (3)
268
+ ❯ src/unsafe/codestore.test.ts (1)
269
+ ⠏ FileSystemBundle maps to local files and their contents
270
+ ✓ src/raindrop/index.test.ts (1)
271
+ [?25l ✓ src/appify/validate.test.ts (17)
246
272
  ✓ src/appify/parse.test.ts (17)
247
273
  ✓ src/appify/build.test.ts (10)
248
274
  ✓ src/unsafe/framework.test.ts (7)
@@ -251,7 +277,7 @@
251
277
  ✓ src/appify/index.test.ts (3)
252
278
  ✓ src/unsafe/codestore.test.ts (1)
253
279
  ✓ src/raindrop/index.test.ts (1)
254
-  ✓ src/codestore.test.ts (9)
280
+ [?25l[?25l ✓ src/codestore.test.ts (9)
255
281
  ✓ src/logging.test.ts (7)
256
282
  ✓ src/appify/build.test.ts (10)
257
283
  ✓ src/appify/index.test.ts (3)
@@ -263,15 +289,15 @@
263
289
 
264
290
   Test Files  9 passed (9)
265
291
   Tests  72 passed (72)
266
-  Start at  17:26:53
267
-  Duration  3.95s (transform 2.22s, setup 0ms, collect 4.71s, tests 760ms, environment 1ms, prepare 5.95s)
292
+  Start at  16:53:59
293
+  Duration  6.52s (transform 6.62s, setup 0ms, collect 13.01s, tests 784ms, environment 34ms, prepare 10.80s)
268
294
 
269
295
  [?25h[?25h⠙
270
- > @liquidmetal-ai/drizzle@0.2.9 posttest
296
+ > @liquidmetal-ai/drizzle@0.2.11 posttest
271
297
  > npm run lint
272
298
 
273
299
  ⠙
274
- > @liquidmetal-ai/drizzle@0.2.9 lint
300
+ > @liquidmetal-ai/drizzle@0.2.11 lint
275
301
  > eslint . --max-warnings=0
276
302
 
277
303
  ⠙⠙
package/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # @liquidmetal-ai/drizzle
2
2
 
3
+ ## 0.2.11
4
+
5
+ ### Patch Changes
6
+
7
+ - Bumping for missed constant update.
8
+
3
9
  ## 0.2.10
4
10
 
5
11
  ## 0.2.9
@@ -1053,6 +1053,124 @@ export type StatusResponse_Module = Message<"liquidmetal.v1alpha1.StatusResponse
1053
1053
  * Use `create(StatusResponse_ModuleSchema)` to create a new message.
1054
1054
  */
1055
1055
  export declare const StatusResponse_ModuleSchema: GenMessage<StatusResponse_Module>;
1056
+ /**
1057
+ * @generated from message liquidmetal.v1alpha1.QueryModulesRequest
1058
+ */
1059
+ export type QueryModulesRequest = Message<"liquidmetal.v1alpha1.QueryModulesRequest"> & {
1060
+ /**
1061
+ * @generated from field: string user_id = 1;
1062
+ */
1063
+ userId: string;
1064
+ /**
1065
+ * @generated from field: string organization_id = 2;
1066
+ */
1067
+ organizationId: string;
1068
+ /**
1069
+ * @generated from field: string application_name = 3;
1070
+ */
1071
+ applicationName: string;
1072
+ /**
1073
+ * @generated from field: string application_version_id = 4;
1074
+ */
1075
+ applicationVersionId: string;
1076
+ /**
1077
+ * @generated from field: string module_type = 5;
1078
+ */
1079
+ moduleType: string;
1080
+ };
1081
+ /**
1082
+ * Describes the message liquidmetal.v1alpha1.QueryModulesRequest.
1083
+ * Use `create(QueryModulesRequestSchema)` to create a new message.
1084
+ */
1085
+ export declare const QueryModulesRequestSchema: GenMessage<QueryModulesRequest>;
1086
+ /**
1087
+ * @generated from message liquidmetal.v1alpha1.QueryModulesResponse
1088
+ */
1089
+ export type QueryModulesResponse = Message<"liquidmetal.v1alpha1.QueryModulesResponse"> & {
1090
+ /**
1091
+ * @generated from field: repeated liquidmetal.v1alpha1.QueryModulesResponse.Module modules = 1;
1092
+ */
1093
+ modules: QueryModulesResponse_Module[];
1094
+ /**
1095
+ * @generated from field: optional string next_page_token = 2;
1096
+ */
1097
+ nextPageToken?: string;
1098
+ };
1099
+ /**
1100
+ * Describes the message liquidmetal.v1alpha1.QueryModulesResponse.
1101
+ * Use `create(QueryModulesResponseSchema)` to create a new message.
1102
+ */
1103
+ export declare const QueryModulesResponseSchema: GenMessage<QueryModulesResponse>;
1104
+ /**
1105
+ * @generated from message liquidmetal.v1alpha1.QueryModulesResponse.Module
1106
+ */
1107
+ export type QueryModulesResponse_Module = Message<"liquidmetal.v1alpha1.QueryModulesResponse.Module"> & {
1108
+ /**
1109
+ * @generated from field: string organization_id = 1;
1110
+ */
1111
+ organizationId: string;
1112
+ /**
1113
+ * @generated from field: string application_name = 2;
1114
+ */
1115
+ applicationName: string;
1116
+ /**
1117
+ * @generated from field: string application_version_id = 3;
1118
+ */
1119
+ applicationVersionId: string;
1120
+ /**
1121
+ * @generated from field: string module_id = 4;
1122
+ */
1123
+ moduleId: string;
1124
+ /**
1125
+ * @generated from field: string name = 5;
1126
+ */
1127
+ name: string;
1128
+ /**
1129
+ * type and module_type represent the same concept except one is a string
1130
+ * and one is an enum.
1131
+ *
1132
+ * @generated from field: string type = 6;
1133
+ */
1134
+ type: string;
1135
+ /**
1136
+ * @generated from field: liquidmetal.v1alpha1.QueryModulesResponse.ModuleType resource_type = 7;
1137
+ */
1138
+ resourceType: QueryModulesResponse_ModuleType;
1139
+ /**
1140
+ * @generated from field: google.protobuf.Struct attributes = 8;
1141
+ */
1142
+ attributes?: JsonObject;
1143
+ /**
1144
+ * @generated from field: google.protobuf.Timestamp created_at = 9;
1145
+ */
1146
+ createdAt?: Timestamp;
1147
+ /**
1148
+ * @generated from field: google.protobuf.Timestamp updated_at = 10;
1149
+ */
1150
+ updatedAt?: Timestamp;
1151
+ };
1152
+ /**
1153
+ * Describes the message liquidmetal.v1alpha1.QueryModulesResponse.Module.
1154
+ * Use `create(QueryModulesResponse_ModuleSchema)` to create a new message.
1155
+ */
1156
+ export declare const QueryModulesResponse_ModuleSchema: GenMessage<QueryModulesResponse_Module>;
1157
+ /**
1158
+ * @generated from enum liquidmetal.v1alpha1.QueryModulesResponse.ModuleType
1159
+ */
1160
+ export declare enum QueryModulesResponse_ModuleType {
1161
+ /**
1162
+ * @generated from enum value: MODULE_TYPE_SMART_UNSPECIFIED = 0;
1163
+ */
1164
+ SMART_UNSPECIFIED = 0,
1165
+ /**
1166
+ * @generated from enum value: MODULE_TYPE_SMART_BUCKET = 1;
1167
+ */
1168
+ SMART_BUCKET = 1
1169
+ }
1170
+ /**
1171
+ * Describes the enum liquidmetal.v1alpha1.QueryModulesResponse.ModuleType.
1172
+ */
1173
+ export declare const QueryModulesResponse_ModuleTypeSchema: GenEnum<QueryModulesResponse_ModuleType>;
1056
1174
  /**
1057
1175
  * UnitState is the state of an application, module or resource.
1058
1176
  *
@@ -1159,6 +1277,18 @@ export declare const CatalogService: GenService<{
1159
1277
  input: typeof QueryResourcesRequestSchema;
1160
1278
  output: typeof QueryResourcesResponseSchema;
1161
1279
  };
1280
+ /**
1281
+ * QueryModules returns the application modules for a given query,
1282
+ * for example, not the underlying physical resources for a versioned bucket
1283
+ * but instead the interface to access the bucket
1284
+ *
1285
+ * @generated from rpc liquidmetal.v1alpha1.CatalogService.QueryModules
1286
+ */
1287
+ queryModules: {
1288
+ methodKind: "unary";
1289
+ input: typeof QueryModulesRequestSchema;
1290
+ output: typeof QueryModulesResponseSchema;
1291
+ };
1162
1292
  /**
1163
1293
  * Bootstrap is a special RPC that is used to bootstrap the system
1164
1294
  * using a one-time token.