@loom-framework/core 0.1.0-alpha.40 → 0.1.0-alpha.41
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.
|
@@ -158,8 +158,8 @@ async function createPackageJson(targetDir, options) {
|
|
|
158
158
|
generate: 'loom generate capabilities',
|
|
159
159
|
},
|
|
160
160
|
dependencies: {
|
|
161
|
-
'@loom-framework/core': '^0.1.0-alpha.
|
|
162
|
-
'@loom-framework/frontend-antd': '^0.1.0-alpha.
|
|
161
|
+
'@loom-framework/core': '^0.1.0-alpha.41',
|
|
162
|
+
'@loom-framework/frontend-antd': '^0.1.0-alpha.41',
|
|
163
163
|
'fastify': '^5.2.0',
|
|
164
164
|
'@ant-design/x': '^2.5.0',
|
|
165
165
|
'@ant-design/x-sdk': '^2.5.0',
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@loom-framework/core",
|
|
3
|
-
"version": "0.1.0-alpha.
|
|
3
|
+
"version": "0.1.0-alpha.41",
|
|
4
4
|
"description": "Loom framework - DataAdapter, Capability Generator, config system, backend server, CLI",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./dist/index.js",
|
|
@@ -43,4 +43,4 @@
|
|
|
43
43
|
"@types/better-sqlite3": "^7.6.13",
|
|
44
44
|
"typescript": "^5.6.0"
|
|
45
45
|
}
|
|
46
|
-
}
|
|
46
|
+
}
|