@getspot/spot-widget-vue2 1.0.0 → 1.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/.turbo/turbo-build.log +3 -3
- package/CHANGELOG.md +11 -0
- package/package.json +2 -2
package/.turbo/turbo-build.log
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
|
|
2
|
-
> @getspot/spot-widget-vue2@1.
|
|
2
|
+
> @getspot/spot-widget-vue2@1.1.0 build /builds/getspot/spot-widget/packages/vue2
|
|
3
3
|
> vite build
|
|
4
4
|
|
|
5
|
-
[36mvite v4.5.
|
|
5
|
+
[36mvite v4.5.14 [32mbuilding for production...[36m[39m
|
|
6
6
|
transforming...
|
|
7
7
|
[32m✓[39m 2 modules transformed.
|
|
8
8
|
No name was provided for external module "@getspot/spot-widget" in "output.globals" – guessing "SpotWidget".
|
|
@@ -10,4 +10,4 @@ rendering chunks...
|
|
|
10
10
|
computing gzip size...
|
|
11
11
|
[2mdist/[22m[36mindex.umd.js [39m[1m[2m4.40 kB[22m[1m[22m[2m │ gzip: 1.46 kB[22m
|
|
12
12
|
[2mdist/[22m[36mindex.es.js [39m[1m[2m5.97 kB[22m[1m[22m[2m │ gzip: 1.65 kB[22m
|
|
13
|
-
[32m✓ built in
|
|
13
|
+
[32m✓ built in 313ms[39m
|
package/CHANGELOG.md
CHANGED
package/package.json
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@getspot/spot-widget-vue2",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.1.0",
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"access": "public"
|
|
6
6
|
},
|
|
7
7
|
"main": "dist/index.umd.js",
|
|
8
8
|
"module": "dist/index.es.js",
|
|
9
9
|
"dependencies": {
|
|
10
|
-
"@getspot/spot-widget": "1.
|
|
10
|
+
"@getspot/spot-widget": "1.1.0"
|
|
11
11
|
},
|
|
12
12
|
"peerDependencies": {
|
|
13
13
|
"vue": "^2.6.0"
|