@wwtdev/bsds-components-vue3 2.40.0 → 2.40.1

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
  "name": "@wwtdev/bsds-components-vue3",
3
3
  "type": "module",
4
- "version": "2.40.0",
4
+ "version": "2.40.1",
5
5
  "description": "BSDS Vue3 Components",
6
6
  "files": [
7
7
  "lib"
@@ -33,15 +33,19 @@
33
33
  "ci:check": "node ../../.build/check-run.js",
34
34
  "ci:publish-npm": "npm run ci:check publish-npm components-vue3",
35
35
  "ci:publish-wwt:rc": "npm run ci:check publish-wwt:rc components-vue3",
36
+ "ci:publish-wwt:v2": "npm run ci:check publish-wwt:v2 components-vue3",
36
37
  "ci:publish-wwt": "npm run ci:check publish-wwt components-vue3",
37
38
  "ci:tag:latest:rc": "npm run ci:check tag:latest:rc components-vue3",
39
+ "ci:tag:latest:v2": "npm run ci:check tag:latest:v2 components-vue3",
38
40
  "ci:tag:latest": "npm run ci:check tag:latest components-vue3",
39
41
  "ci:test": "npm run ci:check test components-vue3",
40
42
  "generate": "node scaffold/generate.js",
41
43
  "publish-npm": "npm publish --@wwtdev:registry=https://registry.npmjs.org --access=public",
42
44
  "publish-wwt:rc": "publish-wwt-package --monorepo=components-vue3 --branch=develop --skip-tag",
45
+ "publish-wwt:v2": "publish-wwt-package --monorepo=components-vue3 --branch=main-v2",
43
46
  "publish-wwt": "publish-wwt-package --monorepo=components-vue3",
44
47
  "tag:latest:rc": "git tag -f components-vue3@latest-rc && git push origin -f components-vue3@latest-rc",
48
+ "tag:latest:v2": "git tag -f components-vue3@latest-v2 && git push origin -f components-vue3@latest-v2",
45
49
  "tag:latest": "git tag -f components-vue3@latest && git push origin -f components-vue3@latest",
46
50
  "test:coverage": "vitest --coverage",
47
51
  "test": "vitest",
@@ -69,7 +73,7 @@
69
73
  },
70
74
  "dependencies": {
71
75
  "@popperjs/core": "^2.11.8",
72
- "@wwtdev/bsds-css": "2.33.0",
76
+ "@wwtdev/bsds-css": "2.33.1",
73
77
  "@wwtdev/bsds-icons-vue3": "^2.28.0",
74
78
  "awesome-phonenumber": "^6.4.0",
75
79
  "chart.js": "^4.4.1",