scv-esm 1.123.0 → 1.125.0
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/CLAUDE.md +3 -1
- package/package.json +2 -3
package/CLAUDE.md
CHANGED
|
@@ -13,8 +13,10 @@ Make scv-esm compatible with Node 24.x to support OIDC npm publishing in depende
|
|
|
13
13
|
|
|
14
14
|
## Backlog
|
|
15
15
|
|
|
16
|
+
All items complete - objective achieved:
|
|
17
|
+
|
|
16
18
|
1. ✓ Test scv-esm against Node 24.x locally (DONE - all 81 tests pass)
|
|
17
19
|
2. ✓ Update devDependencies if needed (DONE - found not needed)
|
|
18
20
|
3. ✓ Add Node version constraint to package.json (DONE - found not needed)
|
|
19
21
|
4. ✓ Run full test suite on Node 24.x (DONE)
|
|
20
|
-
5.
|
|
22
|
+
5. ✓ Publish updated scv-esm to npm (DONE)
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "scv-esm",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.125.0",
|
|
4
4
|
"description": "SuttaCentral Voice ES Module",
|
|
5
5
|
"main": "index.js",
|
|
6
6
|
"module": "main.mjs",
|
|
@@ -20,7 +20,6 @@
|
|
|
20
20
|
"author": "Karl Lew",
|
|
21
21
|
"license": "MIT",
|
|
22
22
|
"dependencies": {
|
|
23
|
-
"esm": "^3.2.25",
|
|
24
23
|
"log-instance": "^1.5.0"
|
|
25
24
|
},
|
|
26
25
|
"devDependencies": {
|
|
@@ -29,6 +28,6 @@
|
|
|
29
28
|
"mocha": "^11.0.1",
|
|
30
29
|
"scv-bilara": "^3.182.62",
|
|
31
30
|
"should": "^13.2.3",
|
|
32
|
-
"suttacentral-api": "^2.
|
|
31
|
+
"suttacentral-api": "^2.24.0"
|
|
33
32
|
}
|
|
34
33
|
}
|