@mx-cartographer/experiences 2.35.0-alpha.sms1 → 2.35.0-alpha.sms3

Sign up to get free protection for your applications and to get access to all the features.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mx-cartographer/experiences",
3
- "version": "2.35.0-alpha.sms1",
3
+ "version": "2.35.0-alpha.sms3",
4
4
  "description": "Library containing experience widgets",
5
5
  "main": "dist/index.es.js",
6
6
  "types": "dist/index.d.ts",
@@ -1,5 +0,0 @@
1
- export declare enum CopyNamespace {
2
- Categories = "categories",
3
- DefaultCategories = "default_categories"
4
- }
5
- export declare const COPY_KEYS: string[];