@protorobotics/jenga 1.0.0 → 1.0.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +13 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -0,0 +1,13 @@
1
+ # Changelog
2
+
3
+ ## 1.0.1 --- 2025-10-03
4
+
5
+ ### Added
6
+
7
+ - Changelog
8
+
9
+ ## 1.0.0 --- 2025-10-03
10
+
11
+ ### Added
12
+
13
+ - Project start
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@protorobotics/jenga",
3
- "version": "1.0.0",
3
+ "version": "1.0.2",
4
4
  "description": "Build a function vocabulary and a blockly instance from one JSON object",
5
5
  "keywords": [
6
6
  "blockly",
@@ -12,7 +12,7 @@
12
12
  },
13
13
  "license": "MIT",
14
14
  "author": "PROTO Robotics",
15
- "type": "commonjs",
15
+ "type": "module",
16
16
  "main": "jenga.js",
17
17
  "scripts": {
18
18
  "test": "echo \"Error: no test specified\" && exit 1"