@ossy/app 1.36.0 → 1.36.1
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/cli/build.task.js +1 -3
- package/package.json +9 -9
package/cli/build.task.js
CHANGED
|
@@ -117,9 +117,7 @@ function generateTaskStub ({ stubAbs, sourceAbs }) {
|
|
|
117
117
|
const importPath = relImport(stubAbs, sourceAbs)
|
|
118
118
|
return [
|
|
119
119
|
'// Generated by @ossy/app — do not edit',
|
|
120
|
-
`
|
|
121
|
-
'export const metadata = _task.metadata',
|
|
122
|
-
'export const run = _task.run ?? _task.default',
|
|
120
|
+
`export * from '${importPath}'`,
|
|
123
121
|
'',
|
|
124
122
|
].join('\n')
|
|
125
123
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ossy/app",
|
|
3
|
-
"version": "1.36.
|
|
3
|
+
"version": "1.36.1",
|
|
4
4
|
"description": "",
|
|
5
5
|
"source": "./src/index.js",
|
|
6
6
|
"main": "./src/index.js",
|
|
@@ -38,14 +38,14 @@
|
|
|
38
38
|
"@babel/eslint-parser": "^7.15.8",
|
|
39
39
|
"@babel/preset-react": "^7.26.3",
|
|
40
40
|
"@babel/register": "^7.25.9",
|
|
41
|
-
"@ossy/design-system": "^1.36.
|
|
41
|
+
"@ossy/design-system": "^1.36.1",
|
|
42
42
|
"@ossy/pages": "^1.23.0",
|
|
43
|
-
"@ossy/platform": "^1.35.
|
|
44
|
-
"@ossy/router": "^1.36.
|
|
45
|
-
"@ossy/router-react": "^1.36.
|
|
46
|
-
"@ossy/sdk": "^1.36.
|
|
47
|
-
"@ossy/sdk-react": "^1.36.
|
|
48
|
-
"@ossy/themes": "^1.36.
|
|
43
|
+
"@ossy/platform": "^1.35.1",
|
|
44
|
+
"@ossy/router": "^1.36.1",
|
|
45
|
+
"@ossy/router-react": "^1.36.1",
|
|
46
|
+
"@ossy/sdk": "^1.36.1",
|
|
47
|
+
"@ossy/sdk-react": "^1.36.1",
|
|
48
|
+
"@ossy/themes": "^1.36.1",
|
|
49
49
|
"@rollup/plugin-alias": "^6.0.0",
|
|
50
50
|
"@rollup/plugin-babel": "^7.0.0",
|
|
51
51
|
"@rollup/plugin-commonjs": "^29.0.0",
|
|
@@ -79,5 +79,5 @@
|
|
|
79
79
|
"README.md",
|
|
80
80
|
"tsconfig.json"
|
|
81
81
|
],
|
|
82
|
-
"gitHead": "
|
|
82
|
+
"gitHead": "a144d7767264d96bc6ae095784d4f884f03a89a0"
|
|
83
83
|
}
|