@looker/extension-sdk-react 22.0.0 → 22.4.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/CHANGELOG.md +27 -0
- package/lib/esm/sdk/core_sdk.js.map +1 -1
- package/lib/sdk/core_sdk.js.map +1 -1
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
|
@@ -5,6 +5,33 @@ All notable changes to this project will be documented in this file.
|
|
|
5
5
|
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
|
6
6
|
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
|
7
7
|
|
|
8
|
+
## [22.4.0](https://www.github.com/looker-open-source/sdk-codegen/compare/extension-sdk-react-v22.2.1...extension-sdk-react-v22.4.0) (2022-03-24)
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
### Dependencies
|
|
12
|
+
|
|
13
|
+
* The following workspace dependencies were updated
|
|
14
|
+
* dependencies
|
|
15
|
+
* @looker/extension-sdk bumped from ^22.2.0 to ^22.4.0
|
|
16
|
+
* @looker/sdk bumped from ^22.2.0 to ^22.4.0
|
|
17
|
+
|
|
18
|
+
### [22.2.1](https://www.github.com/looker-open-source/sdk-codegen/compare/extension-sdk-react-v22.2.0...extension-sdk-react-v22.2.1) (2022-03-04)
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
### Features
|
|
22
|
+
|
|
23
|
+
* generate code deprecation tags ([#1006](https://www.github.com/looker-open-source/sdk-codegen/issues/1006)) ([afd4b66](https://www.github.com/looker-open-source/sdk-codegen/commit/afd4b66ffbd11cdacd19fe1353c9e5bf381fe932))
|
|
24
|
+
|
|
25
|
+
## [22.2.0](https://www.github.com/looker-open-source/sdk-codegen/compare/extension-sdk-react-v22.0.0...extension-sdk-react-v22.2.0) (2022-02-18)
|
|
26
|
+
|
|
27
|
+
|
|
28
|
+
### Dependencies
|
|
29
|
+
|
|
30
|
+
* The following workspace dependencies were updated
|
|
31
|
+
* dependencies
|
|
32
|
+
* @looker/extension-sdk bumped from ^22.0.0 to ^22.2.0
|
|
33
|
+
* @looker/sdk bumped from ^22.0.0 to ^22.2.0
|
|
34
|
+
|
|
8
35
|
### [21.20.1](https://www.github.com/looker-open-source/sdk-codegen/compare/extension-sdk-react-v21.20.0...extension-sdk-react-v21.20.1) (2022-01-27)
|
|
9
36
|
|
|
10
37
|
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../../../src/sdk/core_sdk.ts"],"names":["registerCore31SDK","unregisterCore31SDK","getCore31SDK","registerCoreSDK","unregisterCoreSDK","getCoreSDK"],"mappings":"AA0BA,SACEA,iBADF,EAEEC,mBAFF,EAGEC,YAHF,QAIO,eAJP;AAaA,OAAO,IAAMC,eAAe,GAAGH,iBAAxB;AAQP,OAAO,IAAMI,iBAAiB,GAAGH,mBAA1B;AAMP,OAAO,IAAMI,UAAU,GAAGH,YAAnB","sourcesContent":["/*\n\n MIT License\n\n Copyright (c) 2021 Looker Data Sciences, Inc.\n\n Permission is hereby granted, free of charge, to any person obtaining a copy\n of this software and associated documentation files (the \"Software\"), to deal\n in the Software without restriction, including without limitation the rights\n to use, copy, modify, merge, publish, distribute, sublicense, and/or sell\n copies of the Software, and to permit persons to whom the Software is\n furnished to do so, subject to the following conditions:\n\n The above copyright notice and this permission notice shall be included in all\n copies or substantial portions of the Software.\n\n THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\n AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\n LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\n OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\n SOFTWARE.\n\n */\n\nimport {\n registerCore31SDK,\n unregisterCore31SDK,\n getCore31SDK,\n} from './core_sdk_31'\n\n/**\n * Register the core SDK. The ExtensionProvider will automatically\n * call this when connection with the host
|
|
1
|
+
{"version":3,"sources":["../../../src/sdk/core_sdk.ts"],"names":["registerCore31SDK","unregisterCore31SDK","getCore31SDK","registerCoreSDK","unregisterCoreSDK","getCoreSDK"],"mappings":"AA0BA,SACEA,iBADF,EAEEC,mBAFF,EAGEC,YAHF,QAIO,eAJP;AAaA,OAAO,IAAMC,eAAe,GAAGH,iBAAxB;AAQP,OAAO,IAAMI,iBAAiB,GAAGH,mBAA1B;AAMP,OAAO,IAAMI,UAAU,GAAGH,YAAnB","sourcesContent":["/*\n\n MIT License\n\n Copyright (c) 2021 Looker Data Sciences, Inc.\n\n Permission is hereby granted, free of charge, to any person obtaining a copy\n of this software and associated documentation files (the \"Software\"), to deal\n in the Software without restriction, including without limitation the rights\n to use, copy, modify, merge, publish, distribute, sublicense, and/or sell\n copies of the Software, and to permit persons to whom the Software is\n furnished to do so, subject to the following conditions:\n\n The above copyright notice and this permission notice shall be included in all\n copies or substantial portions of the Software.\n\n THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\n AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\n LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\n OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\n SOFTWARE.\n\n */\n\nimport {\n registerCore31SDK,\n unregisterCore31SDK,\n getCore31SDK,\n} from './core_sdk_31'\n\n/**\n * Register the core SDK. The ExtensionProvider will automatically\n * call this when connection with the host succeeds. An extension using\n * the ExtensionProvider should never call this.\n * @param coreSDK core sdk\n * @deprecated use registerCore31SDK or registerCore40SDK instead\n */\nexport const registerCoreSDK = registerCore31SDK\n\n/**\n * Unregister the core SDK. The ExtensionProvider will automatically\n * call this when it is unloaded. An extension using\n * the ExtensionProvider should never call this.\n * @deprecated use unregisterCore31SDK or unregisterCore40SDK instead\n */\nexport const unregisterCoreSDK = unregisterCore31SDK\n\n/**\n * Global access to the coreSDK. An error will be thrown if accessed prematurely.\n * @deprecated use getCore31SDK or getCore40SDK instead\n */\nexport const getCoreSDK = getCore31SDK\n"],"file":"core_sdk.js"}
|
package/lib/sdk/core_sdk.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../../src/sdk/core_sdk.ts"],"names":["registerCoreSDK","registerCore31SDK","unregisterCoreSDK","unregisterCore31SDK","getCoreSDK","getCore31SDK"],"mappings":";;;;;;;AA0BA;;AAaO,IAAMA,eAAe,GAAGC,4BAAxB;;AAQA,IAAMC,iBAAiB,GAAGC,8BAA1B;;AAMA,IAAMC,UAAU,GAAGC,uBAAnB","sourcesContent":["/*\n\n MIT License\n\n Copyright (c) 2021 Looker Data Sciences, Inc.\n\n Permission is hereby granted, free of charge, to any person obtaining a copy\n of this software and associated documentation files (the \"Software\"), to deal\n in the Software without restriction, including without limitation the rights\n to use, copy, modify, merge, publish, distribute, sublicense, and/or sell\n copies of the Software, and to permit persons to whom the Software is\n furnished to do so, subject to the following conditions:\n\n The above copyright notice and this permission notice shall be included in all\n copies or substantial portions of the Software.\n\n THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\n AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\n LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\n OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\n SOFTWARE.\n\n */\n\nimport {\n registerCore31SDK,\n unregisterCore31SDK,\n getCore31SDK,\n} from './core_sdk_31'\n\n/**\n * Register the core SDK. The ExtensionProvider will automatically\n * call this when connection with the host
|
|
1
|
+
{"version":3,"sources":["../../src/sdk/core_sdk.ts"],"names":["registerCoreSDK","registerCore31SDK","unregisterCoreSDK","unregisterCore31SDK","getCoreSDK","getCore31SDK"],"mappings":";;;;;;;AA0BA;;AAaO,IAAMA,eAAe,GAAGC,4BAAxB;;AAQA,IAAMC,iBAAiB,GAAGC,8BAA1B;;AAMA,IAAMC,UAAU,GAAGC,uBAAnB","sourcesContent":["/*\n\n MIT License\n\n Copyright (c) 2021 Looker Data Sciences, Inc.\n\n Permission is hereby granted, free of charge, to any person obtaining a copy\n of this software and associated documentation files (the \"Software\"), to deal\n in the Software without restriction, including without limitation the rights\n to use, copy, modify, merge, publish, distribute, sublicense, and/or sell\n copies of the Software, and to permit persons to whom the Software is\n furnished to do so, subject to the following conditions:\n\n The above copyright notice and this permission notice shall be included in all\n copies or substantial portions of the Software.\n\n THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\n AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\n LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\n OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\n SOFTWARE.\n\n */\n\nimport {\n registerCore31SDK,\n unregisterCore31SDK,\n getCore31SDK,\n} from './core_sdk_31'\n\n/**\n * Register the core SDK. The ExtensionProvider will automatically\n * call this when connection with the host succeeds. An extension using\n * the ExtensionProvider should never call this.\n * @param coreSDK core sdk\n * @deprecated use registerCore31SDK or registerCore40SDK instead\n */\nexport const registerCoreSDK = registerCore31SDK\n\n/**\n * Unregister the core SDK. The ExtensionProvider will automatically\n * call this when it is unloaded. An extension using\n * the ExtensionProvider should never call this.\n * @deprecated use unregisterCore31SDK or unregisterCore40SDK instead\n */\nexport const unregisterCoreSDK = unregisterCore31SDK\n\n/**\n * Global access to the coreSDK. An error will be thrown if accessed prematurely.\n * @deprecated use getCore31SDK or getCore40SDK instead\n */\nexport const getCoreSDK = getCore31SDK\n"],"file":"core_sdk.js"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@looker/extension-sdk-react",
|
|
3
|
-
"version": "22.
|
|
3
|
+
"version": "22.4.0",
|
|
4
4
|
"description": "Looker Extension SDK for React",
|
|
5
5
|
"main": "lib/index.js",
|
|
6
6
|
"module": "lib/esm/index.js",
|
|
@@ -43,8 +43,8 @@
|
|
|
43
43
|
"react-router-dom": "^5.1.2"
|
|
44
44
|
},
|
|
45
45
|
"dependencies": {
|
|
46
|
-
"@looker/extension-sdk": "^22.
|
|
47
|
-
"@looker/sdk": "^22.
|
|
46
|
+
"@looker/extension-sdk": "^22.4.0",
|
|
47
|
+
"@looker/sdk": "^22.4.0",
|
|
48
48
|
"@looker/sdk-rtl": "^21.3.2",
|
|
49
49
|
"history": "^4.9.0",
|
|
50
50
|
"lodash": "^4.17.20"
|
|
@@ -58,5 +58,5 @@
|
|
|
58
58
|
"Looker",
|
|
59
59
|
"extension-sdk"
|
|
60
60
|
],
|
|
61
|
-
"gitHead": "
|
|
61
|
+
"gitHead": "02ce8785abc5a1ba4b10627d5d9758150842410f"
|
|
62
62
|
}
|