q2-tecton-framework-wrappers 1.64.0 → 1.64.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.
Files changed (1) hide show
  1. package/package.json +14 -16
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "q2-tecton-framework-wrappers",
3
- "version": "1.64.0",
3
+ "version": "1.64.1",
4
4
  "description": "Stencil generated output for framework specific web component integration helpers.",
5
5
  "license": "MIT",
6
6
  "author": "Q2 Tecton Team",
@@ -10,19 +10,8 @@
10
10
  "publishConfig": {
11
11
  "access": "public"
12
12
  },
13
- "scripts": {
14
- "build": "rollup --config rollup.config.js --bundleConfigAsCjs",
15
- "build:dev": "pnpm run patch && pnpm run build",
16
- "build:elements": "pnpm run patch && pnpm run build",
17
- "build:local": "pnpm run clean && rollup --config rollup.config.js -w --bundleConfigAsCjs",
18
- "build:prerelease": "pnpm run patch && pnpm run build",
19
- "build:prod": "pnpm run patch && pnpm run build",
20
- "clean": "rm -rf ./dist ./src/stencil-react ./src/stencil-vue",
21
- "patch": "node ./build/overlay-monkeypatch.js",
22
- "test:pause": "jest"
23
- },
24
13
  "dependencies": {
25
- "q2-tecton-elements": "workspace:*"
14
+ "q2-tecton-elements": "1.64.1"
26
15
  },
27
16
  "devDependencies": {
28
17
  "@rollup/plugin-typescript": "^12.3.0",
@@ -40,6 +29,15 @@
40
29
  "ts-jest": "^29.2.3",
41
30
  "vue": "^3.4.35"
42
31
  },
43
- "packageManager": "pnpm@10.27.0",
44
- "gitHead": "70e23e3b7d6680a31be8abeceee5836b01fb86d2"
45
- }
32
+ "scripts": {
33
+ "build": "rollup --config rollup.config.js --bundleConfigAsCjs",
34
+ "build:dev": "pnpm run patch && pnpm run build",
35
+ "build:elements": "pnpm run patch && pnpm run build",
36
+ "build:local": "pnpm run clean && rollup --config rollup.config.js -w --bundleConfigAsCjs",
37
+ "build:prerelease": "pnpm run patch && pnpm run build",
38
+ "build:prod": "pnpm run patch && pnpm run build",
39
+ "clean": "rm -rf ./dist ./src/stencil-react ./src/stencil-vue",
40
+ "patch": "node ./build/overlay-monkeypatch.js",
41
+ "test:pause": "jest"
42
+ }
43
+ }