@contentstorage/core 1.2.1 → 2.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/package.json CHANGED
@@ -1,15 +1,13 @@
1
1
  {
2
2
  "name": "@contentstorage/core",
3
- "author": "Kaido Hussar <kaidohus@gmail.com>",
3
+ "author": "Kaido Hussar <kaido@contentstorage.app>",
4
4
  "homepage": "https://contentstorage.app",
5
- "version": "1.2.1",
5
+ "version": "2.1.0",
6
6
  "type": "module",
7
- "description": "Fetch content from contentstorage and generate TypeScript types",
7
+ "description": "ContentStorage CLI for managing translations and generating TypeScript types",
8
8
  "license": "MIT",
9
- "module": "dist/index.js",
10
- "types": "dist/index.d.ts",
11
9
  "bin": {
12
- "contentstorage": "dist/scripts/cli.js"
10
+ "contentstorage": "dist/commands/cli.js"
13
11
  },
14
12
  "repository": {
15
13
  "type": "git",
@@ -26,9 +24,7 @@
26
24
  },
27
25
  "dependencies": {
28
26
  "axios": "^1.7.2",
29
- "chalk": "^4.1.2",
30
- "es7-shim": "^6.0.0",
31
- "pluralize": "^3.1.0"
27
+ "chalk": "^4.1.2"
32
28
  },
33
29
  "devDependencies": {
34
30
  "@eslint/js": "^9.26.0",
@@ -45,9 +41,6 @@
45
41
  "engines": {
46
42
  "node": ">=18.0.0"
47
43
  },
48
- "sideEffects": [
49
- "./dist/index.js"
50
- ],
51
44
  "publishConfig": {
52
45
  "access": "public"
53
46
  },