@fulmenhq/tsfulmen 0.2.3 → 0.2.5

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
@@ -14,6 +14,30 @@ _No unreleased changes._
14
14
 
15
15
  ---
16
16
 
17
+ ## [0.2.5] - 2026-02-03
18
+
19
+ ### Fixed
20
+
21
+ - **Release Workflow** - Fixed post-release verification to use ESM imports instead of require()
22
+ - Resolves ERR_PACKAGE_PATH_NOT_EXPORTED error in verify job
23
+ - Package is ESM-only, verification now correctly uses dynamic import()
24
+
25
+ ---
26
+
27
+ ## [0.2.4] - 2026-02-01
28
+
29
+ ### Infrastructure
30
+
31
+ - **Automated Release Workflow** - Added GitHub Actions workflow with npm OIDC trusted publishing
32
+ - Automatic GitHub release creation on tag push
33
+ - npm package publishing via OIDC (no NPM_TOKEN secrets required)
34
+ - Automatic provenance attestation for supply chain security
35
+ - Deployment protection with manual approval gate
36
+ - Post-release verification (npm install + smoke test)
37
+ - No manual npm publish or GitHub release creation required
38
+
39
+ ---
40
+
17
41
  ## [0.2.3] - 2026-01-28
18
42
 
19
43
  ### Changed
package/dist/index.d.ts CHANGED
@@ -12,6 +12,6 @@ import './types-DdoeE7F5.js';
12
12
  * Provides ergonomic access to Crucible SSOT assets and core utilities
13
13
  * for TypeScript/Node.js applications in the FulmenHQ ecosystem.
14
14
  */
15
- declare const VERSION = "0.2.3";
15
+ declare const VERSION = "0.2.5";
16
16
 
17
17
  export { VERSION };
package/dist/index.js CHANGED
@@ -8359,7 +8359,7 @@ async function scanZip(archive, options) {
8359
8359
  var FULPACK_VERSION = "1.0.0";
8360
8360
 
8361
8361
  // src/index.ts
8362
- var VERSION2 = "0.2.3";
8362
+ var VERSION2 = "0.2.5";
8363
8363
 
8364
8364
  export { APP_IDENTITY_DIR, APP_IDENTITY_ENV_VAR, APP_IDENTITY_FILENAME, APP_IDENTITY_SCHEMA_ID, AppIdentityError, ArchiveFormat, DocScribeError, DocScribeParseError, DocScribeUnsupportedFormatError, ERROR_CODES, EntryType, FULPACK_VERSION, FulpackOperationError, MAX_ANCESTOR_SEARCH_DEPTH, Operation, VERSION2 as VERSION, __internal, buildEnvVar, buildRuntimeInfo, checkDecompressionBomb, clearEmbeddedIdentity, clearIdentityCache, create, createFulpackError, detectFormat2 as detectFormat, extract, extractHeaders, extractMetadata, getBinaryName, getCachedIdentity, getConfigIdentifiers, getConfigName, getEmbeddedIdentity, getEnvPrefix, getEnvVar, getTelemetryNamespace, getVendor, hasEmbeddedIdentity, hasPathTraversal, info, inspectDocument, isAbsolutePath, loadIdentity, normalizeInput, parseFrontmatter, registerEmbeddedIdentity, scan, splitDocuments, stripFrontmatter, validatePath, verify };
8365
8365
  //# sourceMappingURL=index.js.map