@nu-art/analytics-shared 0.400.12 → 0.400.14

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/api-def.js CHANGED
@@ -6,4 +6,3 @@ export const ApiDef_Analytics = (baseUrl) => ({
6
6
  updateLexicon: { baseUrl, method: HttpMethod.POST, path: '/v1/analytics/update-lexicon' },
7
7
  }
8
8
  });
9
- //# sourceMappingURL=api-def.js.map
package/index.js CHANGED
@@ -1,3 +1,2 @@
1
1
  export * from './types.js';
2
2
  export * from './api-def.js';
3
- //# sourceMappingURL=index.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nu-art/analytics-shared",
3
- "version": "0.400.12",
3
+ "version": "0.400.14",
4
4
  "description": "Analytics Shared",
5
5
  "license": "Apache-2.0",
6
6
  "scripts": {
@@ -11,8 +11,8 @@
11
11
  "linkDirectory": true
12
12
  },
13
13
  "dependencies": {
14
- "@nu-art/ts-common": "0.400.12",
15
- "@nu-art/thunderstorm-shared": "0.400.12"
14
+ "@nu-art/ts-common": "0.400.14",
15
+ "@nu-art/thunderstorm-shared": "0.400.14"
16
16
  },
17
17
  "devDependencies": {},
18
18
  "private": false,
package/types.js CHANGED
@@ -1,2 +1 @@
1
1
  export {};
2
- //# sourceMappingURL=types.js.map
package/api-def.js.map DELETED
@@ -1 +0,0 @@
1
- {"version":3,"file":"api-def.js","sourceRoot":"/Users/tacb0ss/dev/nu-art/beamz/_thunderstorm/analytics/shared/src/main/","sources":["api-def.ts"],"names":[],"mappings":"AAAA,OAAO,EAA0B,UAAU,EAAC,MAAM,6BAA6B,CAAC;AA0ChF,MAAM,CAAC,MAAM,gBAAgB,GAA8D,CAAC,OAAO,EAAE,EAAE,CAAC,CAAC;IACxG,GAAG,EAAE;QACJ,SAAS,EAAE,EAAC,OAAO,EAAE,MAAM,EAAE,UAAU,CAAC,IAAI,EAAE,IAAI,EAAE,0BAA0B,EAAC;QAC/E,UAAU,EAAE,EAAC,OAAO,EAAE,MAAM,EAAE,UAAU,CAAC,IAAI,EAAE,IAAI,EAAE,2BAA2B,EAAC;QACjF,aAAa,EAAE,EAAC,OAAO,EAAE,MAAM,EAAE,UAAU,CAAC,IAAI,EAAE,IAAI,EAAE,8BAA8B,EAAC;KACvF;CACD,CAAC,CAAC"}
package/index.js.map DELETED
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.js","sourceRoot":"/Users/tacb0ss/dev/nu-art/beamz/_thunderstorm/analytics/shared/src/main/","sources":["index.ts"],"names":[],"mappings":"AAAA,cAAc,YAAY,CAAC;AAC3B,cAAc,cAAc,CAAC"}
package/types.js.map DELETED
@@ -1 +0,0 @@
1
- {"version":3,"file":"types.js","sourceRoot":"/Users/tacb0ss/dev/nu-art/beamz/_thunderstorm/analytics/shared/src/main/","sources":["types.ts"],"names":[],"mappings":""}