@konitif/nodal-blockly 0.1.0 → 0.284.2

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/LICENSE.md CHANGED
File without changes
package/README.md CHANGED
File without changes
package/dist/catalog.d.ts CHANGED
File without changes
package/dist/catalog.js CHANGED
File without changes
File without changes
package/dist/contracts.js CHANGED
File without changes
package/dist/editor.d.ts CHANGED
File without changes
package/dist/editor.js CHANGED
File without changes
package/dist/index.d.ts CHANGED
File without changes
package/dist/index.js CHANGED
@@ -5,7 +5,7 @@ export * from './projection.js';
5
5
  export * from './session.js';
6
6
  /** Declaration only. No catalog, workspace, contribution or subscription is activated here. */
7
7
  export const nodalBlocklyToolModule = defineKonitifToolModule({
8
- id: 'konitif.nodal-blockly', name: 'Blockly', version: '0.1.0',
8
+ id: 'konitif.nodal-blockly', name: 'Blockly', version: '0.284.2',
9
9
  scope: 'generic', capability: 'block-workflow-authoring',
10
10
  implementationBindingKey: 'konitif.nodal-blockly',
11
11
  description: 'Blockly projection over the Nodal and Composition contracts, hosted through explicit ports.',
File without changes
package/dist/messages.js CHANGED
File without changes
File without changes
package/dist/playback.js CHANGED
File without changes
File without changes
File without changes
package/dist/session.d.ts CHANGED
File without changes
package/dist/session.js CHANGED
File without changes
package/dist/surface.d.ts CHANGED
File without changes
package/dist/surface.js CHANGED
File without changes
File without changes
package/dist/viewport.js CHANGED
File without changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@konitif/nodal-blockly",
3
- "version": "0.1.0",
3
+ "version": "0.284.2",
4
4
  "private": false,
5
5
  "type": "module",
6
6
  "license": "PolyForm-Noncommercial-1.0.0",