memorio 0.0.6 → 0.0.8

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "memorio",
3
- "version": "0.0.6",
3
+ "version": "0.0.8",
4
4
  "description": "memorio",
5
5
  "copyright": "Dario Passariello",
6
6
  "license": "MIT",
@@ -18,16 +18,7 @@
18
18
  "url": "https://github.com/passariello/",
19
19
  "email": "dariopassariello@gmail.com"
20
20
  },
21
- "main": "dist/index.js",
22
- "bin": {
23
- "dist": "dist"
24
- },
25
- "files": [
26
- "dist/**"
27
- ],
28
- "publishConfig": {
29
- "directory": "dist"
30
- },
21
+ "main": "index.js",
31
22
  "contributors": [
32
23
  {
33
24
  "name": "Dario Passariello",
package/dist/package.json DELETED
@@ -1,88 +0,0 @@
1
- {
2
- "name": "memorio",
3
- "version": "0.0.6",
4
- "description": "memorio",
5
- "copyright": "Dario Passariello",
6
- "license": "MIT",
7
- "deprecated": false,
8
- "preferGlobal": true,
9
- "target": "web",
10
- "homepage": "https://a51.gitbook.io/memorio",
11
- "author": {
12
- "name": "Dario Passariello",
13
- "url": "https://dario.passariello.ca/",
14
- "email": "dariopassariello@gmail.com"
15
- },
16
- "support": {
17
- "name": "Dario Passariello",
18
- "url": "https://github.com/passariello/",
19
- "email": "dariopassariello@gmail.com"
20
- },
21
- "main": "dist/index.js",
22
- "bin": {
23
- "dist": "dist"
24
- },
25
- "files": [
26
- "dist/**"
27
- ],
28
- "publishConfig": {
29
- "directory": "dist"
30
- },
31
- "contributors": [
32
- {
33
- "name": "Dario Passariello",
34
- "email": "dariopassarielloa@gmail.com"
35
- },
36
- {
37
- "name": "Valeria Cala Scaglitta",
38
- "email": "valeriacalascaglitta@gmail.com"
39
- }
40
- ],
41
- "globals": {
42
- "memorio": {}
43
- },
44
- "keywords": [
45
- "memorio",
46
- "state",
47
- "store",
48
- "observer",
49
- "dario",
50
- "passariello"
51
- ],
52
- "repository": {
53
- "type": "git",
54
- "url": "git+https://github.com/a51-dev/a51.memorio.git",
55
- "help": "https://github.com/a51-dev/a51.memorio#readme"
56
- },
57
- "bugs": {
58
- "url": "https://github.com/a51-dev/a51.memorio/issues"
59
- },
60
- "funding": [
61
- {
62
- "type": "patreon",
63
- "url": "https://www.patreon.com/passariello"
64
- }
65
- ],
66
- "typing": [
67
- "types/*"
68
- ],
69
- "scripts": {
70
- "watch": "esbuild init.ts --bundle --outdir=dist --serve",
71
- "build": "node ./esbuild.config.mjs",
72
- "-----------": "",
73
- "tsc": "tsc -b .",
74
- "eslint": "eslint ."
75
- },
76
- "devDependencies": {
77
- "@typescript-eslint/eslint-plugin": "8.39.1",
78
- "@typescript-eslint/parser": "8.39.1",
79
- "esbuild": "^0.25.9",
80
- "esbuild-plugin-clean": "^1.0.1",
81
- "esbuild-plugin-copy": "^2.1.1",
82
- "eslint": "9.33.0",
83
- "ts-loader": "^9.5.2",
84
- "ts-node": "10.9.2",
85
- "tslib": "^2.8.1",
86
- "typescript": "5.9.2"
87
- }
88
- }
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes