@dhis2/expression-parser 1.1.0-beta.2 → 1.1.0-beta.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.
@@ -0,0 +1,8 @@
1
+ (function (_) {
2
+ 'use strict';
3
+ //region block: pre-declaration
4
+ //endregion
5
+ return _;
6
+ }(module.exports));
7
+
8
+ //# sourceMappingURL=kotlin_org_jetbrains_kotlin_kotlin_dom_api_compat.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;"}
@@ -0,0 +1,16 @@
1
+ (function (_, kotlin_kotlin) {
2
+ 'use strict';
3
+ //region block: imports
4
+ var classMeta = kotlin_kotlin.$_$.k4;
5
+ var VOID = kotlin_kotlin.$_$.a8;
6
+ var setMetadataFor = kotlin_kotlin.$_$.j5;
7
+ //endregion
8
+ //region block: pre-declaration
9
+ setMetadataFor(SerializableWith, 'SerializableWith', classMeta, VOID, VOID, 0);
10
+ //endregion
11
+ function SerializableWith() {
12
+ }
13
+ return _;
14
+ }(module.exports, require('./kotlin-kotlin-stdlib-js-ir.js')));
15
+
16
+ //# sourceMappingURL=kotlinx-serialization-kotlinx-serialization-core-js-ir.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;"}
package/package.json CHANGED
@@ -1,7 +1,11 @@
1
1
  {
2
2
  "module": "expression-parser.mjs",
3
+ "main": "expression-parser.js",
3
4
  "exports": {
4
- "import": "./expression-parser.mjs"
5
+ ".": {
6
+ "import": "./expression-parser.mjs",
7
+ "require": "./expression-parser.js"
8
+ }
5
9
  },
6
10
  "author": "Jan Bernitt <jbernitt@dhis2.org>",
7
11
  "description": "DHIS Expression Parser",
@@ -14,8 +18,7 @@
14
18
  "access": "public"
15
19
  },
16
20
  "private": false,
17
- "types": "expression-parser.d.ts",
18
- "version": "1.1.0-beta.2",
21
+ "version": "1.1.0-beta.5",
19
22
  "name": "@dhis2/expression-parser",
20
23
  "dependencies": {
21
24
  "@js-joda/core": "3.2.0",