@kheopskit/core 0.0.4 → 0.0.11

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +42 -0
  2. package/package.json +2 -1
package/CHANGELOG.md CHANGED
@@ -1,5 +1,47 @@
1
1
  # @kheopskit/core
2
2
 
3
+ ## 0.0.11
4
+
5
+ ### Patch Changes
6
+
7
+ - [`9d4f86e`](https://github.com/kheopskit/kheopskit/commit/9d4f86e7632843fad089ce930b209aee9b9e2b41) Thanks [@0xKheops](https://github.com/0xKheops)! - test changeset
8
+
9
+ ## 0.0.10
10
+
11
+ ### Patch Changes
12
+
13
+ - [`c7dea32`](https://github.com/kheopskit/kheopskit/commit/c7dea32e2921716cef82b53e1960c3cdb4c8e5ae) Thanks [@0xKheops](https://github.com/0xKheops)! - test changeset
14
+
15
+ ## 0.0.9
16
+
17
+ ### Patch Changes
18
+
19
+ - [`961f6a3`](https://github.com/kheopskit/kheopskit/commit/961f6a371c73d4065e9157c95ca4d996012098e7) Thanks [@0xKheops](https://github.com/0xKheops)! - test changeset
20
+
21
+ ## 0.0.8
22
+
23
+ ### Patch Changes
24
+
25
+ - [`b76185f`](https://github.com/kheopskit/kheopskit/commit/b76185f99a78c5a82a8b9aead65b0708f17b0bd5) Thanks [@0xKheops](https://github.com/0xKheops)! - test changeset
26
+
27
+ ## 0.0.7
28
+
29
+ ### Patch Changes
30
+
31
+ - [`07f8406`](https://github.com/kheopskit/kheopskit/commit/07f8406d3f176e6a8b3b06fe16396bf2b6b1db88) Thanks [@0xKheops](https://github.com/0xKheops)! - test changeset
32
+
33
+ ## 0.0.6
34
+
35
+ ### Patch Changes
36
+
37
+ - [`5319326`](https://github.com/kheopskit/kheopskit/commit/53193262e80fec9e242986f818d7f7b53f92357a) Thanks [@0xKheops](https://github.com/0xKheops)! - test changeset
38
+
39
+ ## 0.0.5
40
+
41
+ ### Patch Changes
42
+
43
+ - [`d865842`](https://github.com/kheopskit/kheopskit/commit/d86584236e51730e82baaa9068604fa7e703e9c2) Thanks [@0xKheops](https://github.com/0xKheops)! - test changeset
44
+
3
45
  ## 0.0.4
4
46
 
5
47
  ### Patch Changes
package/package.json CHANGED
@@ -1,10 +1,11 @@
1
1
  {
2
2
  "name": "@kheopskit/core",
3
- "version": "0.0.4",
3
+ "version": "0.0.11",
4
4
  "description": "",
5
5
  "publishConfig": {
6
6
  "access": "public"
7
7
  },
8
+ "private": false,
8
9
  "main": "dist/index.cjs",
9
10
  "module": "dist/index.mjs",
10
11
  "types": "dist/index.d.ts",