@m2c2kit/core 0.3.7 → 0.3.8

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.
Files changed (2) hide show
  1. package/dist/index.js +1 -1
  2. package/package.json +3 -3
package/dist/index.js CHANGED
@@ -6711,7 +6711,7 @@ class Session {
6711
6711
  */
6712
6712
  constructor(options) {
6713
6713
  this.sessionDictionary = /* @__PURE__ */ new Map();
6714
- this.version = "0.3.7 (402d543e)";
6714
+ this.version = "0.3.8 (863b1e03)";
6715
6715
  this.options = options;
6716
6716
  for (const activity of this.options.activities) {
6717
6717
  if (this.options.activities.filter((a) => a === activity).length > 1) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@m2c2kit/core",
3
- "version": "0.3.7",
3
+ "version": "0.3.8",
4
4
  "description": "The m2c2kit core functionality",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.js",
@@ -36,8 +36,8 @@
36
36
  "jest": "29.5.0",
37
37
  "jest-environment-jsdom": "29.5.0",
38
38
  "jsdom": "22.0.0",
39
- "rimraf": "5.0.0",
40
- "rollup": "3.22.0",
39
+ "rimraf": "5.0.1",
40
+ "rollup": "3.21.0",
41
41
  "rollup-plugin-copy": "3.4.0",
42
42
  "rollup-plugin-dts": "5.3.0",
43
43
  "rollup-plugin-esbuild": "5.0.0",