@kitten-science/kitten-scientists 2.0.0-beta.11-dev.20250517 → 2.0.0-beta.11-nightly.20250519

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,7 +1,7 @@
1
1
  {
2
2
  "$schema": "https://json.schemastore.org/package.json",
3
3
  "name": "@kitten-science/kitten-scientists",
4
- "version": "2.0.0-beta.11-dev.20250517",
4
+ "version": "2.0.0-beta.11-nightly.20250519",
5
5
  "description": "Add-on for the wonderful incremental browser game: https://kittensgame.com/web/",
6
6
  "license": "MIT",
7
7
  "author": "Oliver Salzburg <oliver.salzburg@gmail.com>",
@@ -28,34 +28,25 @@
28
28
  "output"
29
29
  ],
30
30
  "scripts": {
31
- "build": "yarn run build:all",
32
- "ks:build": "vite --config vite.config.inject.js build",
33
- "ks:preview": "DEV_BUILD=true vite --config vite.config.userscript.js build",
34
- "ks:release": "MINIFY=true vite --config vite.config.userscript.js build; vite --config vite.config.userscript.js build",
35
- "ks:version": "node version.cjs",
36
- "ks:watch": "vite --config vite.config.inject.js build --watch",
37
- "lint": "yarn run lint:all",
38
- "test": "echo This project has no tests.",
39
- "whoami": "echo kitten-scientists"
40
- },
41
- "dependencies": {
42
- "@oliversalzburg/js-utils": "0.3.0",
43
- "date-fns": "4.1.0",
44
- "semver": "7.7.2",
45
- "tslib": "2.8.1"
31
+ "preversion": "make lint test",
32
+ "postversion": "git push"
46
33
  },
47
34
  "devDependencies": {
48
35
  "@biomejs/biome": "2.0.0-beta.4",
36
+ "@oliversalzburg/js-utils": "0.3.0",
49
37
  "@types/dojo": "1.9.48",
50
38
  "@types/jquery": "3.5.32",
51
39
  "@types/node": "22.15.18",
52
40
  "@types/semver": "7.7.0",
53
41
  "@types/web": "0.0.235",
54
42
  "cheerio": "1.0.0",
43
+ "date-fns": "4.1.0",
55
44
  "dojo": "1.17.3",
56
45
  "esbuild": "0.25.4",
57
- "rollup": "4.40.2",
46
+ "rollup": "4.41.0",
58
47
  "rollup-plugin-cleanup": "3.2.1",
48
+ "semver": "7.7.2",
49
+ "tslib": "2.8.1",
59
50
  "typescript": "5.8.3",
60
51
  "vite": "6.3.5",
61
52
  "vite-plugin-css-injected-by-js": "3.5.2",
@@ -70,5 +61,5 @@
70
61
  "engines": {
71
62
  "node": ">= 20"
72
63
  },
73
- "packageManager": "yarn@4.9.1"
64
+ "packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
74
65
  }