react-native-candle 0.1.3 → 0.1.4

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.
@@ -23,7 +23,7 @@ Pod::Spec.new do |s|
23
23
  ]
24
24
 
25
25
  spm_dependency(s,
26
- url: "https://github.com/candlefinance/candle-swift.git",
26
+ url: "https://github.com/candlefinance/candle-swift",
27
27
  requirement: {
28
28
  "kind": "revision",
29
29
  "revision": "fa0db96e9a73740bbd4977160894a45c6db96f51"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-native-candle",
3
- "version": "0.1.3",
3
+ "version": "0.1.4",
4
4
  "description": "Candle SDK for React Native",
5
5
  "main": "./lib/commonjs/index.js",
6
6
  "module": "./lib/module/index.js",
@@ -110,7 +110,7 @@ fi`;
110
110
 
111
111
  // reference the "props"
112
112
  const { version, repositoryUrl, repoName, productName } = {
113
- repositoryUrl: "https://github.com/candlefinance/candle-swift.git",
113
+ repositoryUrl: "https://github.com/candlefinance/candle-swift",
114
114
  repoName: "candle-swift",
115
115
  productName: "Candle",
116
116
  version: "fa0db96e9a73740bbd4977160894a45c6db96f51",