@lightdash/common 0.2236.2 → 0.2240.5
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 +6 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@lightdash/common",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.2240.5",
|
|
4
4
|
"main": "dist/cjs/index.js",
|
|
5
5
|
"module": "dist/esm/index.js",
|
|
6
6
|
"types": "dist/types/index.d.ts",
|
|
@@ -8,6 +8,10 @@
|
|
|
8
8
|
"dist/**/*"
|
|
9
9
|
],
|
|
10
10
|
"license": "MIT",
|
|
11
|
+
"repository": {
|
|
12
|
+
"type": "git",
|
|
13
|
+
"url": "https://github.com/lightdash/lightdash.git"
|
|
14
|
+
},
|
|
11
15
|
"devDependencies": {
|
|
12
16
|
"@types/handlebars": "^4.1.0",
|
|
13
17
|
"@types/js-yaml": "^4.0.9",
|
|
@@ -54,6 +58,6 @@
|
|
|
54
58
|
"fix-format": "pnpm run formatter ./src --write",
|
|
55
59
|
"test": "TZ=UTC jest",
|
|
56
60
|
"test:dev": "TZ=UTC jest --config jest.config.dev.js --onlyChanged --watch",
|
|
57
|
-
"release": "pnpm publish --no-git-checks"
|
|
61
|
+
"release": "pnpm publish --no-git-checks --access public"
|
|
58
62
|
}
|
|
59
63
|
}
|