@walkeros/web-source-datalayer 4.2.0-next-1781000333052 → 4.2.0
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/CHANGELOG.md +6 -6
- package/dist/walkerOS.json +1 -1
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# @walkeros/web-source-datalayer
|
|
2
2
|
|
|
3
|
-
## 4.2.0
|
|
3
|
+
## 4.2.0
|
|
4
4
|
|
|
5
5
|
### Patch Changes
|
|
6
6
|
|
|
@@ -15,7 +15,7 @@
|
|
|
15
15
|
into bundled JS. Examples remain available via the package `./dev` subpath for
|
|
16
16
|
simulation and testing.
|
|
17
17
|
- Updated dependencies [76d32c1]
|
|
18
|
-
- Updated dependencies [
|
|
18
|
+
- Updated dependencies [5b1a134]
|
|
19
19
|
- Updated dependencies [908d6f0]
|
|
20
20
|
- Updated dependencies [654ba38]
|
|
21
21
|
- Updated dependencies [c27d3c1]
|
|
@@ -28,11 +28,11 @@
|
|
|
28
28
|
- Updated dependencies [654ba38]
|
|
29
29
|
- Updated dependencies [6a72a32]
|
|
30
30
|
- Updated dependencies [3eb2467]
|
|
31
|
-
- Updated dependencies [
|
|
32
|
-
- Updated dependencies [
|
|
31
|
+
- Updated dependencies [5b1a134]
|
|
32
|
+
- Updated dependencies [23d4b86]
|
|
33
33
|
- Updated dependencies [18c9469]
|
|
34
|
-
- @walkeros/core@4.2.0
|
|
35
|
-
- @walkeros/collector@4.2.0
|
|
34
|
+
- @walkeros/core@4.2.0
|
|
35
|
+
- @walkeros/collector@4.2.0
|
|
36
36
|
|
|
37
37
|
## 4.1.2
|
|
38
38
|
|
package/dist/walkerOS.json
CHANGED
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@walkeros/web-source-datalayer",
|
|
3
3
|
"description": "DataLayer source for walkerOS",
|
|
4
|
-
"version": "4.2.0
|
|
4
|
+
"version": "4.2.0",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"main": "./dist/index.js",
|
|
7
7
|
"module": "./dist/index.mjs",
|
|
@@ -38,8 +38,8 @@
|
|
|
38
38
|
"update": "npx npm-check-updates -u && npm update"
|
|
39
39
|
},
|
|
40
40
|
"dependencies": {
|
|
41
|
-
"@walkeros/core": "4.2.0
|
|
42
|
-
"@walkeros/collector": "4.2.0
|
|
41
|
+
"@walkeros/core": "4.2.0",
|
|
42
|
+
"@walkeros/collector": "4.2.0"
|
|
43
43
|
},
|
|
44
44
|
"devDependencies": {
|
|
45
45
|
"@types/gtag.js": "^0.0.20"
|