@compas-oscd/open-scd 0.34.27 → 0.34.29

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 (1) hide show
  1. package/package.json +40 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@compas-oscd/open-scd",
3
- "version": "0.34.27",
3
+ "version": "0.34.29",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "https://github.com/com-pas/open-scd.git",
@@ -316,12 +316,50 @@
316
316
  "import": "./dist/action-icon.js",
317
317
  "default": "./dist/action-icon.js"
318
318
  },
319
+ "./foundation/deprecated/editor.js": {
320
+ "types": "./dist/foundation/deprecated/editor.d.ts",
321
+ "import": "./dist/foundation/deprecated/editor.js",
322
+ "default": "./dist/foundation/deprecated/editor.js"
323
+ },
324
+ "./foundation/deprecated/history.js": {
325
+ "types": "./dist/foundation/deprecated/history.d.ts",
326
+ "import": "./dist/foundation/deprecated/history.js",
327
+ "default": "./dist/foundation/deprecated/history.js"
328
+ },
329
+ "./foundation/deprecated/settings.js": {
330
+ "types": "./dist/foundation/deprecated/settings.d.ts",
331
+ "import": "./dist/foundation/deprecated/settings.js",
332
+ "default": "./dist/foundation/deprecated/settings.js"
333
+ },
334
+ "./foundation/deprecated/waiter.js": {
335
+ "types": "./dist/foundation/deprecated/waiter.d.ts",
336
+ "import": "./dist/foundation/deprecated/waiter.js",
337
+ "default": "./dist/foundation/deprecated/waiter.js"
338
+ },
339
+ "./foundation/deprecated/validation.js": {
340
+ "types": "./dist/foundation/deprecated/validation.d.ts",
341
+ "import": "./dist/foundation/deprecated/validation.js",
342
+ "default": "./dist/foundation/deprecated/validation.js"
343
+ },
344
+ "./foundation/deprecated/open-event.js": {
345
+ "types": "./dist/foundation/deprecated/open-event.d.ts",
346
+ "import": "./dist/foundation/deprecated/open-event.js",
347
+ "default": "./dist/foundation/deprecated/open-event.js"
348
+ },
319
349
  "./*": {
320
350
  "types": "./dist/*.d.ts",
321
351
  "import": "./dist/*.js",
322
352
  "default": "./dist/*.js"
323
353
  }
324
354
  },
355
+ "peerDependencies": {
356
+ "@compas-oscd/core": "*"
357
+ },
358
+ "peerDependenciesMeta": {
359
+ "@compas-oscd/core": {
360
+ "optional": false
361
+ }
362
+ },
325
363
  "type": "module",
326
364
  "files": [
327
365
  "dist/**/*.js",
@@ -349,7 +387,7 @@
349
387
  "@material/mwc-textfield": "0.22.1",
350
388
  "@material/mwc-top-app-bar-fixed": "0.22.1",
351
389
  "@openscd/oscd-api": "^0.1.5",
352
- "@openscd/core": "npm:@compas-oscd/core@*",
390
+ "@compas-oscd/core": "^0.1.12",
353
391
  "@openscd/xml": "npm:@compas-oscd/xml@*",
354
392
  "ace-custom-element": "^1.6.5",
355
393
  "lit": "^2.2.7",