@mikrojs/firmware 0.9.0 → 0.10.0-next.7.gdacecb0

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.
@@ -142,8 +142,8 @@ mikrojs_force_include_modules(${_MIK_MODULES})
142
142
  mikrojs_generate_bytecode(
143
143
  RUNTIME_DIR "${MIK_RUNTIME_DIR}"
144
144
  MODULES ${_MIK_BYTECODE_MODULES}
145
- MODULE_PREFIX "mikrojs"
146
- SYMBOL_PREFIX "mikrojs"
145
+ MODULE_PREFIX "mikro"
146
+ SYMBOL_PREFIX "mikro"
147
147
  TARGET gen_bytecode
148
148
  WORKING_DIRECTORY "${MIKROJS_PROJECT_DIR}"
149
149
  )
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mikrojs/firmware",
3
- "version": "0.9.0",
3
+ "version": "0.10.0-next.7.gdacecb0",
4
4
  "description": "Mikro.js ESP32 firmware: ESP-IDF component, build tools, and project template",
5
5
  "keywords": [
6
6
  "esp-idf",
@@ -8,15 +8,15 @@
8
8
  "firmware",
9
9
  "mikrojs"
10
10
  ],
11
- "homepage": "https://github.com/mikrojs/mikrojs#readme",
11
+ "homepage": "https://github.com/mikrojs/mikro#readme",
12
12
  "bugs": {
13
- "url": "https://github.com/mikrojs/mikrojs/issues"
13
+ "url": "https://github.com/mikrojs/mikro/issues"
14
14
  },
15
15
  "license": "MIT",
16
16
  "author": "Bjørge Næss <bjoerge@gmail.com>",
17
17
  "repository": {
18
18
  "type": "git",
19
- "url": "git+https://github.com/mikrojs/mikrojs.git"
19
+ "url": "git+https://github.com/mikrojs/mikro.git"
20
20
  },
21
21
  "bin": {
22
22
  "idf.py": "./bin/idf.py"
@@ -51,8 +51,8 @@
51
51
  },
52
52
  "dependencies": {
53
53
  "esbuild": "^0.28.0",
54
- "@mikrojs/native": "0.9.0",
55
- "@mikrojs/quickjs": "0.9.0"
54
+ "@mikrojs/native": "0.10.0-next.7.gdacecb0",
55
+ "@mikrojs/quickjs": "0.10.0-next.7.gdacecb0"
56
56
  },
57
57
  "engines": {
58
58
  "node": ">=24.0.0"
Binary file
Binary file
Binary file
Binary file
Binary file