@liquidmetal-ai/drizzle 0.2.10 → 0.2.11

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/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
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@liquidmetal-ai/drizzle",
3
- "version": "0.2.10",
3
+ "version": "0.2.11",
4
4
  "description": "Raindrop core operational libraries",
5
5
  "main": "dist/index.js",
6
6
  "type": "module",
@@ -1,6 +0,0 @@
1
-
2
- 
3
- > @liquidmetal-ai/drizzle@0.2.9 lint
4
- > eslint . --max-warnings=0
5
-
6
- ⠙
@@ -1,277 +0,0 @@
1
-
2
- ⠙
3
- > @liquidmetal-ai/drizzle@0.2.9 test
4
- > vitest run
5
-
6
- ⠙
7
-  RUN  v2.1.9 /Users/bosgood/dev/src/github.com/LiquidMetal-AI/liquidmetal/packages/drizzle
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)
12
- · 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)
16
- ✓ src/appify/build.test.ts (10)
17
- · src/codestore.test.ts (9)
18
- [?25l[?25l ✓ src/appify/parse.test.ts (17)
19
- ✓ src/appify/build.test.ts (10)
20
- · src/codestore.test.ts (9)
21
- · src/logging.test.ts (7)
22
- [?25l ✓ src/appify/parse.test.ts (17)
23
- ✓ src/appify/build.test.ts (10)
24
- · src/unsafe/framework.test.ts (7)
25
- · 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
28
- Error reading package version: Error: Package version not found
29
- at Module.getPackageVersion (/Users/bosgood/dev/src/github.com/LiquidMetal-AI/liquidmetal/packages/drizzle/src/unsafe/framework.ts:108:11)
30
- at /Users/bosgood/dev/src/github.com/LiquidMetal-AI/liquidmetal/packages/drizzle/src/unsafe/framework.test.ts:151:21
31
- at file:///Users/bosgood/dev/src/github.com/LiquidMetal-AI/liquidmetal/node_modules/vitest/node_modules/@vitest/runner/dist/index.js:533:5
32
- at runTest (file:///Users/bosgood/dev/src/github.com/LiquidMetal-AI/liquidmetal/node_modules/vitest/node_modules/@vitest/runner/dist/index.js:1056:11)
33
- at runSuite (file:///Users/bosgood/dev/src/github.com/LiquidMetal-AI/liquidmetal/node_modules/vitest/node_modules/@vitest/runner/dist/index.js:1205:15)
34
- at runSuite (file:///Users/bosgood/dev/src/github.com/LiquidMetal-AI/liquidmetal/node_modules/vitest/node_modules/@vitest/runner/dist/index.js:1205:15)
35
- at runFiles (file:///Users/bosgood/dev/src/github.com/LiquidMetal-AI/liquidmetal/node_modules/vitest/node_modules/@vitest/runner/dist/index.js:1262:5)
36
- at startTests (file:///Users/bosgood/dev/src/github.com/LiquidMetal-AI/liquidmetal/node_modules/vitest/node_modules/@vitest/runner/dist/index.js:1271:3)
37
- at file:///Users/bosgood/dev/src/github.com/LiquidMetal-AI/liquidmetal/node_modules/vitest/dist/chunks/runBaseTests.3qpJUEJM.js:126:11
38
- at withEnv (file:///Users/bosgood/dev/src/github.com/LiquidMetal-AI/liquidmetal/node_modules/vitest/dist/chunks/runBaseTests.3qpJUEJM.js:90:5)
39
-
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)
53
- ✓ src/appify/build.test.ts (10)
54
- ❯ src/unsafe/framework.test.ts (7)
55
- ❯ 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
62
- · 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
73
- ✓ src/logging.test.ts (7)
74
- [?25l ✓ src/appify/parse.test.ts (17)
75
- ✓ src/appify/build.test.ts (10)
76
- ❯ src/unsafe/framework.test.ts (7)
77
- ❯ getPackageVersion (7)
78
- ✓ should detect npm package version
79
- ✓ should detect yarn package version
80
- ✓ should detect pnpm package version
81
- ✓ should handle nested dependencies
82
- ✓ should return null when package is not found
83
- ⠹ should search parent directories for package manager files
84
- · should handle command execution errors
85
- ❯ src/codestore.test.ts (9)
86
- ⠹ archive and unarchive
87
- · list bundle with files
88
- · read file from bundle
89
- · read missing file from bundle
90
- · delete file from bundle
91
- · for await of bundle
92
- · stat file from bundle
93
- · stat missing file from bundle
94
- · hash bundle
95
- ✓ src/logging.test.ts (7)
96
- [?25l · src/appify/validate.test.ts (17)
97
- ✓ src/appify/parse.test.ts (17)
98
- ✓ src/appify/build.test.ts (10)
99
- ❯ src/unsafe/framework.test.ts (7)
100
- ❯ getPackageVersion (7)
101
- ✓ should detect npm package version
102
- ✓ should detect yarn package version
103
- ✓ should detect pnpm package version
104
- ✓ should handle nested dependencies
105
- ✓ 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
118
- ✓ src/logging.test.ts (7)
119
- [?25l ✓ src/appify/validate.test.ts (17)
120
- ✓ src/appify/parse.test.ts (17)
121
- ✓ 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
141
- ✓ src/logging.test.ts (7)
142
- [?25l ✓ src/appify/validate.test.ts (17)
143
- ✓ src/appify/parse.test.ts (17)
144
- ✓ 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
164
- ✓ src/logging.test.ts (7)
165
- [?25l ✓ src/appify/validate.test.ts (17)
166
- ✓ src/appify/parse.test.ts (17)
167
- ✓ 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
187
- ✓ 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)
202
- ✓ src/appify/parse.test.ts (17)
203
- ✓ 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 ]
214
- ✓ src/codestore.test.ts (9)
215
- ✓ 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)
231
- ✓ src/appify/parse.test.ts (17)
232
- ✓ src/appify/build.test.ts (10)
233
- ✓ src/unsafe/framework.test.ts (7)
234
- ✓ src/codestore.test.ts (9)
235
- ✓ src/logging.test.ts (7)
236
- ✓ 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)
238
- ✓ src/appify/parse.test.ts (17)
239
- ✓ src/appify/build.test.ts (10)
240
- ✓ src/unsafe/framework.test.ts (7)
241
- ✓ src/codestore.test.ts (9)
242
- ✓ src/logging.test.ts (7)
243
- ✓ 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)
246
- ✓ src/appify/parse.test.ts (17)
247
- ✓ src/appify/build.test.ts (10)
248
- ✓ src/unsafe/framework.test.ts (7)
249
- ✓ src/codestore.test.ts (9)
250
- ✓ src/logging.test.ts (7)
251
- ✓ src/appify/index.test.ts (3)
252
- ✓ src/unsafe/codestore.test.ts (1)
253
- ✓ src/raindrop/index.test.ts (1)
254
-  ✓ src/codestore.test.ts (9)
255
- ✓ src/logging.test.ts (7)
256
- ✓ src/appify/build.test.ts (10)
257
- ✓ src/appify/index.test.ts (3)
258
- ✓ src/appify/parse.test.ts (17)
259
- ✓ src/appify/validate.test.ts (17)
260
- ✓ src/raindrop/index.test.ts (1)
261
- ✓ src/unsafe/codestore.test.ts (1)
262
- ✓ src/unsafe/framework.test.ts (7)
263
-
264
-  Test Files  9 passed (9)
265
-  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)
268
-
269
- [?25h[?25h⠙
270
- > @liquidmetal-ai/drizzle@0.2.9 posttest
271
- > npm run lint
272
-
273
- ⠙
274
- > @liquidmetal-ai/drizzle@0.2.9 lint
275
- > eslint . --max-warnings=0
276
-
277
- ⠙⠙