mnemonica 0.9.9977 → 0.9.99777
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 +3 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "mnemonica",
|
|
3
|
-
"version": "0.9.
|
|
3
|
+
"version": "0.9.99777",
|
|
4
4
|
"description": "abstract technique that aids information retention : instance inheritance system",
|
|
5
5
|
"type": "commonjs",
|
|
6
6
|
"main": "./build/index.js",
|
|
@@ -36,6 +36,7 @@
|
|
|
36
36
|
"lint": "npx eslint",
|
|
37
37
|
"lint:src": "npx eslint --fix ./src",
|
|
38
38
|
"lint:test": "npx eslint --fix ./test",
|
|
39
|
+
"decorate": "npx tsc --target es6 --moduleResolution NodeNext --module NodeNext --sourceMap ./test/decorate.ts",
|
|
39
40
|
"test": "mocha --allow-uncaught --enable-source-maps test/index.js",
|
|
40
41
|
"test:cov": "npm run build && nyc --reporter=text-summary --reporter=lcov mocha --allow-uncaught --enable-source-maps --ui bdd --reporter spec ./test/index.js",
|
|
41
42
|
"test:debug": "npx tsc --pretty --project tsconfig.json && npx mocha --allow-uncaught --enable-source-maps --reporter spec --inspect-brk test/index",
|
|
@@ -84,7 +85,7 @@
|
|
|
84
85
|
"nyc": "^17.1.0",
|
|
85
86
|
"oxlint": "^1.39.0",
|
|
86
87
|
"ts-jest": "^29.4.6",
|
|
87
|
-
"typeomatica": "^0.3.
|
|
88
|
+
"typeomatica": "^0.3.55",
|
|
88
89
|
"typescript": "^5.9.3"
|
|
89
90
|
},
|
|
90
91
|
"engines": {
|