@activepieces/piece-snowflake 0.0.7 → 0.0.8
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/README.md +9 -2
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -1,7 +1,14 @@
|
|
|
1
1
|
# pieces-snowflake
|
|
2
|
-
|
|
3
|
-
This library was generated with [Nx](https://nx.dev).
|
|
2
|
+
# PREMIUM PIECE ON ACTIVEPIECES
|
|
4
3
|
|
|
5
4
|
## Building
|
|
6
5
|
|
|
7
6
|
Run `nx build pieces-snowflake` to build the library.
|
|
7
|
+
|
|
8
|
+
## Documentation
|
|
9
|
+
|
|
10
|
+
For detailed documentation, visit [Activepieces Documentation](https://www.activepieces.com/docs/getting-started/introduction).
|
|
11
|
+
|
|
12
|
+
## PLEASE CHECK THE LICENESE
|
|
13
|
+
|
|
14
|
+
This package is licensed under the The Activepieces Enterprise License. See the [LICENSE](https://github.com/activepieces/activepieces/blob/main/packages/ee/LICENSE) file for details.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@activepieces/piece-snowflake",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.8",
|
|
4
4
|
"license": {
|
|
5
5
|
"type": "COMMERCIAL",
|
|
6
6
|
"url": "https://raw.githubusercontent.com/activepieces/activepieces/main/packages/ee/LICENSE"
|
|
@@ -14,8 +14,8 @@
|
|
|
14
14
|
"nanoid": "3.3.6",
|
|
15
15
|
"semver": "7.6.0",
|
|
16
16
|
"snowflake-sdk": "1.9.3",
|
|
17
|
-
"@activepieces/pieces-framework": "0.7.
|
|
18
|
-
"@activepieces/shared": "0.10.
|
|
17
|
+
"@activepieces/pieces-framework": "0.7.31",
|
|
18
|
+
"@activepieces/shared": "0.10.106",
|
|
19
19
|
"tslib": "1.14.1"
|
|
20
20
|
},
|
|
21
21
|
"main": "./src/index.js",
|