@embeddable.com/sdk-react 0.0.13 → 0.0.14

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.
@@ -1,13 +1,13 @@
1
1
 
2
- > @embeddable.com/sdk-react@0.0.13 build
2
+ > @embeddable.com/sdk-react@0.0.14 build
3
3
  > rollup -c
4
4
 
5
- (node:1876) ExperimentalWarning: Import assertions are not a stable feature of the JavaScript language. Avoid relying on their current behavior and syntax as those might change in a future version of Node.js.
5
+ (node:1891) ExperimentalWarning: Import assertions are not a stable feature of the JavaScript language. Avoid relying on their current behavior and syntax as those might change in a future version of Node.js.
6
6
  (Use `node --trace-warnings ...` to show where the warning was created)
7
- (node:1876) ExperimentalWarning: Importing JSON modules is an experimental feature and might change at any time
7
+ (node:1891) ExperimentalWarning: Importing JSON modules is an experimental feature and might change at any time
8
8
  
9
9
  ./src/index.ts → lib/index.umd.js...
10
- created lib/index.umd.js in 2.8s
10
+ created lib/index.umd.js in 2.4s
11
11
  
12
12
  ./src/index.ts → lib/index.cjs.js, lib/index.esm.js...
13
- created lib/index.cjs.js, lib/index.esm.js in 1.7s
13
+ created lib/index.cjs.js, lib/index.esm.js in 1.3s
package/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # @embeddable.com/sdk-react
2
2
 
3
+ ## 0.0.14
4
+
5
+ ### Patch Changes
6
+
7
+ - 7f5bd51: Fix dependencies.
8
+ - Updated dependencies [7f5bd51]
9
+ - @embeddable.com/sdk-core@0.0.13
10
+
3
11
  ## 0.0.13
4
12
 
5
13
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@embeddable.com/sdk-react",
3
- "version": "0.0.13",
3
+ "version": "0.0.14",
4
4
  "description": "Embeddable SDK React plugin/module responsible for React components bundling.",
5
5
  "keywords": [
6
6
  "embeddable",
@@ -34,6 +34,7 @@
34
34
  "dependencies": {
35
35
  "@embeddable.com/sdk-core": "*",
36
36
  "@vitejs/plugin-react": "^4.0.2",
37
- "vite": "^4.4.2"
37
+ "vite": "^4.4.2",
38
+ "ora": "^6.3.1"
38
39
  }
39
40
  }