@mrjacket/ahko 0.5.0 → 1.0.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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mrjacket/ahko",
3
- "version": "0.5.0",
3
+ "version": "1.0.0",
4
4
  "description": "A low-energy task scheduler for JavaScript and TypeScript. Let your code chill.",
5
5
  "type": "module",
6
6
  "main": "dist/index.cjs",
@@ -25,6 +25,8 @@
25
25
  "build:types": "tsc --declaration --emitDeclarationOnly --outDir dist",
26
26
  "prepublishOnly": "npm run build && npm test",
27
27
  "test": "vitest run",
28
+ "test:e2e": "vitest run src/__tests__/e2e.test.ts",
29
+ "test:examples": "node scripts/run-examples.mjs",
28
30
  "test:package": "node scripts/package-smoke-test.mjs",
29
31
  "test:watch": "vitest",
30
32
  "typecheck": "tsc --noEmit"
@@ -70,6 +72,11 @@
70
72
  "cooperative-scheduling",
71
73
  "low-energy",
72
74
  "typescript",
75
+ "events",
76
+ "telemetry",
77
+ "observability",
78
+ "metrics",
79
+ "dx",
73
80
  "100 kanojo"
74
81
  ],
75
82
  "devDependencies": {