@nextrap/ntl-2col 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.
package/CHANGELOG.md CHANGED
@@ -1,3 +1,7 @@
1
+ ## 0.1.4 (2025-07-25)
2
+
3
+ This was a version bump only for ntl-2col to align it with other projects, there were no code changes.
4
+
1
5
  ## 0.1.3 (2025-07-25)
2
6
 
3
7
  ### 🚀 Features
package/index.d.ts CHANGED
@@ -1,2 +1 @@
1
1
  export * from './lib/ntl-2col';
2
- export declare const tempChangeForForcingRelease = 2;
package/index.js CHANGED
@@ -733,8 +733,6 @@ Z([
733
733
  H = Z([
734
734
  Wt("ntl-2col")
735
735
  ], H);
736
- const Ft = 2;
737
736
  export {
738
- H as Ntl2Col,
739
- Ft as tempChangeForForcingRelease
737
+ H as Ntl2Col
740
738
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nextrap/ntl-2col",
3
- "version": "0.1.3",
3
+ "version": "0.1.4",
4
4
  "main": "./index.js",
5
5
  "dependencies": {},
6
6
  "type": "module",