@getspot/spot-widget 0.0.0 → 0.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
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
|
|
2
|
-
> @getspot/spot-widget@0.
|
|
2
|
+
> @getspot/spot-widget@0.1.0 build /builds/getspot/spot-widget/packages/core
|
|
3
3
|
> vite build
|
|
4
4
|
|
|
5
5
|
[33mThe CJS build of Vite's Node API is deprecated. See https://vite.dev/guide/troubleshooting.html#vite-cjs-node-api-deprecated for more details.[39m
|
|
@@ -8,6 +8,6 @@ transforming...
|
|
|
8
8
|
[32m✓[39m 4 modules transformed.
|
|
9
9
|
rendering chunks...
|
|
10
10
|
computing gzip size...
|
|
11
|
-
[2mdist/[22m[
|
|
12
|
-
[2mdist/[22m[
|
|
13
|
-
[32m✓ built in
|
|
11
|
+
[2mdist/[22m[36mindex.umd.js [39m[1m[2m19.98 kB[22m[1m[22m[2m │ gzip: 6.30 kB[22m
|
|
12
|
+
[2mdist/[22m[36mindex.es.js [39m[1m[2m21.41 kB[22m[1m[22m[2m │ gzip: 6.46 kB[22m
|
|
13
|
+
[32m✓ built in 139ms[39m
|
package/CHANGELOG.md
ADDED
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
# @getspot/spot-widget
|
|
2
|
+
|
|
3
|
+
## 0.1.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- d9e86ce: Minor version bump with readme information
|
|
8
|
+
|
|
9
|
+
## 0.0.1
|
|
10
|
+
|
|
11
|
+
### Patch Changes
|
|
12
|
+
|
|
13
|
+
- 8cd937c: Initial release of components
|
|
14
|
+
- 45e9fbb: Adding versioning via changeset
|
|
15
|
+
- 7aabff5: Updating packaging process with vite
|
package/README.md
ADDED
package/package.json
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@getspot/spot-widget",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.1.0",
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"access": "public"
|
|
6
6
|
},
|
|
7
|
-
"main": "dist/index.js",
|
|
8
|
-
"
|
|
7
|
+
"main": "dist/index.umd.js",
|
|
8
|
+
"module": "dist/index.es.js",
|
|
9
9
|
"devDependencies": {
|
|
10
10
|
"vite": "^5.0.0"
|
|
11
11
|
},
|
package/vite.config.js
CHANGED
|
File without changes
|
|
File without changes
|