@linusified/eel 0.0.9-rc.2 → 0.1.0
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 +6 -4
- package/eel/node_modules/.package-lock.json +1 -1
- package/eel/package-lock.json +2 -2
- package/eel/package.json +3 -7
- package/package.json +3 -7
package/CHANGELOG.md
CHANGED
|
@@ -1,13 +1,15 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
-
## v0.0
|
|
4
|
-
|
|
5
|
-
Pre release!!
|
|
3
|
+
## v0.1.0
|
|
6
4
|
|
|
7
|
-
Okay
|
|
5
|
+
Okay I kept my promise, Now the project was rebooted again!
|
|
8
6
|
|
|
9
7
|
The code has many minor fixes, but overal.. the exported functions still the same as is :)
|
|
10
8
|
|
|
11
9
|
Now you can use it anywhere
|
|
12
10
|
|
|
11
|
+
## v0.0.9-rc.1
|
|
12
|
+
|
|
13
|
+
Pre release!!
|
|
14
|
+
|
|
13
15
|
## v0.0.0-alpha.1
|
package/eel/package-lock.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@linusified/eel",
|
|
3
|
-
"version": "0.0
|
|
3
|
+
"version": "0.1.0",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "@linusified/eel",
|
|
9
|
-
"version": "0.0
|
|
9
|
+
"version": "0.1.0",
|
|
10
10
|
"license": "MIT",
|
|
11
11
|
"devDependencies": {
|
|
12
12
|
"@types/node": "^20.9.0"
|
package/eel/package.json
CHANGED
|
@@ -1,14 +1,10 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@linusified/eel",
|
|
3
|
-
"version": "0.0
|
|
3
|
+
"version": "0.1.0",
|
|
4
4
|
"description": "portable webcomponent on the go",
|
|
5
5
|
"keywords": [
|
|
6
|
-
"
|
|
7
|
-
"
|
|
8
|
-
"node",
|
|
9
|
-
"bun",
|
|
10
|
-
"browser",
|
|
11
|
-
"detect"
|
|
6
|
+
"webcomponent",
|
|
7
|
+
"lite"
|
|
12
8
|
],
|
|
13
9
|
"author": "linusified",
|
|
14
10
|
"repository": {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@linusified/eel",
|
|
3
|
-
"version": "0.0
|
|
3
|
+
"version": "0.1.0",
|
|
4
4
|
"description": "portable webcomponent on the go",
|
|
5
5
|
"author": "linusified",
|
|
6
6
|
"license": "MIT",
|
|
@@ -8,12 +8,8 @@
|
|
|
8
8
|
"main": "index.js",
|
|
9
9
|
"types": "index.d.ts",
|
|
10
10
|
"keywords": [
|
|
11
|
-
"
|
|
12
|
-
"
|
|
13
|
-
"node",
|
|
14
|
-
"bun",
|
|
15
|
-
"browser",
|
|
16
|
-
"detect"
|
|
11
|
+
"webcomponent",
|
|
12
|
+
"lite"
|
|
17
13
|
],
|
|
18
14
|
"repository": {
|
|
19
15
|
"type": "git",
|