@fulmenhq/tsfulmen 0.2.3 → 0.2.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.
package/CHANGELOG.md CHANGED
@@ -14,6 +14,20 @@ _No unreleased changes._
14
14
 
15
15
  ---
16
16
 
17
+ ## [0.2.4] - 2026-02-01
18
+
19
+ ### Infrastructure
20
+
21
+ - **Automated Release Workflow** - Added GitHub Actions workflow with npm OIDC trusted publishing
22
+ - Automatic GitHub release creation on tag push
23
+ - npm package publishing via OIDC (no NPM_TOKEN secrets required)
24
+ - Automatic provenance attestation for supply chain security
25
+ - Deployment protection with manual approval gate
26
+ - Post-release verification (npm install + smoke test)
27
+ - No manual npm publish or GitHub release creation required
28
+
29
+ ---
30
+
17
31
  ## [0.2.3] - 2026-01-28
18
32
 
19
33
  ### 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.4";
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.4";
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