@getspot/spot-widget-react 0.1.0 → 0.1.3
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 +2 -2
- package/CHANGELOG.md +24 -0
- package/package.json +2 -2
package/.turbo/turbo-build.log
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
|
|
2
|
-
> @getspot/spot-widget-react@0.1.
|
|
2
|
+
> @getspot/spot-widget-react@0.1.3 build /builds/getspot/spot-widget/packages/react
|
|
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
|
|
@@ -11,4 +11,4 @@ rendering chunks...
|
|
|
11
11
|
computing gzip size...
|
|
12
12
|
[2mdist/[22m[36mindex.umd.js [39m[1m[2m0.52 kB[22m[1m[22m[2m │ gzip: 0.32 kB[22m
|
|
13
13
|
[2mdist/[22m[36mindex.es.js [39m[1m[2m0.41 kB[22m[1m[22m[2m │ gzip: 0.26 kB[22m
|
|
14
|
-
[32m✓ built in
|
|
14
|
+
[32m✓ built in 190ms[39m
|
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,29 @@
|
|
|
1
1
|
# @getspot/spot-widget-react
|
|
2
2
|
|
|
3
|
+
## 0.1.3
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- 4fe833f: add validation
|
|
8
|
+
- Updated dependencies [4fe833f]
|
|
9
|
+
- @getspot/spot-widget@0.1.3
|
|
10
|
+
|
|
11
|
+
## 0.1.2
|
|
12
|
+
|
|
13
|
+
### Patch Changes
|
|
14
|
+
|
|
15
|
+
- 5d7ddb4: add configuration validation
|
|
16
|
+
- Updated dependencies [5d7ddb4]
|
|
17
|
+
- @getspot/spot-widget@0.1.2
|
|
18
|
+
|
|
19
|
+
## 0.1.1
|
|
20
|
+
|
|
21
|
+
### Patch Changes
|
|
22
|
+
|
|
23
|
+
- 6fb40ff: theming changes and cleanup
|
|
24
|
+
- Updated dependencies [6fb40ff]
|
|
25
|
+
- @getspot/spot-widget@0.1.1
|
|
26
|
+
|
|
3
27
|
## 0.1.0
|
|
4
28
|
|
|
5
29
|
### Minor Changes
|
package/package.json
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@getspot/spot-widget-react",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.3",
|
|
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": "0.1.
|
|
10
|
+
"@getspot/spot-widget": "0.1.3"
|
|
11
11
|
},
|
|
12
12
|
"peerDependencies": {
|
|
13
13
|
"react": "^18.0.0",
|