@tumbaland/frontend-core 1.6.1 → 1.7.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 +2 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tumbaland/frontend-core",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.7.0",
|
|
4
4
|
"description": "Shared frontend auth/group/API-client logic for Tumbaland frontends",
|
|
5
5
|
"author": "Tumbaland",
|
|
6
6
|
"license": "MIT",
|
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
],
|
|
12
12
|
"scripts": {
|
|
13
13
|
"build": "tsc -p tsconfig.build.json",
|
|
14
|
-
"release": "commit-and-tag-version && npm run build && npm publish --access public",
|
|
14
|
+
"release": "commit-and-tag-version && npm run build && npm publish --access public && node ../../scripts/sync-lib-versions.mjs",
|
|
15
15
|
"release:beta": "commit-and-tag-version --prerelease beta && npm run build && npm publish --access public --tag beta",
|
|
16
16
|
"test": "vitest run",
|
|
17
17
|
"test:coverage": "vitest run --coverage",
|