Comparing version 1.6.3 to 1.6.4
export * from './types/type' | ||
export * from './config/database.js' | ||
export * from './config/database' | ||
@@ -4,0 +4,0 @@ export * from './api/commit' |
export * from './types/type' | ||
export * from './config/database.js' | ||
export * from './config/database' | ||
@@ -4,0 +4,0 @@ export * from './api/commit' |
{ | ||
"name": "santuy", | ||
"version": "1.6.3", | ||
"version": "1.6.4", | ||
"description": "Santuy is a nextjs framework and SQL for auto generate data from model", | ||
@@ -8,3 +8,2 @@ "scripts": { | ||
}, | ||
"type": "module", | ||
"main": "dist/index.ts", | ||
@@ -14,10 +13,5 @@ "typings": "dist/index.d.ts", | ||
"dist", | ||
"api", | ||
"api/*.ts", | ||
"cli", | ||
"cli/*.ts", | ||
"cli/*.js", | ||
"README.md", | ||
"index.ts", | ||
"index.d.ts" | ||
"index.d.ts", | ||
"README.md" | ||
], | ||
@@ -46,3 +40,3 @@ "keywords": [ | ||
"bin": { | ||
"santuy": "dist/bin/index.js" | ||
"santuy": "dist/bin/index.mjs" | ||
}, | ||
@@ -49,0 +43,0 @@ "dependencies": { |
@@ -58,6 +58,6 @@ # Santuy | ||
``` | ||
#### users.js: | ||
#### users.mjs: | ||
```js | ||
//model users (file: santuy/models/users.js) | ||
//model users (file: santuy/models/users.mjs) | ||
@@ -115,5 +115,5 @@ const UsersModel = { | ||
``` | ||
#### categories.js: | ||
#### categories.mjs: | ||
```js | ||
//model categories (file: santuy/models/categories.js) | ||
//model categories (file: santuy/models/categories.mjs) | ||
const CategoriesModel = { | ||
@@ -144,5 +144,5 @@ name: 'categories', | ||
``` | ||
#### products.js: | ||
#### products.mjs: | ||
```js | ||
//model products (file: santuy/models/products.js) | ||
//model products (file: santuy/models/products.mjs) | ||
const ProductsModel = { | ||
@@ -149,0 +149,0 @@ name: 'products', |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
40112
1
No