smbls 3.0.102 → 3.1.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/dist/cjs/index.js +4 -2
- package/dist/esm/index.js +4 -2
- package/index.js +4 -2
- package/package.json +13 -13
package/dist/cjs/index.js
CHANGED
|
@@ -16,10 +16,12 @@ var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: tru
|
|
|
16
16
|
var index_exports = {};
|
|
17
17
|
module.exports = __toCommonJS(index_exports);
|
|
18
18
|
__reExport(index_exports, require("@domql/utils"), module.exports);
|
|
19
|
+
__reExport(index_exports, require("attrs-in-props"), module.exports);
|
|
20
|
+
__reExport(index_exports, require("@symbo.ls/create"), module.exports);
|
|
21
|
+
__reExport(index_exports, require("css-in-props"), module.exports);
|
|
19
22
|
__reExport(index_exports, require("@symbo.ls/default-config"), module.exports);
|
|
20
|
-
__reExport(index_exports, require("@symbo.ls/scratch"), module.exports);
|
|
21
23
|
__reExport(index_exports, require("@symbo.ls/emotion"), module.exports);
|
|
22
24
|
__reExport(index_exports, require("@symbo.ls/init"), module.exports);
|
|
25
|
+
__reExport(index_exports, require("@symbo.ls/scratch"), module.exports);
|
|
23
26
|
__reExport(index_exports, require("@symbo.ls/uikit"), module.exports);
|
|
24
|
-
__reExport(index_exports, require("@symbo.ls/create"), module.exports);
|
|
25
27
|
__reExport(index_exports, require("@symbo.ls/utils"), module.exports);
|
package/dist/esm/index.js
CHANGED
|
@@ -1,8 +1,10 @@
|
|
|
1
1
|
export * from "@domql/utils";
|
|
2
|
+
export * from "attrs-in-props";
|
|
3
|
+
export * from "@symbo.ls/create";
|
|
4
|
+
export * from "css-in-props";
|
|
2
5
|
export * from "@symbo.ls/default-config";
|
|
3
|
-
export * from "@symbo.ls/scratch";
|
|
4
6
|
export * from "@symbo.ls/emotion";
|
|
5
7
|
export * from "@symbo.ls/init";
|
|
8
|
+
export * from "@symbo.ls/scratch";
|
|
6
9
|
export * from "@symbo.ls/uikit";
|
|
7
|
-
export * from "@symbo.ls/create";
|
|
8
10
|
export * from "@symbo.ls/utils";
|
package/index.js
CHANGED
|
@@ -1,12 +1,14 @@
|
|
|
1
1
|
'use strict'
|
|
2
2
|
|
|
3
3
|
export * from '@domql/utils'
|
|
4
|
+
export * from 'attrs-in-props'
|
|
5
|
+
export * from '@symbo.ls/create'
|
|
6
|
+
export * from 'css-in-props'
|
|
4
7
|
export * from '@symbo.ls/default-config'
|
|
5
|
-
export * from '@symbo.ls/scratch'
|
|
6
8
|
export * from '@symbo.ls/emotion'
|
|
7
9
|
export * from '@symbo.ls/init'
|
|
10
|
+
export * from '@symbo.ls/scratch'
|
|
8
11
|
export * from '@symbo.ls/uikit'
|
|
9
|
-
export * from '@symbo.ls/create'
|
|
10
12
|
export * from '@symbo.ls/utils'
|
|
11
13
|
|
|
12
14
|
// export * from '@symbo.ls/socket/client' // TODO: Check with @nikoloza
|
package/package.json
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "smbls",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.1.1",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"repository": "https://github.com/symbo-ls/smbls",
|
|
6
|
-
"gitHead": "
|
|
6
|
+
"gitHead": "39fb7a8c07355468ccce79e2f787ca3fa0715692",
|
|
7
7
|
"type": "module",
|
|
8
8
|
"module": "index.js",
|
|
9
9
|
"main": "index.js",
|
|
@@ -22,17 +22,17 @@
|
|
|
22
22
|
"dist"
|
|
23
23
|
],
|
|
24
24
|
"dependencies": {
|
|
25
|
-
"@symbo.ls/cli": "^3.
|
|
26
|
-
"@symbo.ls/create": "^3.
|
|
27
|
-
"@symbo.ls/default-config": "^3.
|
|
28
|
-
"@symbo.ls/init": "^3.
|
|
29
|
-
"@symbo.ls/scratch": "^3.
|
|
30
|
-
"@symbo.ls/sync": "^3.
|
|
31
|
-
"@symbo.ls/uikit": "^3.
|
|
32
|
-
"@symbo.ls/utils": "^3.
|
|
33
|
-
"attrs-in-props": "^3.
|
|
34
|
-
"css-in-props": "^3.
|
|
35
|
-
"domql": "^3.
|
|
25
|
+
"@symbo.ls/cli": "^3.1.1",
|
|
26
|
+
"@symbo.ls/create": "^3.1.1",
|
|
27
|
+
"@symbo.ls/default-config": "^3.1.1",
|
|
28
|
+
"@symbo.ls/init": "^3.1.1",
|
|
29
|
+
"@symbo.ls/scratch": "^3.1.1",
|
|
30
|
+
"@symbo.ls/sync": "^3.1.1",
|
|
31
|
+
"@symbo.ls/uikit": "^3.1.1",
|
|
32
|
+
"@symbo.ls/utils": "^3.1.1",
|
|
33
|
+
"attrs-in-props": "^3.1.1",
|
|
34
|
+
"css-in-props": "^3.1.1",
|
|
35
|
+
"domql": "^3.1.1"
|
|
36
36
|
},
|
|
37
37
|
"publishConfig": {},
|
|
38
38
|
"scripts": {
|