@monbolc/lowcode-types 2.1.4 → 2.1.5
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/package.json +3 -3
- package/es/index.js +0 -11
- package/es/index.js.map +0 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@monbolc/lowcode-types",
|
|
3
|
-
"version": "2.1.
|
|
3
|
+
"version": "2.1.5",
|
|
4
4
|
"description": "Core type definitions for SapuLowcodeEngine",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"main": "lib/index.js",
|
|
@@ -32,7 +32,7 @@
|
|
|
32
32
|
},
|
|
33
33
|
"repository": {
|
|
34
34
|
"type": "git",
|
|
35
|
-
"url": "git@github.com:
|
|
35
|
+
"url": "git@github.com:lir-navcoo/lowcode-engine.git",
|
|
36
36
|
"directory": "packages/types"
|
|
37
37
|
},
|
|
38
38
|
"keywords": [
|
|
@@ -40,5 +40,5 @@
|
|
|
40
40
|
"engine",
|
|
41
41
|
"types"
|
|
42
42
|
],
|
|
43
|
-
"gitHead": "
|
|
43
|
+
"gitHead": "b23c688931a9afae9f3fc05308d587a2c053f983"
|
|
44
44
|
}
|
package/es/index.js
DELETED
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* @monbolc/lowcode-types
|
|
3
|
-
*
|
|
4
|
-
* Core type definitions for SapuLowcodeEngine.
|
|
5
|
-
* This package is a pure-types layer (L0) — no runtime side effects, no React imports.
|
|
6
|
-
*
|
|
7
|
-
* Versioning follows semver. Bumping a major version means breaking
|
|
8
|
-
* type signatures; minor means additive types.
|
|
9
|
-
*/
|
|
10
|
-
export {};
|
|
11
|
-
//# sourceMappingURL=index.js.map
|
package/es/index.js.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA;;;;;;;;GAQG"}
|