@hopara/react 0.1.117 → 0.1.120

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.
@@ -0,0 +1,23 @@
1
+ /*!
2
+ * The buffer module from node.js, for the browser.
3
+ *
4
+ * @author Feross Aboukhadijeh <http://feross.org>
5
+ * @license MIT
6
+ */
7
+
8
+ /**
9
+ * @license
10
+ * Copyright 2021 Google LLC
11
+ *
12
+ * Licensed under the Apache License, Version 2.0 (the "License");
13
+ * you may not use this file except in compliance with the License.
14
+ * You may obtain a copy of the License at
15
+ *
16
+ * http://www.apache.org/licenses/LICENSE-2.0
17
+ *
18
+ * Unless required by applicable law or agreed to in writing, software
19
+ * distributed under the License is distributed on an "AS IS" BASIS,
20
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
21
+ * See the License for the specific language governing permissions and
22
+ * limitations under the License.
23
+ */
package/package.json CHANGED
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "name": "@hopara/react",
3
- "version": "0.1.117",
4
- "description": "",
5
- "author": "",
3
+ "version": "0.1.120",
4
+ "description": "Hopara React Component",
5
+ "author": "Hopara",
6
6
  "homepage": "https://hopara.io",
7
7
  "license": "ISC",
8
8
  "main": "build/index.js",
@@ -17,7 +17,7 @@
17
17
  },
18
18
  "repository": {
19
19
  "type": "git",
20
- "url": "git+ssh://git@bitbucket.org/kyrix/front.git"
20
+ "url": "git+ssh://git@github.com:hopara-io/react-sample.git"
21
21
  },
22
22
  "scripts": {
23
23
  "build": "react-app-rewired build"
@@ -29,21 +29,21 @@
29
29
  "@babel/core": "^7.18.9",
30
30
  "@babel/preset-env": "^7.16.4",
31
31
  "@danmarshall/deckgl-typings": "^4.9.22",
32
- "@hopara/auth-front": "^0.1.116",
33
- "@hopara/config": "^0.1.114",
34
- "@hopara/dataset": "^0.1.116",
35
- "@hopara/design-system": "^0.1.116",
36
- "@hopara/encoding": "^0.1.116",
37
- "@hopara/http-client": "^0.1.116",
38
- "@hopara/i18n": "^0.1.116",
39
- "@hopara/image": "^0.1.114",
40
- "@hopara/internals": "^0.1.114",
41
- "@hopara/memoize": "^0.1.114",
42
- "@hopara/object": "^0.1.114",
43
- "@hopara/page": "^0.1.116",
44
- "@hopara/projector": "^0.1.116",
32
+ "@hopara/auth-front": "^0.1.120",
33
+ "@hopara/config": "^0.1.120",
34
+ "@hopara/dataset": "^0.1.120",
35
+ "@hopara/design-system": "^0.1.120",
36
+ "@hopara/encoding": "^0.1.120",
37
+ "@hopara/http-client": "^0.1.120",
38
+ "@hopara/i18n": "^0.1.120",
39
+ "@hopara/image": "^0.1.120",
40
+ "@hopara/internals": "^0.1.120",
41
+ "@hopara/memoize": "^0.1.120",
42
+ "@hopara/object": "^0.1.120",
43
+ "@hopara/page": "^0.1.120",
44
+ "@hopara/projector": "^0.1.120",
45
45
  "@hopara/region": "git+ssh://git@bitbucket.org:kyrix/region.git#release",
46
- "@hopara/spatial": "^0.1.116",
46
+ "@hopara/spatial": "^0.1.120",
47
47
  "babel-loader": "8.1.0",
48
48
  "customize-cra": "^1.0.0",
49
49
  "react-app-rewired": "^2.2.1",