migrate snowflake generator to new library
All checks were successful
Build and test / build-and-test (18.x) (push) Successful in 13s
Build and test / build-and-test (20.x) (push) Successful in 13s

This commit is contained in:
2023-08-21 19:45:34 -07:00
parent e8688c0b8f
commit abfbabf71f
6 changed files with 166 additions and 27 deletions

7
package-lock.json generated
View File

@@ -9,9 +9,16 @@
"version": "1.0.0",
"license": "ISC",
"devDependencies": {
"@types/node": "^20.5.1",
"typescript": "^5.1.3"
}
},
"node_modules/@types/node": {
"version": "20.5.1",
"resolved": "https://registry.npmjs.org/@types/node/-/node-20.5.1.tgz",
"integrity": "sha512-4tT2UrL5LBqDwoed9wZ6N3umC4Yhz3W3FloMmiiG4JwmUJWpie0c7lcnUNd4gtMKuDEO4wRVS8B6Xa0uMRsMKg==",
"dev": true
},
"node_modules/typescript": {
"version": "5.1.6",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-5.1.6.tgz",