@sonde/shared 0.1.2 → 0.1.3

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,4 @@
1
1
 
2
- > @sonde/shared@0.1.1 build
2
+ > @sonde/shared@0.1.2 build
3
3
  > tsc
4
4
 
@@ -1,15 +1,15 @@
1
1
 
2
- > @sonde/shared@0.1.1 test
2
+ > @sonde/shared@0.1.2 test
3
3
  > vitest run
4
4
 
5
5
 
6
6
  RUN v2.1.9 /Users/joshowen/Library/CloudStorage/ProtonDrive-joshowen@protonmail.com-folder/AI/ClaudeCode/sonde/packages/shared
7
7
 
8
- ✓ src/crypto/pack-signing.test.ts (5 tests) 7ms
9
- ✓ src/crypto/signing.test.ts (6 tests) 45ms
8
+ ✓ src/crypto/pack-signing.test.ts (5 tests) 22ms
9
+ ✓ src/crypto/signing.test.ts (6 tests) 68ms
10
10
 
11
11
  Test Files 2 passed (2)
12
12
  Tests 11 passed (11)
13
- Start at 13:22:02
14
- Duration 911ms (transform 49ms, setup 0ms, collect 165ms, tests 52ms, environment 0ms, prepare 515ms)
13
+ Start at 08:10:47
14
+ Duration 1.24s (transform 40ms, setup 0ms, collect 169ms, tests 90ms, environment 0ms, prepare 973ms)
15
15
 
package/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # @sonde/shared
2
2
 
3
+ ## 0.1.3
4
+
5
+ ### Patch Changes
6
+
7
+ - updates
8
+
3
9
  ## 0.1.2
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.2",
3
+ "version": "0.1.3",
4
4
  "private": false,
5
5
  "type": "module",
6
6
  "main": "dist/index.js",