@sonde/shared 0.1.3 → 0.1.4

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,4 +1,6 @@
1
-
2
- > @sonde/shared@0.1.2 build
3
- > tsc
4
-
1
+
2
+ 
3
+ > @sonde/shared@0.1.3 build
4
+ > tsc
5
+
6
+ ⠙
@@ -1,15 +1,22 @@
1
-
2
- > @sonde/shared@0.1.2 test
3
- > vitest run
4
-
5
-
6
- RUN v2.1.9 /Users/joshowen/Library/CloudStorage/ProtonDrive-joshowen@protonmail.com-folder/AI/ClaudeCode/sonde/packages/shared
7
-
8
- ✓ src/crypto/pack-signing.test.ts (5 tests) 22ms
9
- src/crypto/signing.test.ts (6 tests) 68ms
10
-
11
- Test Files 2 passed (2)
12
- Tests 11 passed (11)
13
- Start at 08:10:47
14
- Duration 1.24s (transform 40ms, setup 0ms, collect 169ms, tests 90ms, environment 0ms, prepare 973ms)
15
-
1
+
2
+ 
3
+ > @sonde/shared@0.1.3 test
4
+ > vitest run
5
+
6
+ 
7
+  RUN  v2.1.9 /Users/joshowen/Library/CloudStorage/ProtonDrive-joshowen@protonmail.com-folder/AI/ClaudeCode/sonde/packages/shared
8
+
9
+ [?25l · src/crypto/pack-signing.test.ts (5)
10
+ [?25l[?25l · src/crypto/signing.test.ts (6)
11
+ ✓ src/crypto/pack-signing.test.ts (5)
12
+ [?25l[?25l ✓ src/crypto/signing.test.ts (6)
13
+ ✓ src/crypto/pack-signing.test.ts (5)
14
+ [?25l[?25l ✓ src/crypto/pack-signing.test.ts (5)
15
+ ✓ src/crypto/signing.test.ts (6)
16
+
17
+  Test Files  2 passed (2)
18
+  Tests  11 passed (11)
19
+  Start at  10:54:34
20
+  Duration  746ms (transform 44ms, setup 0ms, collect 172ms, tests 39ms, environment 0ms, prepare 523ms)
21
+
22
+ [?25h[?25h⠙
package/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # @sonde/shared
2
2
 
3
+ ## 0.1.4
4
+
5
+ ### Patch Changes
6
+
7
+ - updates
8
+
3
9
  ## 0.1.3
4
10
 
5
11
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sonde/shared",
3
- "version": "0.1.3",
3
+ "version": "0.1.4",
4
4
  "private": false,
5
5
  "type": "module",
6
6
  "main": "dist/index.js",