klyper 0.2.0 → 0.2.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.
package/dist/index.cjs CHANGED
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * klyper v0.2.0
2
+ * klyper v0.2.3
3
3
  * Unified public entrypoint for the Klyper packages.
4
4
  * (c) 2026 Andrew Caires
5
5
  * @license: MIT
package/dist/index.d.ts CHANGED
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * klyper v0.2.0
2
+ * klyper v0.2.3
3
3
  * Unified public entrypoint for the Klyper packages.
4
4
  * (c) 2026 Andrew Caires
5
5
  * @license: MIT
package/dist/index.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * klyper v0.2.0
2
+ * klyper v0.2.3
3
3
  * Unified public entrypoint for the Klyper packages.
4
4
  * (c) 2026 Andrew Caires
5
5
  * @license: MIT
package/package.json CHANGED
@@ -1,9 +1,13 @@
1
1
  {
2
2
  "name": "klyper",
3
- "version": "0.2.0",
3
+ "version": "0.2.3",
4
4
  "description": "Unified public entrypoint for the Klyper packages.",
5
5
  "author": "Andrew Caires",
6
6
  "license": "MIT",
7
+ "repository": {
8
+ "type": "git",
9
+ "url": "git+https://github.com/andrewcaires/klyper.git"
10
+ },
7
11
  "type": "module",
8
12
  "main": "./dist/index.cjs",
9
13
  "module": "./dist/index.js",
@@ -19,8 +23,8 @@
19
23
  "dist"
20
24
  ],
21
25
  "dependencies": {
22
- "@klyper/utils": "0.2.0",
23
- "@klyper/validations": "0.2.0"
26
+ "@klyper/utils": "0.2.3",
27
+ "@klyper/validations": "0.2.3"
24
28
  },
25
29
  "scripts": {
26
30
  "clean": "rm -rf dist",